body
{
   width: 100%;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
     background-color: rgb(228,228,228);
}
/* L'en-tête */

#en_tete
{
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

#pub
{
   width: 760px;
   }

#menu1
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
   border: 1px solid black;
      background-color: rgb(228,228,228);
	     margin-bottom: 200px;
		 margin-top: 0px;
}

#menu2
{
   float: right; /* Le menu flottera à droite */
   width: 120px; /* Très important : donner une taille au menu */
   border: 1px solid black;
      background-color: rgb(228,228,228);
	     margin-bottom: 200px;
		 margin-top: 0px;

}

#corps
{
   margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
      margin-right: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 200px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   margin-top: 0px; 
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: black;
   background-color: rgb(228,228,228);
}

p
{
text-align: left;
text-align: justify;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.menu
{
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.titres
{

font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

a
{
   color: black;
   }
   
h1
{
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

h2
{
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

h3
{
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

h4
{
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.images
{
text-align: center;
}

.legendes
{
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.intro
{
text-align: center;
}

.pub
{
text-align: center;
}

.menu a:hover
{
   background-color: rgb(255,0,0);
   color: black;
}

.rouge a:hover
{
   background-color: rgb(255,0,0);
   color: black;
}

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: black;
     background-color: rgb(228,228,228);

}