
/* pour les liens */


#menu a{
	text-decoration: none;
	color: #888888;
	font-family: "century gothic", verdana;
}
#menu a:hover {
	text-decoration: none;
	color: #E0E0E0;
	font-family: "century gothic", verdana;
}

#menu a.selected {
	text-decoration: none;
	color: #E0E0E0;
	font-family: "century gothic", verdana;
}
#menu a:hover.selected {
	text-decoration: none;
	color: #888888;
	font-family: "century gothic", verdana;
}


