/*** Menu ***/ 
a.secteur_item {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.secteur_itemon {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a.rubrique_item {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.rubrique_itemon {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a.article_item {
	color: #FFFFFF;
	text-decoration: none;
}
a.article_itemon {
	color: #FF9900;
	text-decoration: none;
}

a.secteur_item:hover, a.secteur_itemon:hover, a.rubrique_item:hover, a.rubrique_itemon:hover, a.article_item:hover, a.article_itemon:hover {
	text-decoration: underline;
}
