
body
{
   width: 95%;
   margin-left: auto;
   margin-right: auto;
   background: url("images/grey2.jpeg") no-repeat;
}
  
  
   /* L'en-tête */

#en_tete
{
   height: 166px;
   position: center
   top: 0px;
   left: 0px;
   background: url("images/newheader.png") no-repeat;
}   
h1
{
   text-indent: -50000px;
   
   }

/* Styles du corps */

#corps
{        
   text-align: center;
   color: #DAA520;
   padding: 10px;      
   
}

.flotte
{
float: center;
}

/* Styles du pied de page*/

#pied_de_page
{

   height: 108px;
   position: absolute;   
   font-size: small;
   line-height: 50%;
   text-align: center;   
   bottom: 0;
   left: 25%;   
   color: #DAA500;   
}
   




