body
{ 
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */ 
   background-position: center;
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 160px;
   background-image: url("../images/divers/baniere.jpg");
   background-repeat: no-repeat;
   background-position: center;
   margin-bottom: 5px;
}
#corps
{
   margin-bottom: 5px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   color: black;
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
} 

/* pied de page*/

#pied_de_page

{
   padding: 5px;
   text-align: center;
   color: black;
   background-color: rgb(51,249,111); 
   border: 4px outset blue;
   
}  

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
   text-align: center;
}

.imageflottante
{
   float: left;
}
p
{
   color: rgb(46,91,177); /* Les paragraphes seront bleus */
   font-size: 18px;/* La taille de 18 pixels */
   font-family: Georgia,"Comic Sans MS", "Trebuchet MS", serif;
   
}
.ini
{
   color: rgb(45,193,71);
   font-size: 22px;/* La taille de 18 pixels */
   font-family: Georgia, "Comic Sans MS", "Trebuchet MS", serif;
   
}
.ini2
{
   color: rgb(131,34,89);
   font-size: 22px;/* La taille de 18 pixels */
   font-family: Georgia, "Comic Sans MS", "Trebuchet MS", serif;
   
}


.bah
{
   text-align: center;
}