body {
        margin-top: 100px;
	background: url(images/fond.jpg) black no-repeat fixed center
}


table 
{
   margin-top: 0px;
   margin-bottom: 50px;
   margin-left: 160px;
   margin-right: 160px;
   border: 5px outset white; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}


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

td /* Les cellules normales */
{
   color: white;
   border: 1px solid white;
   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 */
}


A
{
color:yellow;
text-decoration:none;
}

A:hover
{
color:orange;
text-decoration:none
}