body
{
width: 789px;
margin:auto;
margin-top:20px;
margin-bottom:20px;
background-image:url("images/fond.jpg");
}

#en_tete
{
width:789px;
height:197px; 
background-image:url("images/baniere2.jpg");
background-repeat:no-repeat;
margin-bottom:10px;

}
#menu
{
   float: left; 
   width: 120px;
   background-color: #626262;
   background-image: url("images/fond_menu2.jpg");
   background-repeat: repeat; 
   border: 2px solid red;
   
   margin-bottom: 20px; 
}


#corps
{
   margin-left: 135px;
   margin-bottom:50px;
   padding: 5px;
   background-image: url("images/motif.png");
   background-repeat: repeat-x; 
   border: 2px solid red; 
   margin-right:2px;
}


#pied
{
   padding: 5px;
   text-align: center;
   background-image: url("images/fond_menu2.jpg");
   border: 2px solid red;
   margin-right:2px;
}