body
{
background : #000000 url(fondpaint2.jpg) no-repeat;
background-position: 90px 40px ;
margin: auto;
text-align : center;
}

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

a{
color: #ffffff;
}

#corps
{

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

   background-color: transparent;

   
   color: white;
   font-family: palatino linotype, georgia, arial, serif;
   font-size: 12px;
   text-align: justify;
   padding-top: 55px;
   padding-left: 20px;
   padding-right: 10px;  
   }

