/*menu */
.rubriques{
}

#listmenu{
list-style:none;
margin:0;
padding:0;
}
#listmenu a.hac{
	display: block;
	background: url(images/bouton16.png) no-repeat;
	text-indent: 10px;
	cursor: pointer;
	color: navy;
	font-size: .9em;
	text-decoration: none;
	line-height: 30px;
}

#listmenu a.hac:hover{
color: white;
}

#listmenu a.selected{
background:transparent url(images/bouton16.png) left 50% no-repeat;
color: white;
}

.menuRubrique {
	display:block;
	text-decoration: none;
	background: transparent url(images/bouton15.png) left no-repeat;
	color: white;	
	cursor:pointer;
	font-size: .9em;
   text-indent: 15px;
	line-height: 30px;
}

.menuRubrique a:link{
	color: white;
	font-size: 1em;
	text-decoration: none;

}
.menuRubrique a:visited{
	color: white;
}
 .menuRubrique a:hover{
	color: white;
}

.menuRubrique  a:active{
	color: white;
}
.menuRubrique  a:active{
	color: maroon;
}

/* pour le menu Rouge  */
#listmenuRouge{
list-style:none;
margin:0;
padding:0;
}
#listmenuRouge a.hac{
	display: block;
	background: url(images/bouton17.png) no-repeat;
	text-indent: 10px;
	cursor: pointer;
	color: maroon;
	font-size: 1em;
	text-decoration: none;
	line-height: 30px;
}

#listmenuRouge a.hac:hover{
color: maroon;
}

#listmenuRouge a.selected{
background:transparent url(images/bouton17.png) left 50% no-repeat;
color: maroon;
}
.menuRubriqueRouge {
	display:block;
	text-decoration: none;
	background: transparent url(images/bouton18.png) left no-repeat;
	color: maroon;	
	cursor:pointer;
	font-size: .9em;
   text-indent: 15px;
	line-height: 30px;
}

.menuRubriqueRouge a:link{
	color: maroon;
	font-size: 1em;
	text-decoration: none;

}
.menuRubriqueRouge a:visited{
	color: maroon;
}
 .menuRubriqueRouge a:hover{
	color: maroon;
}
/* fin du menue Rouge */

/* pour le menu Vert */
#listmenuVert{
list-style:none;
margin:0;
padding:0;
}
#listmenuVert a.hac{
	display: block;
	background: url(images/bouton19.png) no-repeat;
	text-indent: 10px;
	cursor: pointer;
	color: maroon;
	font-size: .9em;
	text-decoration: none;
	line-height: 30px;
}

#listmenuVert a.hac:hover{
color: white;
}

#listmenuVert a.selected{
background:transparent url(images/bouton19.png) left 50% no-repeat;
color: maroon;
}
.menuRubriqueVert {
	display:block;
	text-decoration: none;
	background: transparent url(images/bouton20.png) left no-repeat;
	color: maroon;	
	cursor:pointer;
	font-size: 1em;
   text-indent: 15px;
	line-height: 30px;
}

.menuRubriqueVert a:link{
	color: maroon;
	font-size: 1em;
	text-decoration: none;

}
.menuRubriqueVert a:visited{
	color: maroon;
}
.menuRubriqueVert a:hover{
	color: white;
}

/* fin du menue Vert */

/* pour le menu OrangeGris */
#listmenuOrangeGris {
list-style:none;
margin:0;
padding:0;		
}
#listmenuOrangeGris a.hac{
	display: block;
	background: url(images/bouton21.png) no-repeat;
	text-indent: 10px;
	cursor: pointer;
	color: maroon;
	font-size: .9em;
	text-decoration: none;
	line-height: 30px;	
	-webkit-transition: font-size .1s, color .5s;
	-moz-transition:  font-size .1s, color .5s;
	transition:  font-size .1s, color .5s;  	
}

#listmenuOrangeGris a.hac:hover{
color: white;
}

#listmenuOrangeGris a.selected{
background:transparent url(images/bouton21.png) left 50% no-repeat;
color: maroon;
}
.menuRubriqueOrangeGris{
	display:block;
	text-decoration: none;
	background: transparent url(images/bouton22.png) left no-repeat;
	color: maroon;	
	cursor:pointer;
	font-size: .8em;
   text-indent: 15px;
	font-weight: bold;
	line-height: 30px;	
}

.menuRubriqueOrangeGris a:link{
	/*color: maroon;
	font-size: .8em;*/
	text-decoration: none;

}
/*.menuRubriqueOrangeGris a:visited{
	color: maroon;
}*/
.menuRubriqueOrangeGris a:hover{
	color: white;
}

/* fin du menue OrangeGris */

