@charset "UTF-8";


.unVehicule {
	clear:both;
	height:100px;
	overflow:hidden;
}

	.unVehicule img, .vimg {
		width:80px; height: 60px;
		padding:10px;
		border:#CCCCCC 1px solid;
		float:left;
	}
	
	.unVehicule .description {
		border:#CCCCCC 1px solid;
		float:right;
		padding:10px;
		width:345px; height:60px;
	}
	
		.description h1 {
			/*border-bottom:1px solid #666666;*/
			font-size:11px;
			color:#666666;
			letter-spacing:normal;
		}
		
		.prix {
			float:right;
			color:#FF0000;
			/*border-bottom:1px solid #ff0000;*/
			font-weight:bold;
			text-align:right;
		}