body
{
   width: auto;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("6.png");
   background-repeat: repeat-x; /* Le fond ne se répètera que sur la première colonne, verticalement */
   background-color: #f1cc71

}

/* L'en-tête */

#en_tete
{
   width: auto;
   height: 150px;
   margin-bottom: 30px;
   text-align: center;
}

/* Le menu */

#menu
{
   float: left;
   width: 200px;
   
   
   
   
}

.element_menu
{
   background-color: #e0b645;
   background-image: url("fonmen.png");
   background-repeat: repeat-x;
   border-style:outset;
   border-color:red;
   margin-bottom: 20px;
   margin-left: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #cb2525;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   
}

.element_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   color:blue;
}

.element_menu a
{
   color: blue;
}

.element_menu a:hover
{
   background-color: ;
   color: blue;
}


/* Le corps de la page */

#corps
{
   margin-left: 220px;
   margin-bottom: 20px;
   margin-right:20px;
   padding: 5px;
   
   color: #000000;
   background-color: ;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   text-indent: 30px;
}

#corps h1 /* Tous les titres h1 du corps */
{
   color: #cb2525;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps table
{
text-align: left;
   border-collapse: collapse;
}

#corps td /* Toutes les cellules des tableaux... */
{
   border: 1px solid black; /* ... auront une bordure de 1px */
}


#corps h3 /* Tous les titres h2 du corps */
{
   height: 30px;
   background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 30px;
   color: blue;
   text-align: left;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #000000;
   }
#pied_de_page script
{
text-align: center;
}
   