/* Liste VO */

dl#rech {
	border: 1px solid #DFEBF5;
	margin: 0px;
	padding: 3px;
	width:485px;
}

dl#rech dt {
	margin:4px 4px 4px 4px; 
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #1E3785;
	text-decoration: none;
	float: left;
}

dl#rech dd {
	margin:1px 10px 1px 110px; 
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #1E3785;
	text-decoration: none;
	text-align: left;
}

dl#rech dd input {
	margin:1px 0px 1px 10px; 
	border: 1px solid #1E3785;
	font-family: arial;
	width: 110px;
	font-size: 8pt;
	font-weight: bold;
	color: #1E3785;
	text-decoration: none;
	text-align: left;
}

dl#rech dd select {
	margin:1px 10px 1px 10px; 
	color:#1E3785;
	border: 1px solid #1E3785;
	font-family: arial;
	width: 110px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

h3 {
	background:#1e3785;
	color:white;
	clear:both;
	font:bold 10px verdana;
	margin:0px;
	text-indent:10px;
	text-align:left;
	padding-left: 10px;	
}






/* detail VO */

.fich .titr {
	background:#1e3785;
	color: white;
	font: bold 12px arial;
	padding-left: 10px;	
	border-bottom: 3px solid white;
}

.info {
	color:#1E3785;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
}
.info .titr {
	background-color: #1E3785;
	color:#FFFFFF;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
}

.retour { color: #1E3785; }


/* liste VO */

.tvo .titr {
	background:#1e3785;
	color: white;
	font: bold 10px arial;
}

tr.modele {
	margin:0px;
	background-color: #DFEBF5;
}

tr.voiture {
	margin:0px;
	clear:right;
	color:#535353;
	
	height:22px;
	cursor:hand;
	border-bottom:  1px solid #D2D2E3;
}

tr.voiture td{
	font:9px verdana;
	margin:0;
	padding: 1px;
}

tr.voiture a{
	background:white;
	color:#535353;
	display:block;
	text-decoration:none;
}	


td.logo img		{ border:0; }
td.logo			{ padding:3px 0 0 0; width:33px; text-align:center; }
td.logo a 		{ width:30px; }
td.name			{ padding:3px 0 0 0; width:153px; }
td.name a		{ width:150px; }
td.circu		{ padding:3px 0 0 0; width:60px;  }
td.diess		{ padding:3px 0 0 0; width:70px; text-align:center; }
td.km			{ padding:3px 0 0 0; width:89px; text-align:right; }
td.price		{ padding:3px 0 0 0; width:60px; text-align:right; }
td.price b	{ width:55px;}


