body
{
background : #ffffff url(nawakfond.jpg) no-repeat top;
margin: auto;
text-align : center;
}

table
{
text-align : center;
width : 80%;
margin: 15px;
}

td
{
background-color: #E5E0E7;
   -moz-border-radius: 35px;
color: #000000;
margin: auto;
margin-top: 5px;
margin-bottom: 50px;
font-family: palatino linotype, georgia, arial, serif;
padding-top: 10px;
vertical-align: top;
}

#txt
{
text-align: center;
padding-top: 15px;
padding-left: 10px;
padding-right: 10px;
}

a{
color: #000000;
}

#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: 15px;

   background-color: #E5E0E7;
   background-image: url(texture1.jpg);
   background-repeat: no-repeat; /* Une petite image de fond qui se répètera horizontalement en haut */
   
   color: white;
   font-family: palatino linotype, georgia, arial, serif;
   font-size: 12px;
   text-align: center;
   padding-top: 15px;
   padding-left: 20px;
   padding-right: 20px;  
   border: solid 2px #D4CED7;
   }

