/********** Menu niveau 1 ************/
/** Les paroisses **/
ul li a.vert {
	color: 			#009A63;
	font-weight:	bold;
	width: 			174px;
	display: 		block;
	background: 	transparent url(../_images/commun/fleche_verte.png) no-repeat right;     
}
ul li a.vert:hover {
	background: 	transparent url(../_images/commun/fleche_verte.gif) no-repeat right;
}

/* Les Services ciel */
ul li a.ciel {
	color: 			#6999B3;
	font-weight:	bold;
	width: 			174px;
	display: 		block;
	background: 	transparent url(../_images/commun/fleche_bleu.png) no-repeat right;     
}
ul li a.ciel:hover {
	background: transparent url(../_images/commun/fleche_bleu.gif) no-repeat right;
}

/* Les institutions : mauve */
ul li a.mauve {
	color: 			#8c4573;
	font-weight:	bold;
	width: 			174px;
	display: 		block;
	background: 	transparent url(../_images/commun/fleche_mauve.png) no-repeat right;     
}
ul li a.mauve:hover {
	background: transparent url(../_images/commun/fleche_mauve.gif) no-repeat right;
}

/* L'enseignement privé  bleu */
ul li a.bleu {
	color: 			#0851A5;
	font-weight:	bold;
	width: 			174px;
	display: 		block;
	background: 	transparent url(../_images/commun/fleche_bleu.png) no-repeat right;     
}
ul li a.bleu:hover {
	background: transparent url(../_images/commun/fleche_bleu.gif) no-repeat right;
}

/* Les mouvements : orange */
ul li a.orange {
	color: 			#e1a551;
	font-weight:	bold;
	width: 			174px;
	display: 		block;
	background: 	transparent url(../_images/commun/fleche_jaune.png) no-repeat right;     
}
ul li a.orange:hover {
	background: transparent url(../_images/commun/fleche_jaune.gif) no-repeat right;
}

/* Les messes : pourpre */
ul li a.pourpre {
	color: 			#A03539;
	font-weight:	bold;
	width: 			174px;
	display: 		block;
	background: 	transparent url(../_images/commun/fleche_pourpre.png) no-repeat right;     
}

ul li a.pourpre:hover {
	background: transparent url(../_images/commun/fleche_pourpre.gif) no-repeat right;
}
   
/******** Menu niveau 2 ********/
ul li ul li a    {
	color:#808080;
	width:177px;
	display:block;
	padding-left:5px;
	text-decoration: none;
}

ul li ul li a:hover {
	font-weight: bold;
}

/******************* Zone Se Préparer  *******************/
/* LISTE A PUCE AVEC PYRAMIDE A L'ENVERS */
/*
#sePreparer {
	background: #F6FAE3 url(../_images/commun/fond_preparer.png) no-repeat right;
	width:177px;
}
ul.pyramid {
	margin: 		0px 0px 10px 20px;
	padding: 		0px 0px 0px 0px;
	list-style-image: url(../_images/commun/puceN1.gif);
	} 
ul.pyramid a {
	color: 			#0065FF;
	text-decoration: none;
	font-size: 		12px;
	}
ul.pyramid a:hover {
	color: 			#0065FF;
	font-weight: 	bold;
	}
	*/