ul.sf-menu {
	width: 100%;
}

#header-menu > ul {	
	margin-top: 0px;
}


#header-menu li a {
	font-size: 1.1em;
	color:#ffffff;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}

#header-menu li.activated a {
	background-color: #578dc0;
} 

#header-menu li.sfHover a {
	background-color: rgba(253,253,254,0.95);
	color: #619bd1;
}


#header-menu li ul {
	background-color: rgba(253,253,254,0.95);
	margin-top:21px;
	margin-left:0px;
	padding: 0 5px 0 10px !important;
}

#header-menu li li {
	background: none;
	text-transform: none;	
}


#header-menu li li a, #header-menu li.sfHover li a {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	color: #818a94;
	border-bottom:1px solid #d7dfe9;
	margin-bottom: -1px;
	line-height:1.0;	
	margin-left:-6px;
}

#header-menu li li a, #header-menu li.sfHover li:hover a {
	color: #619bd1;
}


#header-menu ul > li > ul > li > a {
	background: none !important;
}


#header-menu a.menu-home-btn {
	background-image: url(../images/menu/home.png);
	background-repeat: no-repeat;
	background-position: center 0;
	height: 60px;
	width: 52px;
}

#header-menu a.menu-home-btn:hover {
	background-position: center -60px;
	background-color: rgba(253,253,254,0.95);
}

#header-menu a.menu-home-btn span {
	display: none;
}

/* !Menu Espaces réservés */ 

.menu-espaces-btn {
	background-repeat: no-repeat;
	background-position: center 0;
	height: 60px;
	width: 76px;
}

.menu-espaces-btn-entreprises {
	background-image: url(../images/menu/entreprises.png);
}
.menu-espaces-btn-entreprises.activated {
	background-color: #fe957d;
}
#header-menu li.sfHover a.menu-espaces-btn-entreprises {
	background-color: #fe957d;
}



.menu-espaces-btn-ecoles {
	background-image: url(../images/menu/ecoles.png);
}
.menu-espaces-btn-ecoles.activated {
	background-color: #3dcef6;
}
#header-menu li.sfHover a.menu-espaces-btn-ecoles {
	background-color: #3dcef6;
}

.menu-espaces-btn-comptables {
	background-image: url(../images/menu/comptables.png);
}
.menu-espaces-btn-comptables.activated {
	background-color: #4fd5be;
}
#header-menu li.sfHover a.menu-espaces-btn-comptables {
	background-color: #4fd5be;
}

.menu-espaces-btn-entreprises:hover {
	background-color: #fe957d;
}
.menu-espaces-btn-ecoles:hover {
	background-color: #3dcef6;
}
.menu-espaces-btn-comptables:hover {
	background-color: #4fd5be;
}


.menu-espaces-list-element {
	float: right !important;
}

.menu-espaces-btn span {
	display: none;
}
