
#en_tete
{
   text-align: center;
   width: 1200px;
   height: 232px;
   background-image: url("banniere.JPG");
   background-repeat: no-repeat; 
   margin: 0 auto;
   }
   
h1
{
   text-align: center;
   font-size: 40 px;
}


body 
{
   width: 97%;
   background-color: black;
   background-image: ;
   font-family: "Texton Pro Ext", "Lucida Handwriting", "Bradley Hand ITC", "Harrington", "Maiandra GD", "Segoe Print", Sherif;
   color: white; 
   height: 60%;
   text-align: center;
   margin: ;
   }
   
   a
{
   text-decoration: none;
   color: white; 
}

   a:hover 
{
   text-decoration: none;
   color: #ECA5DE ; 
}



p
{
font-size: 15 px :
}

#menu
{
   float: left; 
   width: 150px;  
   padding-left: 0px;
   padding-right : 15px; 
   text-align: center;
   text-decoration: none;
   font-family: "Texton Pro Ext", "Lucida Handwriting", "Bradley Hand ITC", "Harrington", "Maiandra GD", "Segoe Print", Sherif;

}

   
.element_menu h3 
{    
   color: black ;
   font-family: "Texton Pro Ext", "Lucida Handwriting", "Bradley Hand ITC", "Harrington", "Maiandra GD", "Segoe Print", Sherif;
   text-align: center;
   text-decoration: none;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: none ; /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
   text-decoration: none;
}

.element_menu a  
{
color: black;
text-decoration: none;
}

.element_menu a:hover 
{
   background-color: white;
   color: black;
   text-decoration: none;
}


#pied_de_page
{
   text-align: center;
   width: 1200px;
   height: 500px;
   color: white;
   background-color: ;
   background-image: url("pied.JPG");
   background-repeat: repeat-x;
   }