/* Css de widget_menu_header_float */

#barre_menu_float_header {
 	position: fixed;
 	background: rgba(18,18,18,0.95);
 	width: 100%;
 	height: 50px;
 	z-index: 9998;
 	top: -10px;
 	overflow: hidden;
 	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
 	border-bottom: 2px solid #333;
 	text-align: center;
 	padding-top: 5px;
 	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#menu_float_header {

}

#barre_menu_float_header a {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	text-align: center;
	color: #999999;
	text-decoration: none;
	font-size: 15px;
}

.sepa_menu {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 5px;
	height: 8px;
	border-left: 1px solid #999999;
}

.element_menu_float_header {
	height: 35px;
}

.element_menu_select_float_header {
	color: #f7a81b;
	height: 35px;
}


.element_menu_float_header img, .element_menu_select_float_header img {
	height: 25px;
	width: auto;
	margin-right: 15px;
}


.logo_menu_float_header {

}

.mot_du_menu_float_header {
	
}