		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			width: 220px;
			background-color: #fff;
			background-image:url(../layout/bg_subnav_first.png);
			background-position: left top;
			background-repeat:no-repeat;
			padding-top: 12px;
			margin-top: 1.2em;
			padding-bottom: 1px;
			border-bottom: 4px solid #10598C;
		}
		.vertical li a{
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: bold;
			line-height: 24px;
			width: 184px;
			height: auto;
			color: #444;
			text-decoration: none;
			padding-left: 12px;
			padding-right: 12px;
			border: none;
			border-left: 12px solid #EADCC1;
			border-bottom: 1px solid #EADCC1;
			border-top: 1px solid #fff; 
		}
		
		.vertical li:first-child a, .vertical li a.first-child {
			border-top: 1px solid transparent; 
		}
		
		.vertical li a:hover, .vertical li a.hover {
		color: #10598C; /* 1865A5 ou 105D94*/
		text-decoration: none;
		border-left: 12px solid #10598C;
/*		border-top: 1px solid #10598C; */
		border-bottom: 1px solid #10598C;
		background-color: #FFF;
		}		
		
		.vertical li ul li a {
			border-left: 12px solid #D1A792;
			border-bottom: 1px solid #D1A792;
		}
		
		.vertical li ul li ul li a {
			border-left: 12px solid #B87164;
			border-bottom: 1px solid #B87164;
		}
	
		.vertical li ul li ul li ul li a {
			border-left: 12px solid #9E3C35;
			border-bottom: 1px solid #9E3C35;
		}
		
		
/* A 3 niveaux:
niveau 1: #EADCC1
niveau 2: #B87164
niveau 3: #850606

A 4 niveaux:
niveau 1: #EADCC1
niveau 2: #C89583
niveau 3: #A74D44
niveau 4: #850606

A 5 niveaux:
niveau 1: #EADCC1
niveau 2: #D1A792
niveau 3: #B87164
niveau 4: #9E3C35
niveau 5: #850606

*/		
		
		.vertical li{
			/* position: relative;  essentiel */
		/* border-bottom: 1px solid transparent;
			margin-bottom: -1px;
			padding-bottom: 1px; */
			
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
		display: inline;
/*			padding-top: 1px; */
			
		} 
		/* 
		.vertical li:first-child>a{
			border-top: 1px solid;
		}
		.vertical a.first{
			border-top: 1px solid;
		} */
		
		.vertical li ul{ /* 2e niveau */
		background-image:url(../layout/bg_subnav_all3.png);
		background-position: 0 0;
		background-repeat:no-repeat;
		padding-top: 12px;
		padding-bottom: 1px;
		position: absolute;
		width: 268px;
		margin-top: -38px;
		margin-left: 221px;
		border-bottom: 4px solid #10598C;
		}
		
		.vertical li ul li {
		width: 230px;
/*		margin-left: 1px; */
		}
		
		.vertical li ul li ul { /* 3e niveau */
		margin-left: 269px;
		background-image:url(../layout/bg_subnav_all3.png);
		background-position: -269px 0;
		background-repeat:no-repeat;
		}		
		
		.vertical li ul li ul li ul { /* 4e niveau */
		margin-left: 269px;
		background-image:url(../layout/bg_subnav_all3.png);
		background-position: -538px 0;
		background-repeat:no-repeat;
		}
				
		.vertical li ul li a {
	/*background-color:#00FF66; */
			width: 232px;
		}
		
		/* Pour menu déroulant à gauche 		
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		} */
		
		/* layout mainnav x-style 
		#mainnav ul  { list-style-type: none }
		#mainnav li { display: block; float: left; height: 2em; line-height: 2em }
		#mainnav a  { padding: 3px 14px 4px; font-size: 1.2em; font-weight: bold; color: #790801; border-left: 1px solid #d2d2d2 }
		#mainnav a:hover, #mainnav a.current { color: #fff; background-color: #8c8e8c }
		*/
		
		
		
		
		/*this is the css for the horizontal version*/
		.horizontal ul {
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.horizontal ul li{
			float: left; display: block; height: 2em; line-height: 2em
		}
		.horizontal ul li a{
			padding: 3px 14px 4px; font-size: 1.2em; font-weight: bold; color: #790801; border-left: 1px solid #d2d2d2	}
		
		.horizontal ul li a:hover, .horizontal ul li a.current {
		color: #fff; background-color: #8c8e8c }
			
			
		.horizontal li li{
			float: none;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
		}
		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 1.3em;
			left: -1px;
			margin-top: -1px;
		}
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 128px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -128px;
		}
		.horizontal ul li li a{
			border: 1px solid;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: 1px solid;
		}
		.horizontal ul li a.first{
			border-left: 1px solid;
		}
		.horizontal ul li li a.first{
			border-top: 1px solid;
		}
		.horizontal ul li li:first-child>a{
			border-top: 1px solid;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 128px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		/* dd */
		
		.arrow a span {
		float: right;
		/* margin-top: -24px; */
		margin-right: -9px;
		width: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		color:#444
		}
		.arrow a:hover span, .arrow a.hover span{
		color: #10598C;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}		
		
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		
		/*colors for menu*/
/*		.blackwhite li a{
			background-color: white;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite li:first-child>a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		} */