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

		.horizontalimage li {
			float:left;
			display:block;
		}
		.horizontalimage li img, .horizontalimage li a img{
			list-style-type : none; 
			border:none;
			padding:0;
			margin:0;
			height:37px;
			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:center; /* menus niveau 1 centrés */
		}
		.horizontal ul li a{
			display: block;
			width: 125px;
			text-decoration: none;
			/*height: 1em;*/
			padding: .1em 1px;
			overflow: hidden;
			border: 1px solid;
			border-left: none;
			
		}
		.horizontal li li{
			float: none;
			border-bottom: 1px solid transparent;
			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: 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;
		}

		/*Couleurs des menus */

		.wi1 ul li a{ /* couleur du menu */
			background-color: #e9e9e9;
			color: #556677;
			border-color: #94A3B3;
		}
		.wi1 li a:hover,.wi1 li a.first:hover,.wi1 .trail a.hover{
			background-color: #556677;
			color: white;
			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: #000033;
			color: #C7CC00;
			border-color: #94A3B3;
				}
		.wi1 ul{
			border-color: #94A3B3;
		}
		.wi1 li:first-child>a:hover{
			background-color: #556677;
			color: white;
			border-color: #94A3B3;
		}


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