	/* menu vertical */
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 190px;
			margin: 0;
			text-indent:10px;
			position: relative;
		}
		.vertical li a{
			display: block;
			width: 190px;
			text-decoration: none;
			border: 0px solid;
			border-top: 0px;
		}
		.vertical li{
			position: relative;
			border-bottom: 0px solid transparent;
			margin-bottom: 0px;
		} 
		.vertical li:first-child>a{
			border-top: 0px solid;
		}
		.vertical a.first{
			border-top: 0px solid;
		}
		.vertical li ul{
			position: absolute;
					}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -190px;
		}
		
		
		/*menu horizontal image*/
		.horizontalimage ul {
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
			z-index:10000;
			width:730px;
			}

		.horizontalimage li {
			float:left;
			display:block;
			width:111px;
		}
		.horizontalimage li img, .horizontalimage li a img{
			list-style-type : none; 
			border:none;
			padding:0;
			margin:0;
			height:38px;
			float: left;
			display:inline;
			text-align:center;
		}
		/* 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:left; /* menus niveau 1 centrés */
		}
		.horizontal ul li a{
			display: block;
			text-decoration: none;
			/*height: 1em;*/
            overflow: hidden;
	
		}
		.horizontal li li{
			float: none;
		    text-align:left; /* sous menu alignés à gauche*/
			line-height:16px;
             z-index:1001;
			width:200px;
		}
		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			position: absolute;
		
			
		}
		.horizontal ul ul ul{
			 width: 200px;
              top: -1px;
              left: 200px;
              margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			
			left: -200px;
		}
		.horizontal ul li li a{
			border: 0px solid;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: 0px solid;
		}
		.horizontal ul li a.first{
			border-left: 0px solid;
		}
		.horizontal ul li li a.first{
			border-top: 0px solid;
		}
		.horizontal ul li li:first-child>a{
			border-top: 0px solid;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 200px;
		}
		/*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 */
			height:38px;
			color: #fff;
			text-align:center;
			padding-top:10px;
			font-weight:bold;
					width:120px;
		}
		.wi1 li a:hover,.wi1 li a.first:hover,.wi1 .trail a.hover{
			height:38px;
			color: #EBA10C;
		    text-align:center;
			padding-top:10px;
			font-weight:bold;
					width:120px;
		}
		.wi1 ul li li a{ /*couleur des menus et sous menus */
			height:38px;
			color: #fff;
			padding-top:10px;
					width:120px;

		}
		
		.wi1 li li a:hover,.wi1 li li  a.first:hover,.wi1 .trail a.hover{
			height:38px;
			width:120px;
			color: #EBA10C;
		    padding-top:10px;
				}
		.wi1 ul{
			
		}
		.wi1 li:first-child>a:hover{
			padding-top:10px;
			height:38px;
			width:120px;
			color: #EBA10C;
		}
		
	 /* 	menu de gauche */
		
  .wi2 ul li a{ /* couleur du menu */

                        color: #fff;
						padding-top:7px;
						background-image:url(../fr/charte/menu_gauche_off.png);
			            background-repeat:no-repeat;
						height:27px;
						text-indent:45px;
                }
                .wi2 li a:hover, .wi2 .trail a.hover{
					    padding-top:7px;
                        color: #fff;
						background-image:url(../fr/charte/menu_gauche_on.png);
			            background-repeat:no-repeat;
						height:27px;
						text-indent:45px;
                }
                .wi2 ul li li a{ /*couleur des menus et sous menus */
				         padding-top:7px;
                        color: #fff;
						background-image:url(../fr/charte/menu_gauche_on.png);
			            background-repeat:no-repeat;
						height:27px;
						text-indent:45px;
                }

                .wi2 li li a:hover,.wi2 .trail a.hover{
					    padding-top:7px;
                       color: #fff;
						background-image:url(../fr/charte/menu_gauche_on.png);
			            background-repeat:no-repeat;
						height:27px;
						text-indent:45px;
                                }
                .wi2 ul{
                    						
                }
               .wi2 li a.current {
				   padding-top:7px;
                       color: #fff;
						background-image:url(../fr/charte/menu_gauche_on.png);
			            background-repeat:no-repeat;
						height:27px;
						text-indent:45px;
                        }
		
.wi3 ul li a{ /* couleur du menu */
	color: #294a77;
	border-style:none;
	border-color: none;
	display:inline;
		}
		
		.wi3 li a:hover,.wi3 li a.first:hover,.wi3 .trail a.hover{
			color: #fff;
			border-style:none;
			border-color: none;
		}
		
		.wi3 ul li li a{ /*couleur des menus et sous menus */
			color: #294a77;
		}
		
		.wi3 li li a:hover,.wi3 li li  a.first:hover,.wi3 .trail a.hover{
			color: #fff;
				}
		
		.wi3 ul{
			border-style:none;
			border-color: none;
			padding-top:10px;
		}
		
		.wi3 li:first-child>a:hover{
	color: #fff;
	border-style:none;
	border-color:none;
		}
		.horizontal.wi3 ul li {
			text-align:center !important;
			float:none;
			display:inline;
			}
			
			

/*  fil d'ariane  */

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

    }
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;
    }
