body
{
   width: 764px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("fond.png");
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 143px;
   background-image: url("banniere.png");
   background-repeat: no-repeat;
   border: 2px solid black;
   margin-bottom: 10px;
}


/* Le menu */

#menu
{
   float: left;
   width: 170px;
}

.element_menu
{
   background-color: #FFFFFF;
   background-image: url("motif.png");
   background-repeat: repeat-y;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
   
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   padding: 0px;
   padding-left: 40px;
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("puce.png");
   padding: 0px;
   padding-left: 60px;
   padding-right: 5px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #000000;
}

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

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

/* Le corps de la page */

#corps
{
   margin-left: 160px;
   margin-bottom: 20px;
   padding: 50px;
   
   color: #000000;
   background-color: #FFFFFF;
   background-image: url("motif.png");
   background-repeat: repeat-y;
   
   border: 2px solid black;
}

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

#corps h2
{
   height: 35px;

   background-image: url("titre.png");
   background-repeat: no-repeat;
   
   padding-left: 50px;
   color: #000000;
   text-align: left;
}



