header_unlogged {
	font-weight:700;
	height:110px;
	padding:5px;
	float:left;
	clear:none;
	font-weight:700;
	color:#fff;
	background-color:#3d5e95;
	width:100%;
	width:calc(100% - 10px);
	box-shadow:0 0 12px #555;
	margin-top:-12px;
}

/* navigation menu styles */
#navmenu {
	position:fixed;
	width:100%;
	min-width:1000px;
	background:-webkit-linear-gradient(#476dac,#3d5e95) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(#476dac,#3d5e95) repeat scroll 0 0 transparent;
	background:linear-gradient(#476dac,#3d5e95) repeat scroll 0 0 transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476dac',endColorstr='#3d5e95',GradientType=0);
	box-shadow:0 0 12px #555;
	clear:both;
	height:31px;
	top:0;
	z-index:1;
}

#menu {
	float:left;
	font-color:#fff;
}

#menu img{
	float:left;
	height: 18px;
	margin: 6px 8px 0 8px;	
}


#menu a {
	text-decoration:none;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu > ul > li {
	float:left;
	padding-bottom:12px;
}



#menu ul li a {
	border-color:#D1D1D1;
	border-image:none;
	border-style:solid;
	border-width:0;
	color:#fff;
	display:block;
	font-size:1.1em;
	font-weight:700;
	height:15px;
	line-height:15px;
	padding:8px 15px;
}

#menu ul li a:hover, .active-li-a {
	background:-webkit-linear-gradient(#efefef,#e9eaea) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(#efefef,#e9eaea) repeat scroll 0 0 transparent;
	background:linear-gradient(#efefef,#e9eaea) repeat scroll 0 0 transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#e9eaea',GradientType=0);
	color:#3d5e95 !important;
}

#menu > ul > li.active > a {
	background:-webkit-linear-gradient(#55A6F1,#3F96E5) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(#55A6F1,#3F96E5) repeat scroll 0 0 transparent;
	background:linear-gradient(#55A6F1,#3F96E5) repeat scroll 0 0 transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55A6F1',endColorstr='#3F96E5',GradientType=0);
	border-bottom:1px solid #2D81CC;
	border-top:1px solid #4791D6;
	color:#FFF;
	margin:-1px 0 -1px -1px;
}

#menu > ul > li.active > a:hover {
	background:-webkit-linear-gradient(#499FEE,#3F96E5) repeat scroll 0 0 transparent;
	background:-moz-linear-gradient(#499FEE,#3F96E5) repeat scroll 0 0 transparent;
	background:linear-gradient(#499FEE,#3F96E5) repeat scroll 0 0 transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#499FEE',endColorstr='#3F96E5',GradientType=0);
}


#menu a img{
	float:left;
	height: 18px;
	margin: -1px 0 0 0;	
}
#menu ul li a.no-bg {
	border-right: 1px solid #fff;
}
#menu ul li a.no-bg:hover{
	background:none;
	background-color: none;
}

#menu ul li:first-child {
	margin-left: 5px;
}

#menu ul li ul li{
	margin-left: 0 !important;
}

/* dropdown menu */
#menu ul ul {
	background:-webkit-linear-gradient(#476dac,#3d5e95) repeat scroll 0 0 padding-box transparent;
	background:-moz-linear-gradient(#476dac,#3d5e95) repeat scroll 0 0 padding-box transparent;
	background:linear-gradient(#476dac,#3d5e95) repeat scroll 0 0 padding-box transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476dac',endColorstr='#3d5e95',GradientType=0);
	border-radius:0 0 5px 5px;
    box-shadow: 1px 1px 2px #555; /* 0 1px 0 #FFF inset; */
	height:0;
	margin-top:0;
	opacity:0;
	padding:0;
	position:absolute;
	visibility:hidden;
	min-width:150px;
	z-index:1;
	color:#fff;
	-webkit-transition:all .1s;
	-moz-transition:all .1s;
	-ms-transition:all .1s;
	-o-transition:all .1s;
	transition:all .1s;
}

#menu ul li:hover ul {
	height:auto;
	margin-top:0\9;
	opacity:1;
	visibility:visible;
}

#menu ul ul a {
	border-right-width:0;
	box-shadow:0 1px 0 #FFF inset;
	color:#fff;
	height:13px;
	line-height:13px;
	padding:7px 12px;
}

#menu ul ul li:first-child a {
	border-top-width:0;
}

#menu ul ul li:last-child:hover a {
/* 	border-radius:0px 0px 5px 5px; */
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


/* rajout dropdown sous-menu */
#menu ul ul ul {
/* 	border-radius:0 5px 5px 5px; */
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	right: -161px;
	visibility:hidden!important;
	width:160px;
}

#menu ul ul li:hover ul {
	visibility:visible!important;
}

#menu ul ul ul li:first-child a {
	border-top-right-radius: 5px;
	border-top-width:0 !important;
	border-top:none!important;
}




#menu ul ul li:last-child ul li:hover a {
	border-radius: 0px 0px 0px 0px;
}
#menu ul ul li:last-child ul li:first-child:hover a {
	border-top-right-radius: 5px;
}
#menu ul ul li:last-child ul li:last-child:hover a {
	border-bottom-left-radius: : 5px !important;
	border-bottom-right-radius: : 5px !important;

}

/* search bar */
#search {
	margin:3.5px 10px 0;
	float:left;
}

#search div {
	background:url(../img/search.gif) no-repeat scroll 8px 50% transparent;
	background-color:#d2dbe9;
	border:1px solid #3a5a8e;
	border-radius:3px 3px 3px 3px;
	height:22px;
	padding:0 24px;
	position:relative;
	width:200px;
}

#search div:hover {
	background-color:#fff;
}

#search div input {
	color:#999;
	font-size:12px;
	height:22px;
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	float:left;
	outline:medium none;
	padding:0;
	width:100%;
}

#search div input.placeholder,#search div input:-moz-placeholder {
	color:#C4C4C4;
}



