/* classe CONTENT pour le menu M2 de niveau N0 */
		DIV.content_m2_n0 {
			background-image: url(../design/interligne.gif);
			background-position: bottom;
			background-repeat: no-repeat;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: normal;
			padding-bottom: 2px;
			position: relative;
			width: 210px;
		}


/* 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 {
			background-image: url(../design/interligne.gif);
			background-position: top;
			background-repeat: no-repeat;
			padding-top: 2px;
			width: 100%;
		}
		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 {
			padding: 1px 17px;
		}
		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 {
			background-color: #EA0000;
			background-image: url(../design/puce.gif);
			background-position: left;
			background-repeat: no-repeat;
		}

/* classe LINK pour le menu M2 de niveau N1 */
		SPAN.link_m2_n1 {
			color: #C30000;
			overflow: hidden;
		}
		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: White;
			font-weight: bold;
		}

/* classe CONTENT pour le menu M2 de niveau N1 */
		DIV.content_m2_n1 {
			background-color: White;
			display: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			font-weight: normal;
			padding: 4px 0px;
		}


		DIV.item_m2_n2, DIV.item_m2_n2_over, DIV.item_m2_n2_open, DIV.item_m2_n2_open_over {
			width: 100%;
		}
		DIV.item_m2_n2_over, DIV.item_m2_n2_open_over {
			cursor: pointer;
		}

		DIV.menu_m2_n2 {
			padding: 0 0 0 17px;
		}

		SPAN.link_m2_n2 {
			color: #C30000;
			overflow: hidden;
		}
		DIV.item_m2_n2_over SPAN.link_m2_n2, DIV.item_m2_n2_open SPAN.link_m2_n2, DIV.item_m2_n2_open_over SPAN.link_m2_n2 {
			font-weight: bold;
		}

		DIV.content_m2_n2 {
			background-color: White;
			display: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			font-weight: normal;
			padding: 4px 0px;
		}


		DIV.item_m2_n3, DIV.item_m2_n3_over, DIV.item_m2_n3_open, DIV.item_m2_n3_open_over {
			width: 100%;
		}
		DIV.item_m2_n3_over, DIV.item_m2_n3_open_over {
			cursor: pointer;
		}

		DIV.menu_m2_n3 {
			padding: 0 0 0 34px;
		}

		SPAN.link_m2_n3 {
			color: #C30000;
			overflow: hidden;
		}
		DIV.item_m2_n3_over SPAN.link_m2_n3, DIV.item_m2_n3_open SPAN.link_m2_n3, DIV.item_m2_n3_open_over SPAN.link_m2_n3 {
			font-weight: bold;
		}