body
{
   width:800px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-color:#000000;
	 height:800px;
}

#en_tete, .element_corps, #corps, #pied_de_page
 {  
  font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	
	}

.title
 {  
  font-family      : Arial, sans-serif;
  font-weight      : bold;
  text-transform   : uppercase;
  font-size        : 20px;
	text_align			 :center;
	
	}
	
#en_tete
{
   width: 800px;
   height: 163px;
	 font-size: 20px;
	 font-weight: bold;
	 text-align: center;
	 margin: 10px;
	 padding: 5px;
}

#menu_gauche
{
   float: left;
   width: auto;

}

.element_corps a
{
  font-weight:bold; 
	font-size: 20px;
  
}

.element_corps
{
 
   width : 210px;
   padding: 5px;
	 text-align:center;
	 font-size:16px 	 
		
}

#corps
{
   margin-left: 160px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	 margin-right: 160px;
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #FFCC00;
   height: 580px; 
	 width: 639px;
	 position:absolute;
 
	
}

#element_corps p
 {  
 		
	 font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	 color: #FFCC00;
	  margin-bottom: 20px;
		text-align: center;
		padding: 5px;
	} 
#pied_de_page
{
 	 width:500px;
   padding: 5px;
	 text-align: center;
 	 margin: 10px;
	 font-style:italic;
}
