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(147,198,113);
}
/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("../images/bannieresi3.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

/* menu2 */

#menu2
{
   width: 760px;
   height: 20px;
   background-color: rgb(94,177,240);
   background-repeat: no-repeat;
     border: 1px solid black;
   margin-bottom: 10px;
}

.tableauun
{
width: 100%;
}

.tableauun td
{
width: 50%;
}
   
td
   {
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center; 
   font-size: small;
   }
   
td a
  {
  color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   }
   
td a:hover
{
   background-color: rgb(147,198,113);
   color: black;
}
/* Le menu */

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
   background-image: url("../images/sakura19.png");
   border: 1px solid black;
      background-color: rgb(94,177,240);
	     margin-bottom: 100px;
}

.element_menu
{
   height: 100%;
   padding-top: 10px;
}
.element_menu h4 /* Tous les titres de menus */
{   
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: rgb(147,198,113);
   color: black;
}

.element_menu td
{
   text-align: left;
      height: 35px;
}

/*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;
    padding: 0px;
   background-color: rgb(147,198,113);
   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: 100px; /* 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(255,255,255);
}

a
{
color: black;
}

a:hover
{
   background-color: rgb(147,198,113);
   color: black;
}

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

.images
{
text-align: center;
}

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

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

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

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

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: black;
   background-color: rgb(94,177,240);
   background-image: url("../images/sakura20.png");


}

.legal
{
text-align: center;
}

.legal2
{
text-align: right;
font-size: 10px;
}
.tableausousmenu a
{
   color: black;
   font-size: 10px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.tableausousmenu a:hover
{
   background-color: rgb(251,255,114);
   color: black;
}

.tableausousmenu td
{
   text-align: center;
   height: 35px;
   width: 120px;
}

.legendes
{
text-align: center;
   font-size: 14px;
      font-family: "Times New Roman", Times, serif;
}
   