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

   /*cadre des véhicules*/
   div#cadre_v1 
   {
      float:left;
      width:300px;
      height:200px;
      left:2px;
      border-style:solid 1px;
      border-color:#111111;
      padding-right:80px;
   }
         
   div#cadre_v2 
   {
      float:left;
      width:300px;
      height:200px;
      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 	{
		color: #DCDFFE;
		font-weight:bold;
		font-size:16px;
		text-decoration:none;
	}


a:hover	{
		text-decoration:underline;
	/*	color:#1A1C95;	*/
	}
	



