/* BODY commun */

body
{
	background-color: #626262;
   width: 842px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("../Photos/Fond_gris_fin.png");
   background-repeat: repeat-x; 
   font-family: "Century Gothic", Arial, Times, serif;
}
/* GESTION MENUS commun */

.menuleft
{
   font-size: x-small;
   position: relative;
   left:8%;
   top:12px;
   text-decoration:none;	
}
.menuright
{  
	 color: rgb(185,177,151);
   font-size: x-small;
   position: relative;
   left:9%;
   top:12px;
   text-decoration:none;	
}
.menuhighlight
{  
   font-size: x-small;
   position: relative;
   left:9%;
   top:12px;
   text-decoration:none;	
}
.menuleft a
{  
	color: rgb(239,236,229);
  text-decoration:none;	
}
.menuright a
{  
	color: rgb(185,177,151);
  text-decoration:none;	
}
.menuhighlight a
{  
	color: rgb(152,0,101);
  text-decoration:none;	
}

a:hover
{
text-decoration:underline;
}

