body

{
width : 1050px;
background-color: #c2cd95;
}
#en-tete 
{
width : 1000px;
height : 450px;
margin : auto;
margin-top : 20px;
margin-bottom : 20px;
padding-top : 100px;
padding-bottom : 50px;
padding : 10px;

}
 table /* Le tableau en lui-même */
{   
   width: 880px;
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
  
}

th /* Les cellules d'en-tête */
{
   background-color:  #c2cd95;
   
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}
.element-table a:hover /* Quand on pointe sur un lien du menu */
{
 color: yellow;
 }
.table
{ 
color:#800080;
}
ul
{
 color: yellow;
 padding: 8px;
 font-family : Arial, Verdana, Georgia, serif;
  text-indent : 30px;
  font-size : 1.2em;
 }
h2
{
 color: #2b857c;
 padding-bottom:30px;
 
 }
 h1
 {
 color : #faffa7 ;
font-family : "Comic sans MS", Georgia, Arial, Verdana, serif;
font-size : 1.7em;
text-indent : 50px;
}

#corps
{

float : right;
width : 650px;
border: 3px solid #c4ff9f;

margin-top : 20px;
margin-bottom : 20px;
padding-top : 100px;
padding-bottom : 50px;
padding : 10px;
 background-color :#92f383;
font-family :Verdana, Georgia, Arial,  serif;
font-size : 1em;
text-indent : 50px;
}
#menu
{
float : left;

width : 300px;
 border: 1px solid #fd30ac;
margin : auto;
margin-top : 20px;
margin-bottom : 20px;
padding-top : 100px;
padding-bottom : 50px;
padding : 10px;
 color :#750035;
font-family :Verdana, Georgia, Arial,  serif;
font-size : 1em;
text-indent : 50px;
}


.var
 {
  float: right;
 }
 .enf
 { 
  float: right;
  margin-right: 200px;
}
.lev
{
 float: leftt;
  margin-left: 50px;
 }
span
{
 color: white;
 font-family:"Cracked Johnnie", Georgia, Arial,  serif;
 font-size:1.1em
 }
.retour
{ 
     
	 font-family: Verdana,"Cracked Johnnie",  Tahoma, serif ;
	 font-size:2em;
     text-indent: 500px;   
}
 