body
{ 
   width: 970px;
   margin: auto;
   margin-top: 195px;
   font-family : 'Trebuchet MS', Arial;
   font-size:12px;
} 

.lien
{
   color: white;
   position: relative;
   text-decoration:none;
   font-size: 16px;
}

.lien:hover /* Quand on pointe sur un lien du menu */
{
   color: red ;
}

.lien:focus /* Quand le visiteur sélectionne le lien */
{
   color: black;
   background-color: orange;
}