

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
    background-image: url("FOND BLANC ROSE.jpg");
   
}


#en_tete
{
   width: 760px;
   height: 120px;
   background-image: url("BANNIERE BLEU.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
   border: 2px outset #c0c0c0;   
   
}
#menu
{
   float: left; 
   width: 165px; 
}

.element_menu a {
  color: white;
  background-color: ;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
  display: block;
  width: 139px;
}


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

.element_menu a 
{
   color: WHITE;
}

.element_menu a:hover 
 {
  background-color: #FEF785;
  background-image: url(aqua.jpg);
  border: 2px inset ;
  color: BLACK;
}



#corps
{
   margin-left: 165px; 
   margin-bottom: 60px; 
   padding: 5px; 
   
   color: #FEF785;
   background-repeat: repeat-x; 
   
  
}
a
{
   
   color: #333333;
   background-repeat: repeat-x; 
   
  
}


#pied_de_page
{
   padding: 50px;
   text-align: center;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
  
}
h6
{
   text-align: center;
   font-family: georgia,"Comic Sans MS", "Times New Roman", Verdana, serif;
   color: black;
   font-style: ;
   
}
h5
{
   text-align: center;
   font-family: georgia,"Comic Sans MS", "Times New Roman", Verdana, serif;
   color: black;
   font-style: ;
   
}
h4
{
   text-align: ;
   font-family: georgia,"Comic Sans MS", "Times New Roman", Verdana, serif;
   color:WHITE;
    font-style: ;
}

h3
{
   text-align: center;
   font-family: georgia,"Comic Sans MS", "Times New Roman", Verdana, serif;
   color: #FEF785;
    font-style:italic ;
}
h2
{
   text-align: center;
   font-family: georgia,"Comic Sans MS", "Times New Roman", Verdana, serif;
   color: white;
   font-style: italic;
   
}
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #FEF785;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 2px outset #c0c0c0 ; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
   background-color: ;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
 

