body
{
   width: 760px;
   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(149,190,236);
}
/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 149px;
   background-image: url("../../imagesv/bann6.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
        border: 0px solid black;
}

/* menu2 */

#menu2
{
   width: 760px;
   height: 20px;
   background-color: rgb(149,190,236);

     border: 1px solid black;
   margin-bottom: 10px;
}

.menu21
{
width: 100%;
}


.menu21 td
   {

   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   font-size: small;
      width: 16,5%;
   }
   
.menu21 td a
  {
  color: rgb(0,0,0);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   }
   
.menu21 td a:hover
{
   background-color: rgb(147,183,79);
   color: rgb(0,0,0);
}



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


.pub2
{
text-align: center;
}


/*pub*/
#pub
{
 margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 5px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   height: 70px;
   background-color: rgb(149,190,236);

   
   border: 0px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}

/* Le corps de la page */

#corps
{
   margin-left: 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 */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: black;
   background-color: rgb(149,190,236);

}

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

}

.titre1
{
      font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	     text-align: center;
}
	  
h5
{
padding: 2px;
   color: black;
      font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

a
  {
  color: rgb(0,0,0);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   }
   
a:hover
{
   background-color: rgb(147,183,79);
   color: rgb(0,0,0);
}

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

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

h3

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

h6
{
padding: 2px;
text-align: left;
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;
}

.menu3
{
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
text-align: center;
}
.menu3 p
{
text-align: center;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.menu3 img
{
padding: 2px;
text-align: center;
}

.menu3 td
{
     border: 1px solid black;
}

