.horizontalimage ul {
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0;
			z-index:10000;
			height:57px;
			}

		.horizontalimage li {
			float:left;
			display:block;
			height:57px;
		}
		.horizontalimage li img, .horizontalimage li a img{
			list-style-type : none; 
			border:none;
			padding:0;
			margin:0;
			height:57px;
			float: left;
			display: inline; /* mettre en ligne */

		}
		/* Menu horizontal  sert au pied de page aussi */
		.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;

			text-decoration: none;
			/*height: 1em;*/
			padding: 0px;
			overflow: hidden;
			border: 0px;
			border-left: none;
			
		}

		





                div.horizontal ul li.pixelfix ul{
               left: 0px;
                }
                div.horizontal ul li.pixelfix ul ul{
                left: 0px; 
                }
                
                .mlmenu li ul{
                        display: none;
                }
                .mlmenu li:hover>ul{
                        display: none;
                }

                /*Couleurs des menus */

		.wi1 ul li a{ /* couleur du menu */

			height:57px;
			color: #fff;
			border:none;
		}
		.wi1 li a:hover,.wi1 li a.first:hover,.wi1 .trail a.hover{
			height:57px;
			color: #000;
				border:none;

		}
		.wi1 ul li li a{ /*couleur des menus et sous menus */
			height:57px;
			color: #fff;

		}
		
		.wi1 li li a:hover,.wi1 li li  a.first:hover,.wi1 .trail a.hover{
			height:57px;
			color: #000;
				border:none;
				}
		.wi1 ul{
			
		}
		.wi1 li:first-child>a:hover{
			height:57px;
			color: #fff;
				border:none;
		}


/*  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: #C6011F;
    text-decoration: underline;
    }
div#FObarrelangue ul {
        margin:0;
        padding:0;}
div#FObarrelangue li {
        float: left;
        position: relative;
        display:block;
        padding: 0;
}
