

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

/* L'en-tête */

#en_tete
{
   width: 960px;
   height: 180px;
   border: 1px solid black;
   background-image: url("achad.jpg");
   background-repeat: no-repeat;
   margin-bottom: 1px;
}
#anim
{
   width: 960px;
   height: 50px;
   border: 1px solid black;
   margin-Top: 0px;
   padding-Top: 0px;
   padding-bottom: 0px;
}

/* Le menu */

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

.element_menu
{
   background-color: #f5f6f7;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 1px solid black;
   
   margin-bottom: 1px;
}


/* Quelques effets sur les menus */


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

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 20px;
   padding-left: 10px;
   margin: 5px;
   margin-bottom: 1px;
   font-size: 12pt 
}

.element_menu a
{
   color: #63100F;
}

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


/* Le corps de la page */

#corps
{
   margin-left: 150px;
   margin-bottom: 10px;
   padding: 5px;
   color: #63100f;
   background-color: #f2f4f5;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 0px solid black;
}

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

#corps h2
{
   height: 30px;
   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   padding-left: 30px;
   color: #8e583d;
   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;
   text-align: center;
   color: #B3B3B3;
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
