@charset "UTF-8";
#menubloc {
	width: 100%;
}
.menu   {
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AD93C0;
	color: #666666;
	clear: both;
	padding: 10px;
	background-color: #EFDCFE;
}
.menu:hover {
	text-decoration: none;
	background-image: url(../images/fleche_activites.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #666666;
}
.menu_on {
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AD93C0;
	color: #666666;
	clear: both;
	padding: 10px;
	background-color: #EFDCFE;
	background-image: url(../images/fleche_activites.png);
	background-repeat: no-repeat;
	background-position: right center;

}
.menu_on:hover {
	text-decoration: none;
	color: #666666;
}
