/* liens visités doivent rester en bleu */
a:link
{
color : blue;
text-decoration: none;
}
a:visited 
{
color : blue;
text-decoration: none;
}