/* this is the main UL element*/
* html body {
      behavior:url(http://www.edpublistar.com/fonctions/fonctions/csshover2.htc); /* Permet le "li:hover" sous IE6 */
}

a:focus{outline:none;}

/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:1px 0 0 0;
	padding:0 0 0 ;
	text-align: left;
	display: inline;
    float: left;
}

/*.dropdown.puce ul li{}*/

#entete .dropdown{
   left: 156px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}




/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	width:190px;
	height: 20px;
	line-height: 20px;
	background: transparent;
	cursor:pointer;
}

.dropdown li a{
    display: inline;
    margin-left: 4px;
}

/* these are the LIs that only belong to submenu*/
.dropdown li{
	border-top:0;
	margin-left:-1px;
}

.dropdown li img{
    margin-left: 3px;
}

.dropdown li.submenu{
    border: 1px transparent;
}

.dropdown li.paysActif{
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.dropdown li.paysActif:hover{
    background: #e9e9e9 !important;
    border: 1px solid #585858;
    border-bottom: 0px;
}

.dropdown li ul li{
    background: #e9e9e9 !important;
    border: 1px solid #585858;
    border-top: 0px;
}

.dropdown li ul li.noborder{border-bottom:0;}

.inline{
    display: inline !important;
}