a:link       { text-decoration: underline }
a:visited    { text-decoration: underline }
a:hover      { color: #ff0000; text-decoration: underline }
.menublanc {
	font-family : geneva, tahoma, verdana, helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
	color: white;
	}
.menunoir {
font-family : geneva, tahoma, verdana, helvetica, sans-serif;
font-size : 9px;
text-decoration : none;
color: black;
	}		
