img.imgLoading{
	margin:150px 59px 0px 59px;
}

div.bloc_vehicule{
	width:310px;
	border-top:2px solid #ff0000;
	background:#e7e7e8;
	cursor:pointer;
}

div.bloc_vehicule_hover{
	background:#ffffff;
}

table.contenu_liste_vehicule{
	width:100%;
}

table.contenu_liste_vehicule .imgGauche{
	width:57px;
	padding:0px 5px 0px 0px;
}

table.contenu_liste_vehicule .contenu_texte{
	width:232px;
	padding:0px 0px 5px 0px;
}

table.contenu_liste_vehicule a.titre, table.contenu_liste_vehicule a.titre:visited, table.contenu_liste_vehicule a.titre:hover{
	display:block;
	padding-top:3px;
	text-transform:uppercase;
	color:#545454;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

table.contenu_liste_vehicule .reference{
	display:block;
	padding-top:3px;
	color:#545454;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

table.contenu_liste_vehicule .description{
	display:block;
	padding-top:10px;
	color:#545454;
	font-size:10px;
}

table.contenu_liste_vehicule .disponibilite{
	display:block;
	padding-top:10px;
	color:#545454;
	font-size:10px;
}

td.btn_view{
	width:15px;
	vertical-align:bottom;
}

td.btn_view a, td.btn_view a:visited{
	display:block;
	width:15px;
	height:16px;
	overflow:none;
	background:url(../../images/vo/btn_view_vehicule.jpg) left top no-repeat;
	text-decoration:none;
}

td.btn_view a, td.btn_view a:hover{
	text-decoration:none;
}