﻿/* cadre entier*/
div#cadre
	{
	   width:536px;
	   height:392px;
	   border-style:solid 1px;
       border-color:#111111;
       left:200px;
	}

   /*cadre des véhicules*/
   div#cadre_v1 
   {
      float:left;
      width:170px;
      height:107px;
      border-style:solid 1px;
      border-color:#111111;
   }
         
   div#cadre_v2 
   {
      float:left;
      width:170px;
      height:107px;
      border-style:solid 1px;
      border-color:#111111;
      margin-top:60px;
   }
      
   div#cadre_v3 
   {
	float: left;
	width: 170px;
	height: 107px;
	border-style: solid 1px;
	border-color: #111111;
}   

.texte
	{
		color: #DCDFFE;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	
.texte2
	{
		color:#FF0000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:bold;
		text-transform:uppercase;		
	}


.img
	{
		text-align: center;
	}
	
img { border : none; }

a	{
		text-decoration: none;
		color: #DCDFFE;
	}


