body{

   background-repeat: no-repeat; 
   background-position: top left;
   margin:auto;
   margin-left:170px;
   background-color:#f5f5dc;
   background-image: url("../images/chef15.jpg");
  
}

.entete{
	
	width:830px;
	height:66px;
	margin: auto;
	 background-image: url("../images/entete_haut_nouveau.jpg");
   background-repeat: no-repeat; 
   background-position: top left;
   background-color: white;
   
    
   }
   
   
.drapo{
   width:830px;
   height:65px;
   text-align:right;
   text-decoration: none;
   
   }
  

.corps
{  
   

   padding-right:0px;
   width:830px;
    margin: auto;
	padding-bottom:10px;
	background-color: white;
	
	
}


/*le menu */
.menu{ 

	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
	height:25px;
	padding-top:15px;  /*règle la hauteur des elt du menu*/
padding-bottom:10px;
width:830px;
background-image: url("../images/entete_bas.jpg");
background-repeat: no-repeat; 
   background-position: top left; 

}

.menu li {

	
	font-weight:bold;
	padding-right:0px;
	font-size : 12px; 
	color : #000000;
	display: inline ;
	font-family:"Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
	
	}
	
.menu li a {
	padding-left: 8px;
	padding-right:8px;
	color: black ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;

	}
	
.menu li a:hover  /* Quand le visiteur pointe sur le lien */
{
   color: lightgrey ;
}

.menu li a:active /* Quand le visiteur clique sur le lien */
{
   color:black;
	}
	
	/* fin menu et entete    */

/* Le pied de page  */

.pied_de_page
{  
	height:35px;
   text-align: center;
   border: 0px solid pink;
   font-size : 13px;
   font-family : Verdana, Arial, Helvetica;
   width:830px;
   margin:auto;
   padding-top:4px;
   border-top: 1px solid black;
 font-family:"Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
  
}

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

