body 
{
margin: auto;
font-family:Arial;
color:#ffffff;
background-image:url("http://frederic.mazingue.free.fr/images/bg.png");
font-size:100%;
margin:0;
text-decoration: none;
}


 
#en_tete
{
   margin-top: 15px;
   height: 100px;
   background-image: url("http://frederic.mazingue.free.fr/images/2.png");
   background-repeat: repeat-x;
   margin-bottom: 10px;
}



#menu
{
   position:absolute;
   border: none;
   width: 218px;
   height: 366px;
   background-image: url("images/fond_accueil.png");
   background-repeat: no-repeat;
   text-decoration: none;
}

#corps
{
margin: auto;
top:110px;
left:301px;
}

#pied_de_page

#cellule
{
text-indent:2px;
background:#0362FF;
text-align:left;
height:70px;
}






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

th /* Les cellules d'en-tête */
{
   background-color: none
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: none
   text-decoration: none; /* Les liens ne seront plus soulignés */;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
