/* classe CONTENT pour le menu M4 de niveau N0 */
		DIV.content_m4_n0 {
			font-family: Verdana;
			color:#A8A8A9;
			width:140px;
			height:20px;
		}


/* classe ITEM pour le menu M3 de niveau N1 */
		DIV.item_m4_n1 {
			height: 20px;
			width:140px;
			text-decoration:none;
			background-image:url('../design/fleche_bleu.gif');
			background-repeat: no-repeat;
			background-position: left 5px ;
			text-align:justify;
			/*vertical-align:top;*/
		}

		DIV.item_m4_n1_over, DIV.item_m4_n1_open, DIV.item_m4_n1_open_over {
			height: 20px;
			width:140px;
			text-decoration:underline;
			background-image:url('../design/fleche_bleu.gif');
			background-repeat: no-repeat;
			background-position: left 5px;
			text-align:justify;
			/*vertical-align:top;*/
		}

		DIV.item_m4_n1_over, DIV.item_m4_n1_open_over {
			cursor: pointer;
		}

/* classe MENU pour le menu m4 de niveau N1 */
		DIV.menu_m4_n1 {
			white-space: nowrap;
			padding-left:10px;
			padding-top: 6px;
			padding-left: 20px;
		}
		
		DIV.item_m4_n1_over DIV.menu_m4_n1, DIV.item_m4_n1_open DIV.menu_m4_n1, DIV.item_m4_n1_open_over DIV.menu_m4_n1 {
		}

/* classe LINK pour le menu m4 de niveau N1 */
		SPAN.link_m4_n1 {
			color:#A8A8A9;
		}

		DIV.item_m4_n1_over SPAN.link_m4_n1, DIV.item_m4_n1_open SPAN.link_m4_n1, DIV.item_m4_n1_open_over SPAN.link_m4_n1 {
			color:#A8A8A9;
		}
		
