body
{
   width: 850px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("../images/image_W.jpg");
   background-repeat: no-repeat;
   background-color: #000000;
   color: #FFFFFF;   
}
a
{
   text-decoration: none; /* liens non soulignés */
   color: #FFFFFF; /* liens en blanc */
   visited: #ff3c00; /* liens visités deviennent orange */
}
a:hover 
{
   text-decoration: underline; /*lien souligné quand on pointe dessus */
   color: #e60000; /* lien rouge quand on pointe dessus */
}
#en_tete
{
   margin: auto;
   width: 760px;
   height: 1px;
   margin-bottom: 8px;
   text-align: center;
}
#corps
{
   margin-left: 140px; 
   text-align: center;
   margin-bottom: 20px; 
   padding: 5px; 
   color: #FFFFFF;
   background-color: #FFFFFF; 
   border: 2px solid black; 
}
#corps h1 /* Tous les titres h1 du corps */
{
   color: #FFFFFF;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   padding-left: 30px;
   color: #FFFFFF;
   text-align: left;
}
#pied_de_page
{
   margin: auto;
   width: 700px;
   padding: 5px;
   text-align: center;
   text-decoration: underline; /*lien souligné quand on pointe dessus */
   color: #e60000; /* lien rouge quand on pointe dessus */   
   color: #e60000;
   background-color: #000000;   
   border: 2px solid white;
}
caption 
{
   margin: left; 
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #FFFFFF;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}
table 
{
   margin: center; /* Centre le tableau */
   margin-bottom : 12px;
   border: 4px outset; /* Bordure du tableau avec effet 3D */
   border-collapse: collapse; /* Colle les bordures entre elles */
   color: #FFFFFF; /*tout en blanc*/
}
th 
{
   height: 60px;
   width: 180px;   
   border: 1px solid white;      
   color: #FFFFFF;
   text-align: center;
   font-size: 1.0em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   padding: 5px; /*  marge intérieure aux cellules */
}
td 
{
   height: 60px; 
   width: 120px;   
   border: 1px solid white;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center;
   font-size: 0.9em;
   padding: 5px; /*  marge intérieure aux cellules */
}
