                        /*** 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%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
	margin-top:0px;
	
}
.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 {
	display:table;
	margin:0 auto;
}
.sf-menu ul {
	width: 100%;
	margin-top: 0px;
	margin-left:0px;
	z-index:300;
}
.sf-menu a {
	font-family: 'latoregular';
    font-size: 15px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    color: #5b4626;
    z-index: 3;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    height: 97px;
    line-height: 107px;
    text-transform: none;
	
}

.sf-menu > li {
	background:url(../../images/new-images/sep-menu.png) left 53px no-repeat;
	padding-left:0px;
	padding-right:0px;
}
.sf-menu > li:first-child{
	/*background:url(../../../images/new-images/new-images/sep-menu.png) left bottom no-repeat, url(../../../images/new-images/new-images/sep-menu.png) right bottom no-repeat;*/
	background:none;
	
}
.sf-menu > li:last-child{
	/*background:url(../../../images/new-images/new-images/sep-menu.png) left bottom no-repeat, url(../../../images/new-images/new-images/sep-menu.png) right bottom no-repeat;*/
	
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a,
.sf-menu > li.selected > a, .sf-menu > li.active > a {
	color:#d68098;
	
	text-decoration: none;
	
}
.sf-menu ul {
	padding: 0px;
	text-align:left;
	width:100%;
	min-width: 150px;
	
}

.sf-menu ul li {
	
	height:35px;
	line-height:35px;
	background:rgba(255,255,255,0.85);
}
.sf-menu ul li:first-child {
	border-top: none;
	
}
.sf-menu ul a {
	font-family: 'latoregular';
	font-size:14px;
	font-weight:normal;
	color: #5b462d;
	padding: 0px 4px 0px 4px;
	text-align:center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-decoration:none;
	height: 35px;
    line-height: 35px;
	text-transform:none;
	
	
}
.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:#d68098;
	
	text-decoration:none;
	
}


/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-2px;
	margin-top: 14px;
	height: 3px;
	width: 5px;
	background:url(../../images/new-images/indicateur.png) no-repeat;
	/* order of following 3 rules important for fallbacks to work */
	
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows > li.selected > .sf-with-ul:after,
.sf-arrows > li.active > .sf-with-ul:after {
	background:url(../../images/new-images/indicateur.png) no-repeat;
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	background:url(../../images/new-images/indicateur.png) no-repeat;
}
.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,
.sf-arrows ul li.selected > .sf-with-ul:after,
.sf-arrows ul li.active > .sf-with-ul:after
{
	background:url(../../images/new-images/indicateur.png) no-repeat;
}


        
        