@charset "utf-8";
/* CSS Document */

#header-container {
    overflow: visible;
    position: fixed;
    width: 100%;
    z-index: 100;
    border-bottom:1px solid #f1f1f1;
}
#header-container.no-scroll {
  position:relative;
}
#header-menu {
    width: 100%;
    background-color: #fff;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0 0;
    /*-webkit-box-shadow: #333 0px 3px 5px;
    -moz-box-shadow: #333 0px 3px 5px;
    box-shadow: #333 0px 3px 5px;*/
}

#header-menu .wrapper {
  position:relative;
}

#header-menu #menu-wrapper {
  position: relative;
  display:block;
  padding:0;
  top:0;
}
/* LOGO-SITE */
#header-menu .logo-site {
    position: absolute;
    top:-15px;
    width: 177px;
    height: 69px;
    padding: 0px;
    margin: 0;
    display: block;
}
#header-menu .logo-site a {
    display: block;
    margin: 0;
}

/* USER-TOOLBAR */
#header-menu .toolbar {
  position: relative;
  background-color: #002e68;
  width: 100%;
  display: block;
  margin:0;
  padding:0;
}
#header-menu .user-toolbar {
  width: 100%;
  color:#ededed;
  height:35px;
  text-align: right;
}
#header-menu .user-toolbar .button {
  height: 20px;
  text-align: left;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top:7px;
  padding: 0 5px;
}
#header-menu .user-toolbar .button:last-child {
  padding: 0 10px 0 5px;
}
#header-menu .user-toolbar .button.share {
  margin-left:0;
}
#header-menu .user-toolbar .v.divisor {
  height:15px;
  width:1px;
  background-color: #ededed;
  display: inline-block;
  margin-top: 10px;
}
#header-menu .user-toolbar .button,
#header-menu .user-toolbar .button a {
  color:#ededed;
	font-size: 11px;
}
#header-menu .user-toolbar .button.welcome-user {
    text-align: right;
    padding-right: 10px;
}
#header-menu .user-toolbar .button.welcome-user span {
}
#header-menu .user-toolbar .button.gray {
	background-color: #dfdfdf;
	border-right: 1px solid #f4f4f4;
}
#header-menu .user-toolbar .button a, #header-menu .user-toolbar .button span {
	text-decoration: none;
	text-transform: uppercase;
}
#header-menu .user-toolbar .button a:hover {
	text-decoration: underline;
}
#header-menu .user-toolbar .button.search-form {
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  width: 147px;
}

#header-menu .user-toolbar .button.search-form label {
    display: none;
}
#header-menu .user-toolbar .button.search-form input[type=text]{
    background-color: #fff;
    color: #777777;
    font-size: 11px;
    font-weight: bold;
    width: 125px;
    border: 0;
    margin: 0;
    padding: 2px;
    vertical-align: top;
    line-height: 16px;
}
#header-menu .user-toolbar .button.search-form input[type=text]:focus,
#header-menu .user-toolbar .button.search-form input[type=text]:hover {
    background-color: #fff;
    border:none;
    outline: none;
}
#header-menu .user-toolbar .button.search-form input[type=submit]{
    position: absolute;
    right: 0px;
    top: 1px;
    background-color: transparent;
    background-image: url(../images/icone_loupe-recherche-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0px;
    text-indent: -1000px;
    height: 19px;
    width: 19px;
    margin: 0;
    padding: 0;
}

/* MAIN-MENU */
#header-menu .main-menu {
	width: auto;
	text-align: right;
	margin: 0px;
}
#header-menu .main-menu ul.menu {
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
    height: 74px;
}
#header-menu .main-menu ul.menu li.main-menu-element {
    display: inline-block;
    margin: 0px;
    text-align: right;
    padding: 0;
    margin-left:10px;
}
#header-menu .main-menu ul.menu li.main-menu-element:hover {
    background-color: #002e68;
}
#header-menu .main-menu ul.menu li.main-menu-element:hover > a {
    color:#fff;
    background-color: transparent;
}
#header-menu .main-menu ul.menu li.main-menu-element > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #5f6168;
    font-size: 17px;
    font-weight: normal;
    padding: 0 5px;
    display: block;
    line-height:35px;
    margin-top:19px;
}
#header-menu .main-menu ul.menu li.main-menu-element > a.current {
  background-color: #ededed;
}
#header-menu .main-menu ul.menu li.main-menu-element.last {
    padding: 0 5px;
}
#header-menu .main-menu ul.menu li.main-menu-element > a.jvParticiper {
}