/* classe CONTENT pour le menu m2 de niveau N0 */
DIV.content_m2_n0 {
width: 170px;
margin-left: 2px;

}

/************************************************************************/
/**** NIVEAU 1 ************/
/************************************************************************/

DIV.content_m2_n1 {
	background-color: transparent;
	padding-top: 2px;
	padding-bottom: 1px;
	display: none;
	position: relative;
}

/* classe ITEM pour le menu m2 de niveau N1 */
DIV.item_m2_n1,DIV.item_m2_n1_over,DIV.item_m2_n1_open,DIV.item_m2_n1_open_over{
	width: 170px;
	color:#E6DFC5;
}


DIV.item_m2_n1_over{
	color: #EC9B0C;
	cursor: hand;			 
} 
		
DIV.item_m2_n1_open{
	color: #EC9B0C;
	display:block;
}

DIV.item_m2_n1_open_over{
	color: #EC9B0C;
	display:block;
}

/* classe MENU pour le menu m2 de niveau N1 */
DIV.menu_m2_n1{
	background-image: url(/design/cadreGauche/fleche.gif);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 170px;

	/*border-bottom: 1px solid Black;
	border-right: 1px solid Black;*/
}

#menu_m2_104C2275{
	background-color: #880101;
	margin-top: 3px;
}
#menu_m2_C99844E3{
	background-color: #880101;
	margin-top: 3px;
}
#menu_m2_90619B5F{
	background-color: #880101;
	margin-top: 15px;
}
#menu_m2_E391C302{
	background-color: #5E0000;
	margin-top: 15px;
	/*background-image: url(/design/cadreGauche/bouee.gif);
	background-position: top right;
	background-repeat: no-repeat;*/
}	
#link_m2_E391C302{
}
	

/* classe LINK pour le menu m2 de niveau N1 */
SPAN.link_m2_n1 {
	font-family: Arial;
	font-size: 10px;
	overflow: hidden;
	cursor: pointer;
	width: 170px;	
}

/************************************************************************/
/**** NIVEAU 2 ************/
/************************************************************************/

		DIV.content_m2_n2 {
			background-color: transparent;
			position: relative;
			cursor:hand;
			display:none;
		}	
		
		DIV.item_m2_n2{
			margin-top: 3px;
			color: #5E0000;
		}

		DIV.item_m2_n2_open,DIV.item_m2_n2_over,DIV.item_m2_n2_open_over{
			margin-top: 3px;
			color:#C41B1F;
			display:block;
		}

		DIV.menu_m2_n2 {

		}
		
		SPAN.link_m2_n2 {
			/*background-image: url(/design/cadreGauche/fleche2.gif);
			background-position: left;
			background-position: top;
			background-repeat: no-repeat;*/
			vertical-align: top;
			font-family: Arial;
			font-size: 10px;
			overflow: hidden;
			cursor: pointer;
			padding-left: 8px;
}

	
/************************************************************************/
/**** NIVEAU 3 ************/
/************************************************************************/
		
		DIV.content_m2_n3 {
	background-color: transparent;
	position: relative;
	cursor: hand;
	display: none;
	
}	
		
		DIV.item_m2_n3{
			color: #5E0000;
		}
		
		DIV.item_m2_n3_over,DIV.item_m2_n3_open,DIV.item_m2_n3_open_over{
			color:#C41B1F;
		}


		DIV.menu_m2_n3 {
			padding-top:2px;
			padding-bottom:2px;
			border-bottom: 1px solid #FCD765;
			border-bottom-width: 100%;
			
			
		}

		SPAN.link_m2_n3 {
			font-family: Arial;
			font-size: 10px;
			overflow: hidden;
			cursor: pointer;
			padding-left: 14px;
			overflow: hidden;
			cursor: pointer;
		}