h1 
{
 color: black;
 font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", "Courier New", Georgia, Impact, "Trebuchet MS", Verdana, serif;
 font-size: 3.2em;
 text-align: center;
 
 }
body /* On travaille sur la balise body, donc sur TOUTE la page */
{
   background-color: rgb(49,185,97); 
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   }

   .centered 
   {
display: block;
margin-left: auto;
margin-right: auto
}

td 
{
text-align:center;
border: 1px solid white;
}
h2
{
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", "Courier New", Georgia, Impact, "Trebuchet MS", Verdana, serif;
   text-decoration: underline;
   
   }
 
h3 a /*Lien normal*/
{
 color: rgb(156,14,96);
 font-size: 1.9em;
 text-align: right;
 font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", "Courier New", Georgia, Impact, "Trebuchet MS", Verdana, serif;
}

 a:active /* Quand le visiteur clique sur le lien */
 
{   
   background-color: #FFCC66;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: rgb(0,128,255);
}
a
{
color: rgb(0,64,128);
}
h4 
{

 font-size: 1.3em;
 text-align: center;
 font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", "Courier New", Georgia, Impact, "Trebuchet MS", Verdana, serif;
}
tr
{ font-size: 1.1em;
}