/*barre graphique (bar) ou barre de menu (barre bleue), choisir en mettant un display*/
#barremenu{
margin: 10px 0px 10px 0px;
background-color: black;
width:101%;
height: 2em;
}

#barremenu a{ 
              color: white;   /*17A308*/
              font-weight: bold ; 
              line-height: 2em; 
              text-decoration: none ;
              font-size: 10px;
              }
#barremenu a:hover{ 
                    /* color: #E9CC0C; */
                    color: #17A308;
                    text-decoration: underline;
                    }


/* 17A308 */
/* menu bandeau */


.ssmenubd li {
   display: inline;
   text-align: left;
   /* for IE5 and IE6 */
}

.ssmenubd ul{ 
	margin:0;
	padding: 0;
	border-top: 0px #336666 solid;}

.ssmenubd ul a{ width: 99.99%;
			/* extend the sensible area to the maximum with IE5 */
			display: block;
			background-color: #FFFFFF;
						border-bottom: 0px #000000 solid;
			text-decoration: none;
			color: #000000 !important;
			padding: 2px 0 2px 15px;
			background-image:   url("../img/puce.gif");
			background-repeat:no-repeat;
			background-position:left center;						
			}

.ssmenubd ul a:hover { 
                    color: #17A308 !important;
                    /* color: #E9CC0C !important; */
                    text-decoration: underline;
                    }
.ssmenubd ul a:visited { color: #336666; }

/* Positionnement absolu du menu bandeau */
div.menubd {
	background-image:   url("../IMG/nav_puce.gif");
	background-repeat:no-repeat;
	background-position:left bottom;
        position: absolute;
        margin-left: -87px;
        display: inline;
	}

.ssmenubd{
display: none;
}

div.menubd:hover div.ssmenubd {
        display: block;
        float: left;
	/*top: 1.5em;*/ /* Espace entre le menu et les sous menus */
        padding-bottom: 10px;
        background-image:  url(../IMG/menu_haut.gif);
        width:9em;
        margin-top: .9em;
}

div#menubd0 { left: 93px }

div#menubd1 { left: 240px }

div#menubd2 { left: 330px ;}

div#menubd3 { left: 415px ;}

div#menubd4 { left: 515px ;}

div#menubd5 { left: 615px ;}

div#menubd6 { left: 720px ;}

div#menubd7 { left: 830px ;}

div#menubd8 { left: 80em ;}