#menu a {
	font-family: tahoma,times, "times new roman", verdana;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #999;
	text-decoration: none;
}
#menu a:visited {
	color: #000;
}
#contenu a {
	font-family: tahoma,times, "times new roman", verdana;
	text-decoration: none;
	color: #1DA549;
	font-weight: bold;
	font-size: 0.9em;
}
a {
	font-size: 0.8em;
	color: #1DA549;
	font-family: tahoma,times, "times new roman", verdana;
	text-decoration: none;
	font-weight: bold;
}
a:hover, #contenu a:hover {
	color: #666;
	text-decoration: none;
}
a:visited, #contenu a:visited {
	color: #000;
	text-decoration: underline;
}