a
{
   text-decoration: none; 
   color :rgb(0,0,0); 
   font-weight: bold; 
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; 
   color :rgb(254,115,22); 
}
body
{
 font-family: "Comic Sans MS",serif;
 font-size:12px;
}

h2
{
 font-family: "Comic Sans MS",serif;
}
