/* CSS Document */


body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("TN_yelorock.JPG");
}
h1
{
font-size:60px;
color:#CC00CC;
}
/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 80px;
   background-color:#4D4D4D;
   margin-bottom: 10px;
}
td /* Toutes les cellules des tableaux... */
{
background-color:#626262;;
color: white;
margin-bottom: 20px; 
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   border: 1px solid black; /* ... auront une bordure de 1px */
}
 p
{   
   color: #FFFF00;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 16px;
}


 h2
{   
   color: #00FF66;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size:20px;
}
 h4
{   
   color: #6699FF;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
 ul
{
   color: white;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   font-size: 16px;
}
a 
{
   color: white;
   font-size: 16px;
   
}
 


