
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: white;
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 60px;
   margin-bottom: 10px;
}

#en_tete img
{
	border:none;
}

/*Adresse*/
#adresse
{
	width : 750px;
	height : 115px;
	color:white;
   padding: 5px;
   
   background-color:#3d2c2c;

	margin-bottom :10px;
}

#adresse a:hover
{
	background-color:white;
	color:black;
 }
 
#adresse a
{
	color :white;
}
.adresse_gauche
{
	width:400px;
}
.adresse_droite
{
	vertical-align:top;	
	padding-left:10px;
	border-left:1px solid white;
}

/* Le menu */


#menu
{
   height:166px;
   margin-bottom: 10px;

}


.element_menu h3
{    
   color: #ac9579;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:25px;
   text-align: left;
}

.element_menu a
{
   color: black;
   text-decoration:none;
}

.element_menu a:hover
{
   background-color: #540303;
   color: white;
}

.menu_gauche
{
	width:300px;
	border-left : 1px solid #540303;
	padding-left : 5px;
}
.menu_milieu
{
	width:250px;
	border-left : 1px solid #540303;
	padding-left : 5px;
}

.menu_droite
{
	border-left : 1px solid #540303;
	padding-left : 5px;
}
/* Le corps de la page */

#corps
{
   margin-bottom: 20px;
   padding: 5px;
   
   color: black;
   
   border: 1px solid #540303;
   
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps img
{
	display: block;
	margin: 0 auto;
	height: 400px; 
	width: 600px; 
}

#corps table
{
	padding-left:25px;
}
#corps caption
{
	
	padding-left:25px;
	padding-top :12px;
	color: black;
	font-weight:bolder;
	font-size:20px;
   text-align: left;
}

.titre_carte
{
   background-image: url("images/coin1_petit.png");
   background-repeat:no-repeat;
   padding-left:72px;   
   color:  #540303;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:25px;
   text-align: left;
}
.explication
{
	
}

.plat
{
	font-weight: bold;
	padding-top: 15px ;
}

.hautdepage a, .carte a, .explication a
{
   color: black;
   text-decoration:none;
}

.hautdepage a:hover, .carte a:hover, .explication a:hover
{
   background-color: #540303;
   color: white;
}

.carte
{
   border: 1px solid #540303;
   padding: 5px;
	margin-top:30px;
}


#pied_de_page
{
	margin-top:20px;   
   padding: 5px;

   text-align: left;
   font-size:12px;
   
   border: 1px solid #540303;
}
