body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
 
   background-color: #000000;
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 50px;
   background-color: #FAF708;
   margin-bottom: 10px;
   
}
#en_tete h1
{   
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: big;
   text-align: center;
}

/* Le menu */

#menu
{
   float: right;
   width: 200px;
   font-size: small;
   color: #B3B3B3;

 
}

.element_menu
{
   background-color: #FAF708;
   background-repeat: repeat-x;
    border: 1px solid black;
    margin-bottom: 20px;
	color: #000000
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   color: #000000;
   font-size: small;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
}
.element_menu h2
{   
   color: #000000;
   font-size: normal;
   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;
}

.element_menu a
{
   color: #000000;
}

.element_menu a:hover
{
   background-color: #000000;
   color: black;
}


/* Le corps de la page */

#corps
{  
   float: left;
   width: 520px;
   
   margin-left: 10px;
   margin-bottom: 20px;
   padding: 5px;
   
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: normal;
   
   color: #B3B3B3;
   background-image: url("images/martigua.gif");
   background-repeat: repeat-x;
   
   border: 1px solid black;
    border-color:#9E9E9D; 
}

#corps h1 /* Tous les titres h1 du corps */
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2 /* 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: #B3B3B3;
   text-align: left;
}

#corps h3
{
   text-align: center;
   height: 15px;
   color: #B3B3B3;
   
}
#pied_de_page
{
   float: bottom;
   padding: 5px;
   text-align: center;
   margin-top: 520px;

   color: #B3B3B3;
   background-color: ;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 0px solid black;
}