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