	/* menu vertical */
		.vertical ul{
			list-style-type:none;
			padding: 0;
			width: 180px;
			margin: 0;
			position: relative;

		}
		.vertical li a{
			display:table-cell;
			width: 176px;
			text-decoration: none;
			height: 24px;
			line-height:12px;
			padding: .1em 1px;
			border: none;
			padding-left:15px;
			background:url(../fr/charte/puce_menug2.jpg) no-repeat;
			background-position:0 center;
			vertical-align:middle;
		}
		.vertical li{
			position: relative;
			border-bottom: 1px dotted #ccc;
			
			
		} 
		.vertical li:first-child>a{
			
		}
		.vertical a.first{
			
		}
		.vertical li ul{
			position: absolute;
			top: -1px;
			left: 179px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		}

		/* Menu horizontal */
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
			z-index:10000;
		}
		.horizontal ul li{
			float: left;
			position: relative;
			text-align:center; /* menus niveau 1 centrés */
		}
		.horizontal ul li a{
			display: block;
			/*width: 135px;*/
			text-decoration: none;
			/*height: 1em;*/
			padding: .1em 10px;
			overflow: hidden;
			border: none;
			
		}
		.horizontal li li{
			float: none;
			border-bottom: none;
			margin-bottom: -1px;
			text-align:left; /* sous menu alignés à gauche*/
			z-index:10001;
		}
		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 1.4em;
			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: none;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: none;
		}
		.horizontal ul li a.first{
			border-left: none;
		}
		.horizontal ul li li a.first{
			border-top: none;
		}
		.horizontal ul li li:first-child>a{
			border-top: none;
		}
		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;
		}

		/*Couleurs des menus */

		.wi1 ul li a{ /* couleur du menu */
			
			color: #ffffff; 
			border-color: #94A3B3;
		}
		.wi1 li a:hover,.wi1 li a.first:hover,.wi1 .trail a.hover{
			/*background-color: #f05365;*/
			color: #000000;
			border-color: #94A3B3;
		}
		.wi1 ul li li a{ /*couleur des menus et sous menus */
			background-color: #000033;
			color: #ffffff;
			border-color:#94A3B3;
			filter : alpha(opacity=80); 
    		-moz-opacity : 0.8; 
    		opacity : 0.8;

		}
		
		.wi1 li li a:hover,.wi1 li li a.first:hover,.wi1 .trail a.hover{
			/*background-color: #f05365;*/
			color: #000000;
			border-color: #94A3B3;
				}
		.wi1 ul{
			font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			font-weight:500;
		}
		
		/*.wi1 li:first-child>a:hover{*/
		/*	background-color: #556677;*/
		/*	color: white;*/
		/*	border-color: #94A3B3;*/
		/*}*/

/*Couleurs des menus de gauche */

		.wi2 ul li a{ /* couleur du menu */
			background-color: #ffffff;
			color: #58585a;
			border-color: #AEB0AF;
		}
		.wi2 li a:hover, .wi2 .trail a.hover{
			color: #e2001a;
			background:url(../fr/charte/puce_menug2on.jpg) no-repeat;
			background-position:0 center;
			
		}
		.wi2 ul li li a{ /*couleur des menus et sous menus */
			background-color: #ffffff;
			color: #58585a;
			border-color:#AEB0AF;

		}
		
		.wi2 li li a:hover,.wi2 .trail a.hover{
			color: #e2001a;
				}
		.wi2 ul{
			border-color: #94A3B3;
		}
			.wi2 li a.current {
			color: #e2001a;
			background:url(../fr/charte/puce_menug2on.jpg) no-repeat;
			background-position:0 center;
			}
/*Couleurs des menus du bas */

		.wi3 ul li a{ /* couleur du menu */
			
			color: #ffffff;
			border-color: #94A3B3;
		}
		.wi3 li a:hover,.wi3 li a.first:hover,.wi3 .trail a.hover{
			
			color: #444444;
			border-color: #94A3B3;
		}
		.wi3 ul li li a{ /*couleur des menus et sous menus */
			color: #ffffff;
			border-color:#94A3B3;
			filter : alpha(opacity=80); 
    		-moz-opacity : 0.8; 
    		opacity : 0.8;

		}
		
		.wi3 li li a:hover,.wi3 li li  a.first:hover,.wi3 .trail a.hover{
			color: #444444;
			border-color: #94A3B3;
				}
		.wi3 ul{
			font-family:Verdana, Geneva, sans-serif;
			font-size:9px;
			font-weight:normal;
		}
		.wi3 li:first-child>a:hover{
			color: #444444;
			border-color: #94A3B3;
		}
/*  fil d'ariane  */

div#FObarrenav
    {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000;
        text-decoration: none;
		margin-bottom:10px;

    }
div#FObarrenav a
{
        text-decoration: none;

        color: #000;

}
div#FObarrenav a:hover, div#FObarrenav  a:focus, div#FObarrenav a:active
        {
    color: #000;
    text-decoration: underline;
    }
div#FObarrelangue ul {
	margin:0;
	padding:0;}
div#FObarrelangue li {
	float: left;
	position: relative;
	display:block;
	padding: 15px 4px;
}
div#FObarrelangue li img {
	border:none;
}