/* get rid of those system borders being generated for A tags */
a:active {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}
h1{
	margin: 13px 0 0;
}
/* #content{ */
/* 	padding:5px !important; */
/* 	width: 986px !important;	 */
/* } */
/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollableMarques {
    background-color: white;
/*     border: 1px solid #CCCCCC; */
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 935px;
}

#scrollableContainer {
   display: block;
    height: 123px;
    margin-bottom: 30px;
    padding: 1px;
    position: relative;
}
/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollableMarques .items { /* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

.scrollableMarques .items div {
    float: left;
    width: 936px;
}

/* single scrollable item */
.scrollableMarques div a {
	background-color: white;
	border: 1px solid black;
	float: left;
	height: 90px;
	margin: 13px 3px -3px 2px;
	padding: 2px;
	width: 145px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;    
	line-height: 90px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
}

.scrollableMarques div a img {
    max-height: 90px;
    max-width: 145px;
    vertical-align: middle;
    margin:0 auto;
/*     display: block; */
}

/* active item */
.scrollableMarques .active {
	border: 2px solid #000;
	position: relative;
	cursor: default;
}

/* this makes it possible to add next button beside scrollable */
/* .scrollableMarques { */
/*     float:left; */
/* } */

/* prev, next, prevPage and nextPage buttons */
/* a.browse { */
/*     background:url(http://jquerytools.org/media/img/scrollable/arrow/hori_large.png) no-repeat; */
/*     display:block; */
/*     width:30px; */
/*     height:30px; */
/*     float:left; */
/*     margin:40px 10px; */
/*     font-size:1px; */
/* } */
a.nextMarques,a.prevMarques {
	cursor: pointer;
	background: url("imgs/fleches-grises.png") no-repeat scroll 0 0
		transparent;
	display: block;
	height: 32px;
	position: absolute;
	top: 49px;
	width: 30px;
	z-index: 5;
}

a.nextMarques {
	background-position: -34px 0;
	right: 0;
}
/* right */

/* a.right { */
/*     background-position: 0 -30px; */
/*     clear: right; */
/*     margin-left: -15px; */
/*     margin-right: 0; */
/* } */
/* a.right:hover { background-position:-30px -30px; } */
/* a.right:active { background-position:-60px -30px; } */

/* left */
/* a.left { */
/*     margin-left: 0; */
/*     margin-right: -15px; */
/* } */
/* a.left:hover  { background-position:-30px 0; } */
/* a.left:active { background-position:-60px 0; } */

/* up and down */
a.up,a.down {
	background:
		url(http://jquerytools.org/media/img/scrollable/arrow/vert_large.png)
		no-repeat;
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover {
	background-position: -30px 0;
}

a.up:active {
	background-position: -60px 0;
}

/* down */
a.down {
	background-position: 0 -30px;
}

a.down:hover {
	background-position: -30px -30px;
}

a.down:active {
	background-position: -60px -30px;
}

/* disabled navigational button */
a.disabled {
	visibility: hidden !important;
}



#listMarques{
    display: inline-block;
    height: 500px;
    width: 700px;
    position: relative;
    float:left;   
   	overflow: auto;
}

#zoomsur{
	display: inline-block;
    height: 500px;
    width: 284px;
    position: relative;
    float:left;
    background-color: #F3F3F4;
}



#listMarques .marque {
    display: inline-block;
    line-height: 20px;
    margin-left: 50px;
    text-decoration: none;
    width: 177px;
    text-transform: uppercase;
}
#listMarques .marque:hover{
	text-decoration: underline;
}
.lettrine {
    border: 1px solid black;
    color: #7E8085;
    font-size: 21px;
    font-weight: bold;
    margin: 12px 2px 0;
    padding: 5px;
    text-align: center;
    width: 23px;
}
.lettrine:target {
    background-color: #878787;
    color: white;
}
.lettre {
    padding: 7px;
    text-decoration: none;
}
.zoomsur {
    background-color: #F3F3F4;
    color: #7E8085;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}
#zoomsur div a.logoMarque {
   display: inline-block;
    height: 90px;
    line-height: 90px;
    margin-bottom: 20px;   
    margin-top: 7px;
    max-height: 90px;
    max-width: 142px;
    padding: 2px;
    text-align: center;
    width: 142px;
}

#zoomsur div a img {
    max-height: 90px;
    max-width: 130px;
    vertical-align: middle;
}
.alphabet {
    border-bottom: 1px solid #1B1B1B;
}
.contentZoomSur{
    text-align: center;
}
.contentZoomSur div a.details, p.details, a.produitPhare {
	color: #878787 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    display:block;
    text-decoration: none;
}
.contentZoomSur div a.details:before, p.details:before {
    content: "> ";
}
p.details{
	margin-left:47px;
}
.contentZoomSur div a.details:hover, a.produitPhare:hover{
	text-decoration: underline;
}
.contentZoomSur > div {
    padding-left: 47px !important;
    text-align: left;
    margin-bottom: 10px;
}
.produitPhare {
    text-align: center;
}
#zoomsur div a.imageProduit{
    display: inline-block;
    line-height: 90px;
    margin-bottom: 10px;
    padding: 2px;
    text-align: center;
}
#zoomsur div a.imageProduit img {
   	max-height: 150px;
    max-width: 250px;
    vertical-align: middle;
}