
p,a,h1,h2,h3
{
   font-family: "helevetica", Garamond, Verdana, serif;
   color: black;
   text-align: center;
   text-decoration: none; /* Les liens ne seront plus soulignés */
     margin: auto; /* Pour centrer notre page */
}


body
{
   color: black;
   width: 760px;
    margin: auto; /* Pour centrer notre page */
 
   
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
text-decoration: none;
}

a:focus /* Quand le visiteur sélectionne le lien */
{
background-color: none;
}