body {

	font-family: Arial;
	font-size: 16px;
	background-color:black;
	background-image : url("images/arriereplan - Copie.bmp") ;
	background-repeat : NO-repeat;
	color:black;
}
H1
{
	color:red;
	text-align:center;
}
a 
  {   color:#9999ff; 
  text-decoration:none; 

  } 
a:hover  
  { 
  color:#CC33CC;   text-decoration:underline; 
  }
  
table
{
   margin: auto;
   border: 0px;
   border-collapse: collapse;
}

th
{
   text-align:center;
   color:black;	
   background-color: blue;   
   font-size: 15px;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   border: 0px ;
   width:50px;
   
}

td
{
   height: 80px; 
   vertical-align: center; 
   font-weight : bold;
   border: 0px;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center;
   padding: 4px;
   
}