
.texte 
{
font-family: "Arial Black", Arial, Verdana, serif;
font-size:12px;
color: #191970;
}


.texte_souligne
{
font-family: "Tempus Sans ITC", Arial, Verdana, serif;
font-size:12px;
font-style: underlined;
color: #191970;
}

.sous_titre
{
font-family: "Tempus Sans ITC", Arial Black, Arial, Verdana, serif;
font-size:18px;
color: #191970;
text-align: centrer;
font-style: bold;
}

.texte_page
{
font-family: "Tempus Sans ITC", Verdana, serif;
font-size:15px;
color: #191970;
}

.titre
{
font family: "Georgia";
font-size:28px;
font-weight: bold;
}

#en_tete
{
   margin-left: 195px;
   width: 760px;
   height: 100px;
   margin-bottom: 45px;
}


#corps
{
   padding: 5px;
   margin-left: 158px;
   margin-right: 20px;
   text-align: left;
   color: #B3B3B3;
   background-color: #626262;  
   border: 2px solid black;
   margin-bottom: 25px;
}


/* Le menu */

#menu
{
   float: left;
   width: 120px;
   margin-left: 8px;   
   margin-bottom: 20px;   
}


.element_menu
{
   background-color: #626262;  
   border: 2px solid black;      
   padding-bottom: 10px; 
   margin-bottom: 20px;  
}

/* Quelques effets sur les menus */


.element_menu h3
{   
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   margin-bottom: 20px;
   text-align: center;
}

.element_menu h4
{   
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   margin-bottom: 2Opx;
}


.element_menu ul
{
   list-style-image: url("../FichiersInclusDansLesPages/bluemoon.jpg");
   width  
   padding-left: 10px;
   margin-bottom: 20px;
   margin-right: 15px;
}

.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}

#pied_de_page
{   
   
   margin-bottom : 10px;  
   margin-top: 10px;
   margin-left: 158px;
   margin-right: 20px;
   padding: 5px;   
   text-align: center;
   color: #B3B3B3;
   background-color: #626262;
   background-repeat: repeat-x;   
   border: 2px solid black;
}