body {
  
  width:100%;
  margin:20px auto;
  font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
  font-size:0.9em;
  color:#c67df5; margin-top: 20px; margin-bottom: 20px;
  background-image: url("images/backgroundbody36.png"); 
}

#banniere
{
   width: 100%;
   height: 110px;
   background-image: url("images/banniere.png") ;
   background-repeat: no-repeat;
   background-position : center center;
   margin-bottom: 20px;
  
}
#menu
{
   float: left; /* Le menu flottera Ã  gauche */
   width: 180px;
border: 1px outset #ffe5d6;
background-color: #000097;

}
.interligne4 {
  line-height: 1.5 ;
}
.element_menu
{
background-color: #000097;
text-align: left;
padding: 1px; /* Tous les cÃ´tÃ©s ont une marge intÃ©rieure de 0 pixels */
   padding-left: 2px; /* ... mais on modifie ensuite la marge de gauche, donc celle-lÃ  fera finalement 20 pixels */
   margin: 0px; 
margin-bottom: 5px;
}
.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B3B3B3;
   color: white;
}
.element_menu h3
{
text-align: center;

color: #ff00ff;
font-size: 1.4em;
}



#corps
{

margin-left: 200px;
   margin-bottom: 20px;
   padding: 5px;
   background-color: #000097;
   
 border: 0px outset #ffe5d6;
 }

 
 #corps h1
 {
 color: #ff00ff;
   text-align: center;
   font-size: 1.9em;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2
{
text-align: center;

font-size: 1.7em;
color: #ffdab9;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h3
{
text-align: justify;
font-size: 1em;
color: white;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h4
{
text-align: justify;
text-decoration: underline;

font-size: 1.5em;
font-weight: bold;
color: white;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-indent: 30px;
}
#corps p
{
text-align: justify;
font-size: 1.4em;
color: white;
 font-family: Arial,"Arial Black", "Times New Roman", Times, serif;
}
 #corps h5
 {
 color: white;
 font-weight: bold;

 text-align: center;
 font-size:1.2em;
  font-family: Arial,"Arial Black", "Times New Roman", Times, serif;
  }
 #pied_de_page
 {
 height: 10px;
 padding: 1px;

   text-align: center;

   color: #527d6b;
   
}
 







 
