        /* menu vertical */
                .vertical ul{
                        list-style-type: none;
                        padding: 0;
                        width: 191px;
                        margin: 0;
                        position: relative;
						
                }
                .vertical li a{
                        display: block;
                        width: 177px;
                        text-decoration: none;
                        height: 16px;
                        padding: .1em 1px;
                        border: none;
                }
                .vertical li{
                        position: relative;
                        border-bottom: none;
						padding-left:10px;
						
                        
                }
                .vertical li:first-child>a{
                        border-top:none;
                }
                .vertical a.first{
                        border-top: none;
                }
                .vertical li ul{
                        position:absolute;
                        top: -1px;
                        left: 181px;
                }
               
                .vertical.left ul ul ul,.vertical .left ul{
                        left: -191px;
                }
                /* 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: 85px;
                        text-decoration: none;
                        padding: .1em 1px;
                        overflow: hidden;
                        border: none;
						line-height:16px;

                }
                .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: 32px;
                        left: -1px;
                        margin-top: -1px;
						
                }
                .horizontal ul ul ul{
                        width: 130px;
                        top: -1px;
                        left: 220px;
                        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 horizontal*/

                .wi1 ul li a{ /* couleur du menu */
                        background-color: #7cb393;
                        color: #F6DC80;
                        border-color: #94A3B3;
						font-weight:bold;
						
                }
                .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: #477A5C; /*#7cb393;*/
                        color: #F6DC80;
                        border-color:#94A3B3;
						width:220px;
						font-weight:normal;
						/*largeur des sous menu différente */
						/*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: #5EA279;
                        color: #FFFFFF;
                        border-color: #94A3B3;
                                }
                .wi1 ul{
                        border-color: #94A3B3;
                        font-size:12px;
                        font-weight:bold;
                }
                .wi1 li:first-child>a:hover{
                        background-color: #7cb393;
                        color: white;
                        border-color: #94A3B3;
                }
                /*Couleurs des menus vertical*/

                /* le niveau 1 */
				.wi2pere {
					font-size:12px;
					font-weight:bold;
					color:#F6DC80;
					margin:0;
					padding:0;
					margin-top:18px;
					padding-left:5px;
					}
				.wi2 ul li a{ /* couleur du menu */
                        background-color: #53946c;
                        color: #ffffff;
                        border-color: #94A3B3;
                }
                .wi2 li a:hover,.wi2 li a.first:hover,.wi2 .trail a.hover{
                        background-color: #478E62;
                        color: #F6DC80;
                        border-color: #94A3B3;
                }
                .wi2 ul li li a{ /*couleur des menus et sous menus */
                        background-color: #53946c;
                        color: #ffffff;
                        border-color:#94A3B3;
                }

                .wi2 li li a:hover,.wi2 li li  a.first:hover,.wi2 .trail a.hover{
                        background-color: #478E62;
                        color: #F6DC80;
                        border-color: #94A3B3;
                                }
                .wi2 ul{
                        border-color: #94A3B3;
                        font-size:11px;
                        font-weight:normal;
                }
                .wi2 li:first-child>a:hover{
                        background-color: #478E62;
                        color: #F6DC80;
                        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;
    }