@charset "utf-8";
#navi {
    float : left;
 	width:100%;
	margin : 0 0 0 -5px;;
	padding: 0px;
}

#navi ul {	
 /*	margin:0 auto;	
 	width :100%;
 	position:absolute;*/
/* 	top:255px;
 	left:567px;*/
}

#navi li {	
 	float:left;
/* 	list-style-type:none;
	text-align:center;
	display:inline;
*/	margin-left:5px;
}

#navi a {
	display:block;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	text-decoration:none;
	opacity:0.5;
	filter:alpha(opacity=50);
}	

#navi a.current {
	opacity:1;
	filter:alpha(opacity=100);
}

#navi a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#navi img {
	/*border:1px solid #000;*/
	margin:0 0 9px 0;
	display:block;
	width:90px;
	height:65px;
}

/* panes */
#panes {
	float:left;
	height:150px;
	width:98%;
	/* must be relative so the individual panes can be absolutely positioned */
/*	position:relative;*/
	overflow:hidden;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
/*    float:left;*/
	font-size:13px;
/*	color:#ede9e9;	*/
	line-height:1.5;
/*	text-shadow:1px 1px 0 #000;*/
	overflow:hidden;
	padding:20px 0 0 0px;
	width:565px;
}

#panes p a {
    color:#fff;
    font-weight:bold;
}

#panes img {
	float:left;
	margin:0px 10px 0 0px;	
	width:150px;
	height:106px;
/*	border:1px solid #000000;*/
/*	-webkit-box-shadow: 0 0 30px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,1.0);
	box-shadow: 0 0 30px rgba(0,0,0,1.1);*/
}

#panes a.more {
	color:#6e6666;
	font-weight:bold;
}

#panes a.more:hover {
    background:url(images/moreb.png) no-repeat right 2px;
    color:#948787;
}

#panes p {
    padding:0px 0 0 0;
	margin :0;
}

.l_aff_prix, .l_aff_km, .l_aff_annee
{
	width : 21.5%;
	height: 20px;
	float : left;
	text-align: center;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top:5px;
}
.l_aff_prix {
	background-color: #5bbd2c; /* vert */
}
.l_aff_km, .l_aff_annee {
	background-color: #02a5aa; /* bleu */
}
