/* classe CONTENT pour le menu m2 de niveau N0 */
		DIV.content_m2_n0 {
			
			float:left;
			font-family: Verdana;
			font-size: 12px;
			font-weight: normal;
			width:990px;
			background-color:#8e9fa8;
			line-height: 20px;
			height: 20px;
		}


/* classe ITEM pour le menu m2 de niveau N1 */
		DIV.item_m2_n1 {
			
			float:right;
		}
		DIV.item_m2_n1_over, DIV.item_m2_n1_open, DIV.item_m2_n1_open_over {
			float:right;
		}
		DIV.item_m2_n1_over, DIV.item_m2_n1_open_over {
			cursor: pointer;
		}

/* classe MENU pour le menu m2 de niveau N1 */
		DIV.menu_m2_n1 {
			border-left:1px solid #B0BCC2;			
			text-align: center;
			
			
		}
		DIV.item_m2_n1_over DIV.menu_m2_n1, DIV.item_m2_n1_open DIV.menu_m2_n1, DIV.item_m2_n1_open_over DIV.menu_m2_n1 {
			
		}

/* classe LINK pour le menu m2 de niveau N1 */
		SPAN.link_m2_n1 {
			color:white;
			overflow: hidden;
			padding-left:10px;
			padding-right:10px;
			
		}
		DIV.item_m2_n1_over SPAN.link_m2_n1, DIV.item_m2_n1_open SPAN.link_m2_n1, DIV.item_m2_n1_open_over SPAN.link_m2_n1 {
			color: #F6AF77;
		}
		
		
/* 20100812 : Nouveau menu simple et accessible */
#content_m2_new {	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	width:990px;
	background-color:#8e9fa8;
	line-height: 20px;
	height: 20px;
	color:#FFF;
}

#content_m2_new ul { margin: 0; padding: 0; list-style: none; border-bottom: 0; }
#content_m2_new ul li { float:left; display: inline; margin: 0; padding: 0 10px 0 10px; border-left: 1px solid #B0BCC2; }
#content_m2_new ul li.premier { border-left: 0; padding-left:0px; }

#content_m2_new a {
	color:#FFF;
	font-weight: normal;
	text-decoration:none;
}
#content_m2_new a:hover {
	color:#F6AF77;
}

