a:link {
text-decoration:none;
color: #404040;
}

a:visited {
text-decoration:none;
color: #404040;
}

a:active {
text-decoration:none;
color: #404040;
}

a:hover {
text-decoration:none;
color: #404040;
}

h4
{
   font: 1.1em "Verdana MS", helvetica, sans-serif ;
   text-indent: 5px;
}

p
{
   text-align: justify;
   font: 0.8em "Verdana MS", helvetica, sans-serif ;
}


body
{
   width: 770px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; 
   margin-bottom: 20px;
   background-image: url("fond.png");
}




table
{
   /*margin: auto;*/
   border: 1px solid red;
   border-collapse: collapse;
   font-size: 0.9em;
}

th
{
   background-color: black;
   color: white;
   font-size: 0.9em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   border: 1px solid red;
}

td
{
   height: 10px; /* J'agrandis la hauteur des cellules pour que l'on puisse voir l'alignement vertical */
   vertical-align: bottom; /* Alignement vertical, le contenu des cellules sera placé en bas */
   border: 1px solid red;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   font-size: 0.9em;
   text-align: center;
   padding: 5px;
}
