body
{
width:  90%;
height: 90%;
background-image : url(scarabee.jpg); 
background-repeat : no-repeat;  
background-position: 15px 100px ;
background-attachment: fixed;
}


table
{
text-align : justify;
width : 40%;
color: #FBAD48;
margin-left : 420px;
margin-top: 5px;
margin-bottom: 5px;
font-family: palatino linotype, georgia, arial, serif;
padding: 8px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
padding-top: 0px;
background-color: #400707;
   -moz-border-radius: 15px;
border: double 2px;
}

td
{
padding: 10px; 
}

a{
color: #FBAD48;
text-decoration: none; 
}

a:hover{
color: #ffffff;
text-decoration: none; 
}