@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-daihatsu.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}



/* ////////// COLONNE GAUCHE ////////// */

.adressecolgauche{
	display:none;
	font-size:10px;
	line-height:14px;
	color:#FFFFFF;
	text-align:left;
	margin:20px 0 0 8px;
	}

#servicescolgauche{
	width:135px;
	padding-left:2px;
	}

.fondmenuservices{
	background-image:url(../images-automobiles/daihatsu/menugauche.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:21px;
	padding:7px 0 0 32px;
	width:97px;
	}
	
#servicescolgauche a:link, #servicescolgauche a:active, #servicescolgauche a:visited, #servicescolgauche p {
	/*text-transform:uppercase;*/
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	}

#servicescolgauche a:hover {
	color:#c8c8c8;
	}
	
	


/* ////////// COLONNE CENTRE ///////// */

#contenu-vehicules-neufs{
	width:740px;
	margin-top:10px;
	margin-left:25px;
}

.vehiculeneuf-item {
	float:left;
	width:160px;
	margin:5px 10px 5px 0;
	}
	
.vehiculeneuf-item img{
	border:#FFFFFF 1px solid;
	padding:2px;
	}

.vehiculeneuf-legende {
	width:160px;
	text-align:center;
	margin-top:2px;
	}

.vehiculeneuf-image {
	width:160px;
	text-align:center;
	margin-top:3px;
	}
	
.vehiculeneuf-legende a:link, .vehiculeneuf-legende a:visited, .vehiculeneuf-legende a:hover, .vehiculeneuf-legende a:active {
	color:#666666;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	padding:2px;
	width:160px;
	}
	
	
	
	


