/* classe CONTENT pour le menu m1 de niveau N0 */

DIV.content_m2_n0 {
	position: relative;
	cursor: pointer;
	margin-left: 12px;
}

/************************************************************************/
/**** NIVEAU 1 ************/
/************************************************************************/

DIV.content_m2_n1 {
	position: relative;
	display: none;
}

/* classe ITEM pour le menu m2 de niveau N1 */
DIV.item_m2_n1{
	color:white;

}


DIV.item_m2_n1_over,DIV.item_m2_n1_open,DIV.item_m2_n1_open_over{
	color:#FF1200;		
	display:block; 
} 

/* classe MENU pour le menu m2 de niveau N1 */
DIV.menu_m2_n1{	
	padding-top: 6px;
	padding-bottom: 6px;
	
}


/* classe LINK pour le menu m2 de niveau N1 */
SPAN.link_m2_n1 {
	font-family: Verdana;
	font-weight:bold;
	font-size: 12px;
}

/************************************************************************/
/**** NIVEAU 2 ************/
/************************************************************************/

		DIV.content_m2_n2 {
			position: relative;
			padding-top:14px;
			padding-bottom: 14px;
		}	
		
		DIV.item_m2_n2{
			color: #7E0202;

		}

		DIV.item_m2_n2_open,DIV.item_m2_n2_over,DIV.item_m2_n2_open_over{
			color:#FF1200;
			font-weight: bold;
		}

		DIV.menu_m2_n2 {
			/*background-image: url(../design/puce.gif);
			background-position: left;
			background-attachment: fixed;
			background-repeat: no-repeat;
			padding-left: 8px;*/
		}
		
		SPAN.link_m2_n2 {
			font-family: Verdana;
			font-weight: normal;
			font-size: 10px;
			vertical-align:top;
			list-style-type: disc;
			list-style-position: inside;
			display: list-item;
			width: 100%;
		}

	
/************************************************************************/
/**** NIVEAU 3 ************/
/************************************************************************/
		
		DIV.content_m2_n3 {
	background-color: transparent;
	position: relative;
	cursor: pointer;
	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;
			padding-left: 14px;
			cursor: pointer;
		}
