@CHARSET "UTF-8";
#nav-top{
	background-color: #222;
	line-height: 24px;
	min-height:30px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	color: #999;
}
.container{
	width: 962px;
	margin-right: auto;
	margin-left:auto;
}
ul.menu-top{
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
ul.menu-top li{
	display: block;
	float: left;
}

ul.menu-top li a{
	padding: 4px;
	color: #DDD;
}

ul.menu-top li ul li{
	background-color: white;
}

/****Dropdown menu*****/

#menu-top-fixed{
	max-height:30px;
}

#menu-top-fixed ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu-top-fixed li{
	float: left;
	/** margin: auto; */
	/** padding: 0; */
	background-color: #222;
}

#menu-top-fixed li ul li{
	display: block;
	text-decoration: none;
	border-radius: 0 0 0 0;
	background-color:white;
	margin: 0;
	padding: 6px 15px;
	font-weight: bold;
	text-align: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#menu-top-fixed li ul li a{
	display: block;
	clear: both;
	font-weight: normal;
	color: #333;
	line-height: 8px;
	white-space: nowrap;
}

#menu-top-fixed li ul li a:hover{
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 8px;
	color: #fff;
	white-space: nowrap;
}

#menu-top-fixed li ul li:hover{
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	background-color: #08C;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#menu-top-fixed li ul li:hover, #menu-top-fixed li ul li:hover a{
	color:white;	
}
#menu-top-fixed li a:hover {
	color: #333333;
}

#menu-top-fixed ul li ul {
	display: none;
}

#menu-top-fixed ul li:hover ul {
	display: block;
}

#menu-top-fixed li:hover ul li {
	float: none;
}

#menu-top-fixed li ul {
	position: absolute;
}

#menu-top-fixed {
	height: 30px;
}

#menu-top-fixed .selected a { 
	/*background-color: #0088CC;*/
	color: #ffffff;
	border-radius: 4px;
}

#menu-top-fixed .subnav {
	background-color: #ffffff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #dddddd !important;
}

#menu-top-fixed .subnav li a:hover{
	background-color: #0088CC;
	color: #FFFFFF !important;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0 auto;
}

.btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #CCCCCC #CCCCCC #B3B3B3;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 10px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
	background-color: #E6E6E6;
}

.icon-search {
	background-position: -48px 0;
	background-image:url("../img/glyphicons-halflings.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	width: 14px;
}

.icon-home {
	background-position: 0px -24px;
	background-image: url("../img/glyphicons-halflings-white.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	width: 14px;
}

.content_header {
	padding: 15px 0;
	display: table;
}

.him_span4 {
	width: 306px;
	float: left;
}

.him_span5 {
	float: left;
	margin-left: 22px;
}

.him_span3 {
	float: left;
	width: 214px;
	border-radius: 3px 0 0 3px;
	position: relative;
	vertical-align: middle;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	padding: 5px;
}

.bloc_recherche {
	margin: 15px 0 0;
}

.bloc_recherche .btn {
	border-radius: 0 3px 3px 0;
}

.option_recherche {
	margin-top: 5px;
}

#menu {
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu li {
	float: left;
	margin: auto;
	padding: 0;
	background-color: #999999;
}

#menu li a {
	display: block;
	text-decoration: none;
	border-left: 1px solid #AAA9A9;
	border-radius: 0 0 0 0;
	border-right: 1px solid #767676;
	color: #ffffff;
	margin: 0;
	padding: 8px 15px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

#menu li a:hover {
	background-color: #333333;
	color: #FFFFFF;
}

#menu ul li ul {
	display: none;
}

#menu ul li:hover ul {
	display: block;
}

#menu li:hover ul li {
	float: none;
}

#menu li ul {
	position: absolute;
	z-index: 10;
}

#menu {
	height: 32px;
	background-color: #999999;
}

#menu li.selected {
	background-color: #00568D;
}

#menu .subnav {
	background-color: #ffffff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #dddddd !important;
}

#menu .subnav li,.subnav li a {
	background-color: #ffffff;
	color: #333333 !important;
	font-weight: normal !important;
	border: none !important;
}

#menu .subnav li a:hover {
	background-color: #0088CC;
	color: #FFFFFF !important;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	z-index:300;
}

#submenu li {
	float: left;
	margin: auto;
	padding: 0;
}

#submenu li a {
	display: block;
	text-decoration: none;
	border-radius: 0 0 0 0;
	color: #333333;
	margin: 0;
	padding: 6px 7px;
	font-weight: bold;
	text-align: left;
	margin: 2px;
}

#submenu li a:hover {
	color: #333333;
}

#submenu ul li ul {
	display: none;
}

#submenu ul li:hover ul {
	display: block;
}

#submenu li:hover ul li {
	float: none;
}

#submenu li ul {
	position: absolute;
}

#submenu {
	height: 33px;
}

#submenu .selected a { /*background-color: #0088CC;*/
	color: #ffffff;
	border-radius: 4px;
}

#submenu .subnav {
	background-color: #ffffff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #dddddd !important;
}

#submenu .subnav li a:hover {
	background-color: #0088CC;
	color: #FFFFFF !important;
}

.caret {
	margin-left: 4px;
	margin-top: 6px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000000;
	content: "";
	display: inline-block;
	height: 0;
	opacity: 0.3;
	vertical-align: top;
	width: 0;
}

.him_caret {
	margin-left: 4px;
	margin-top: 10px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	content: "";
	display: inline-block;
	height: 0;
	opacity: 0.3;
	vertical-align: top;
	width: 0;
}

.subnav li a {
	vertical-align: middle;
	background-color: #ffffff;
}

.input-append {
	display: inline-block;
}

/* NavBar TOP */
.dropdown-menu {
	z-index:2000000000;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu li{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navbar-inner {
	height:30px;
}
#nav-top{
	max-height: 30px;
} 

.divider-vertical {
	width: 1px;
	margin: 0 9px;
	overflow: hidden;
	background-color: #222;
	border-right: 1px solid #333;
	min-height:30px;
	max-height:30px;
	padding:0;
}

#nav-top .nav > li > a {
	color: #DDDDDD;
	font-size: 12px;
}
#nav-top .nav .bouton_connect {
	border-radius: 0 0 4px 4px;
	margin-top: 0; 
	float:right; 
	color:#000000; 
	text-shadow:none;
}
#nav-top .btn {
	line-height:14px;
	font-size: 11px;
	margin-right:10px;
}
.btn_edition {
	background-image:none; 
	background-color:#D69C00; 
	padding:2px 4px !important;
}
.btn_edition a {
	color:#000000; 
	font-weight:bold;
}

.nav{
	list-style:none;
}

a{
	text-decoration: none;
}