body
{
   width: 800px;
   margin: auto; 
   margin-top: 20px; 
   margin-bottom: 20px;   
   background-image: url("images/fp.jpg"); 
   color: white;
   cursor: url("images/cur.ani"), auto;
   }
#en_tete
{
   width: 760px;
   height: 160px;
   background-image: url("images/logbb.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
#corps
{
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   margin-top: 50px;
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   text-align: center;
   color: #B3B3B3;
   background-color: #000000; /* Une couleur de fond pour le corps */
background-repeat: no-repeat; /* Une petite image de fond qui se répètera horizontalement en haut */
   background-position: center;
   font-family : Georgia;
   font-size : 13px;
 
}
h2
{
padding : 20px;
margin : 25px;
font-variant: small-caps;
text-align: center;
font-size : 14px;
color : #C59A15;
margin-bottom: 20px;
padding-bottom : 20px;
}
#pied_de_page
{
  text-align: right;
  font-variant: small-caps;
  font-size: 12px;
  font-weight : bolder;
  }