@charset "UTF-8";
/* CSS Document */

.voiture{
	float:left;
	position:relative;
	width:210px;
	height:173px;
	margin-left:22px;
	margin-top:10px;
}
.voiture p{
	color:#fff;
	font-size:12px;
	margin:0;
	margin-top:5px;
	margin-bottom:0;
	height:30px;
	text-align:center;
}
.voiture p a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	vertical-align:bottom;
}
.ombrage {
	border: 0px solid #616263; 
    -moz-box-shadow: 5px 3px 8px #616263;  
    -webkit-box-shadow: 5px 3px 8px #616263;  
    box-shadow: 5px 3px 8px #616263;  
}  
.ombrage { 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=12); 
    zoom: 1; 
  }  