@charset "utf-8";
/* CSS Document */



/* //////////////////////////////////////// */
/* ///////// CONTAINER ///////// */
/* //////////////////////////////////////// */

#container{
	background-color:#cbd1d7;
	width:950px;
	height:auto;
	overflow:visible;
	z-index:110;
	position:absolute;
	left:50%;
	margin:0 0 0 -475px;
	padding:0 0 0 0;
	clear:both;
	background-image:url(../images-automobiles/general/fond-contenu-grisbleu-sanscolonnes.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

/* //////////////////////////////////////// */
/* ////////// + D'INFOS OCCASIONS ///////// */
/* //////////////////////////////////////// */
	
#contenu-actu{
	width:900px;
	margin-top:10px;
	margin-left:25px;
}


#zonegauche{
	width:390px;
	height:500px;
	float:left;
	position:relative;
	}
	
#zonedroite{
	width:510px;
	float:left;
	position:relative;
	margin-top:0px;
	}
	
#zonecentre{
	width:600px;
	position:relative;
	margin-left:175px;
	margin-top:0px;
	}


	

/* Couleurs lignes tableau */	
.tab1{ background-color:#d6dadc;}
.tab2{ background-color:#e2e6e9;}



/* Liens retour */
.lienretour{
	text-align:left;
	margin-top:30px;
	width:357px;
}

a.lienretour:link, a.lienretour:visited{
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	text-decoration:underline;
	color:#333333;
}
a.lienretour:hover, a.lienretour:active{
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	text-decoration:underline;
	color:#666666;
}



/* //////////////////////////////////////// */
/* //////////// GALERIE D'IMAGES ////////// */
/* //////////////////////////////////////// */


#img_gallery{ margin:0px 0 0 0; width:530px; height:400px;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:530px;
	height:400px;
	overflow:hidden;
}
#fullimg img{ width:530px; height:auto; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:530px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	padding:4px 2px;
	width: 492px;/*420*/
	float:left;
	height:50px;
	background-color:#181818;
	position: relative;
	overflow:hidden;
	margin-top:15px;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:76px;/*75px;*/
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 32px;
	height: 32px;
	margin:175px 0 0 212px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:15px 0 0 0;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('../images-automobiles/general/left.gif');}
#moveright{background: url('../images-automobiles/general/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }





