@import url(http://fonts.googleapis.com/css?family=Cantarell);
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	z-index: 99;
}
.sf-menu > li {
	float: left;
	margin-top:0px;
	/*height:70px;*/
}
.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: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
}
.sf-menu ul {
	width:130px;
    z-index: 300;
	background:url(../images/sous_menu.png) center top no-repeat;
	margin-top: -5px;	
}
.sf-menu a {
font-family: 'Cantarell', sans-serif;
font-size:15px;
text-align:center;
color:#454545;
font-weight:400px;
line-height:30px;
padding:27px 21px 16px;
text-transform:uppercase;
border-bottom:6px solid transparent;
}

.sf-menu > li{
background:url(../images/sep.jpg) no-repeat 0px 40px;	
padding-left: 1px;
}

.sf-menu > li:first-child {
	background: none !important;
	padding-left:0px;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a,
.sf-menu > li.selected > a, .sf-menu > li.active > a {
	 color:#ffffff;
	 background:#187fd5;
	 border-bottom:6px solid #ffffff;
	 text-decoration:none;
}


.sf-menu ul {
    text-align: center;
}
.sf-menu ul li {
background:#031a2d url(../images/sep2.jpg) center bottom no-repeat;

}
.sf-menu ul li:first-child {
margin-top: 5px;
}
.sf-menu ul a {
	font-family: 'Cantarell', sans-serif;
    font-size:13px;
	font-weight:400;
	color: #fffbf4;
	padding: 2px 0 0;
	text-align:center;
	text-transform:uppercase;
}
.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:#187fd5;
	text-decoration:none;
}


/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	right: 64px;
    top: 23%;
	margin-top: 0px;
	height: 11px;
	width: 5px;	
	background:url(../images/indicateur.png) no-repeat center top;
	/*border: 5px solid transparent;
	border-top-color: #dFeEFF; 
	border-top-color: rgba(255,255,255,.5);*/
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	/*border-top-color: white;  IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	/*margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	/*border-left-color: rgba(255,255,255,.5);*/
}
.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 {
	/*border-left-color: white;*/
}


        