table 
{
border-collapse: collapse;
} 
img
{border: no_borders;
text-decoration: none;
} 
p:first-letter /* La première lettre de chaque paragraphe */
{
   font-family: "Monotype Corsiva", tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
}
body
{
   background-color: #eae173;
   width: 830px;
   margin: auto;
   margin-top: 25px;
   margin-bottom: 10px;  
   font-family: "Monotype Corsiva", tahoma, Arial, "Arial Black", "Times New Roman", Times, serif;
   /*background-image: url("images site/WB02125_.GIF");
        background-repeat: repeat;*/
}

/* L'en-tête 
#en_tete
{  float: right;
   width: 600px;
   height: 100px;
   padding:5px;
   margin-bottom: 10px;
   border: 2px solid #72c878;
    color: white;
}
*/


#menu
{
   margin-left: 2px;
   margin-top: 25px;   
   float: left;
   width: 200px;
   /*border: 2px solid #72c878;*/
   /*background-color: white;*/
   color: #72c878;
   text-align: Center;
   font-size: x-large;
    /*position: fixed;*/
}
.element_menu
{
   /*background-color: white;*/
   margin-bottom: 10px;
}
.element_menu h3
{    
   margin-left: 10px;
   text-align: Center;
   font-size: xx-large;
}
.element_menu ul
{   
   padding: 1px;
   padding-left: 20px;
   margin: 5px;
   margin-bottom: 5px;
   text-decoration: none;
   /*background-color: white;*/
   list-style-image: url("images site/puce_epi.gif");
}
.element_menu a
{
   color: #72c878;
   text-decoration: none; 
}
.element_menu a:hover
{
   background-color: #72c878;
   color: white;
   text-decoration: bold; 
}



#corps
{
   float: right;
   width: 600px;
   margin-left: 0px;
   margin-bottom: 20px;
   padding: 5px;
   border: 2px solid #72c878;
   text-align: justify; 
   font-size: large;
   background-color: #72c878;
   color: white;

}
.corp_index
{
   width: 600px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 15px;
   margin-bottom: 15px;
   padding: 2px;
   border: 2px solid #72c878;
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
   text-align: center; /* Ils seront justifiés */
   font-size: large; /* Allez, soyons fous, grossissons le texte :o) */
   background-color: #72c878;
   color: white;
}
.corp_index a
 {
  text-decoration: none;
  color: white;
 } 
.corps_tarifs
{
   float: right;
   width: 600px;
   margin-left: 0px;
   margin-bottom: 20px;
   padding: 5px;
   border: 2px solid #72c878;
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
   text-align: center; /* Ils seront justifiés */
   font-size: xx-large; /* Allez, soyons fous, grossissons le texte :o) */
   background-color: #72c878;
   color: white; 
}
.corps_ptidej
{
   float: right;
   width: 600px;
   margin-left: 0px;
   margin-bottom: 20px;
   padding: 5px;
   border: 2px solid #72c878;
   text-indent: 0px; /* Les paragraphes commenceront 0 pixels sur la droite */
   text-align: center; /* Ils seront justifiés */
   font-size: xx-large; /* Allez, soyons fous, grossissons le texte :o) */
   background-color: #72c878;
   color: white; 
}


#corps h1 /* Tous les titres h1 du corps */
{
  text-align: center;
  font-weight: bold; /* En gras */
  font-size: xx-large;
}

/* #corps h2
{
   height: 30px;
   background-image: url("images/titre.png");  
   background-repeat: no-repeat; 
   padding-left: 30px;
   text-align: left; 
}
   */

#corps a
{
   color: white;
   text-decoration: none; 
}

.p_contact
{
 text-align: center;
 font-size: large;
}




/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{
   float: right;
   width: 600px;
   padding: 5px;
   text-align: center;
   border: 2px solid #72c878; 
   background-color: #72c878;
   color: white;   
}
.pied_de_page_index
{
   width: 600px;
   margin-left: auto;
   margin-right: auto;
   padding: 2px;
   text-align: center;
   border: 2px solid #72c878;
   background-color: #72c878;
   color: white;   
}
.menu_pied_de_page  td
{
   margin: auto;
   /*border-left: 1px solid white;
   border-right: 1px solid white;*/
   border-top: none;
   border-bottom: none;
   text-align: center;
   padding: 10px; 
}

.menu_pied_de_page a
{
   color: white;
   text-decoration: none; 
}

.menu_pied_de_page a:hover
{
   background-color: white;
   color: #72c878;
   text-decoration: none; 
   font-weight: bolder;
}





 
