a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: #000000;}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: #0066FF;
font-weight: bold;
}
a /* Lien normal */
{
   text-decoration: none;
   color: #0066FF;
   
}