a { 
	text-decoration: none;
}
a:hover {             /* lien survolé*/
	text-decoration: underline;
}
