body
{
   width: 800px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 5px;    
   background-image: url("mes_images/background.jpg");
}

/* L'en-tête */

#en_tete
{
   width: 100%;
   height: 400px;
   background-image: url("mes_images/banniere_som.png");
   background-repeat: no-repeat;
   background-position: top center;
   margin-bottom: 2px;
    }


/* Le menu */

#menu
{
   float: left;
   width: 130px;
   margin-left: 2px;
   margin-right: 5px;
}


  

/* Quelques effets sur les menus */

.new
{
font-size: 20px;
}
.news
{
color: #b5ab90;
}

.element_menu h3
{    
   color: #ab3f2a;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("mes_images/bouton_som.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   margin-left: 5px;
   color: #b5ab90;
}

.element_menu a
{
   color: #b5ab90;
}

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


/* Le corps de la page */

#corps
{
   margin-left: 200px;
   margin-bottom: 20px;
   margin-right: 20px;
   padding: 5px;
   color: #e77047;
      font-family: Monotype Corsiva, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 22px;
   }
   p
   {
   text-indent: 20px;
   text-align: center;
   }


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
       padding: 5px;
	   margin-top: 5px;

   text-align: center;

   color: #8c8b4e;
}
 

