/*Class pour cache les balises ahref pour google*/
A.SX_menu_cache {display: none;}

/* classe CONTENT pour le menu m22 de niveau N0 */
		DIV.content_m22_n0 {
		cursor: pointer;
		z-index: 1;
		width:157px;
		float:left;
		margin-left:5px;
		clear:both;
		}

/* Menu état initial*/
/* classe CONTENT pour le menu m22 de niveau N1 */

		DIV.content_m22_n1 {
			padding-top:2px;
			padding-bottom:1px;
			display: none;
			position: relative;
			z-index: 2;
			
			
		}
/* classe ITEM pour le menu m22 de niveau N1 */
		DIV.item_m22_n1 {
			line-height: 15px;
			margin-bottom:5px;
		}
		
		DIV.item_m22_n1_over {
			background-color:#80b93d;
			color:white;
			line-height: 15px;margin-bottom:5px;
		}
		
		DIV.item_m22_n1_open{
			display:block;
			background-color:#80b93d;
			color:white;
			line-height: 15px;margin-bottom:5px;
		}
		
		DIV.item_m22_n1_open_over 	{
			display:block;
			background-color:#80b93d;
			color:white;
			line-height: 15px;margin-bottom:5px;
		}

/* classe MENU pour le menu m22 de niveau N1 */
		DIV.menu_m22_n1 {
			background:url(/design/v2/puce_m22.gif) repeat-y top left;
			
			padding-left:7px;
			line-height: 15px;
		}

/* classe LINK pour le menu m22 de niveau N1 */
		SPAN.link_m22_n1 {
			font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
			font-size: 12px;
			color: #80b93d;
			line-height: 15px;
			font-weight:bold;
		}
		
		DIV.item_m22_n1_over SPAN.link_m22_n1, DIV.item_m22_n1_open SPAN.link_m22_n1, DIV.item_m22_n1_open_over SPAN.link_m22_n1 {
			font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
			font-size: 12px;
			color:white;
			line-height: 15px;
			font-weight:bold;
		}

/* SOUS MENU*/

		
		DIV.item_m22_n2{
			color: #004F82;
			background-color:white;
			border:0px;
			padding-bottom:5px;
		}

		/*sous menu au passage de la souris et au clic*/
		DIV.item_m22_n2_open,DIV.item_m22_n2_over,DIV.item_m22_n2_open_over{
			color: #E67655;
			background-color:white;
			border:0px;
			padding-bottom:5px;
		}

		DIV.menu_m22_n2 {
			padding-left: 10px;
			
		}

		SPAN.link_m22_n2 {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 15px;	
		}

/* classe CONTENT pour le menu m22 de niveau N2 */
		DIV.content_m22_n2 {
			padding-top:2px;
			padding-bottom:1px;
			display:none;
		}		
/*Sous menu du sous menu*/
		DIV.item_m22_n3{
			 color: #004F82;
		}
		
		DIV.item_m22_n3_over,DIV.item_m22_n3_open,DIV.item_m22_n3_open_over{
			color: #E67655;
		}

		DIV.menu_m22_n3 {
		padding-left: 12px;
		}

		SPAN.link_m22_n3 {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 10px;
			position:relative;
			
			line-height: 15px;
		}
