body
{
text-align: center;
width: 90%;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
background-color: #A5E1DF;
   font-family: palatino linotype, georgia, arial, serif;
}


.lemenu a:hover{
color: #7DBAB8;
border-bottom: 1px solid white;
}

table
{
margin: auto;
width: 850px;
font-family: palatino linotype, georgia, arial, serif;
}

td
{

}


#corps
{
margin-top: 1px;
   width: 250px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   height: 250px;
   margin: auto; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 100px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-top: 10px;
   overflow: auto;
   -moz-border-radius: 6px;

   background-color: #7DBAB8;
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   
   color: black;
   font-family: palatino linotype, georgia, arial, serif;
   font-size: 12px;
   text-align: left;
  
   }

a
{
text-decoration:none;  
}



#back
{
width: 50%;
margin-top: 15%;
margin: auto; 
height: 10%;
text-align: center;
line-height: 1;
}

