            @import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
.sf-menu, .sf-menu * {
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	margin-top:10px;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
	padding: 0;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left:0;
}


/*** DEMO SKIN ***/
.sf-menu {
margin: 0;
    padding: 0;
}
.sf-menu ul {
	margin-top: 0px;
	z-index:300;
}
.sf-menu a {
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	/*padding:11px 10px 12px;*/
	padding:11px 28px 12px;
	text-decoration: none;
	color:#4a4949;
	text-align:center;
	text-transform:uppercase;
	line-height:20px;
	font-weight:700;
	border-top:3px solid rgba(0,0,0,0);
	border-bottom:3px solid rgba(0,0,0,0);
}

.sf-menu > li{
	padding-left:9px;
	background:url(../images/sep.png) no-repeat left center;
}
.sf-menu > li:first-child {
background:none;
padding-left:0;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a,
.sf-menu > li.selected > a, .sf-menu > li.active > a {	
	border-top:3px solid #e94f03;
	border-bottom:3px solid #e94f03;
	color:#e94f03;
	text-decoration:none;
}
.sf-menu ul {
    width:75px;
	padding:0 !important;
	background:rgba(0,0,0,.73);
	margin-top: 1px;
	margin-left: 9px;
}
.sf-menu ul li {
border-top: 1px solid #fff;
background:none;
padding: 0;
}
.sf-menu ul li:first-child {
border-top:none;
}
.sf-menu ul li a {
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color: #fff;
    line-height:30px;
     padding:3px 0;
	text-align:center;
	font-weight:400;
	border:none;
	margin-top:0px;
}
.sf-menu ul li > a:hover, .sf-menu ul li.sfHover > a,
.sf-menu ul li.selected > a, .sf-menu ul li.active > a {
	color: #e94f03;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    background:url(../images/inducateur.png) no-repeat center top;
	content: '';
    height:11px;
    position: absolute;
    right:50%;
    top:70%;
    width:5px;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
}

        