/******** Top-header ********/
div#top-header {
    height: 39px;
    background-color: #fdb933;
    z-index: 999;
    position: relative;
    font-family: Maven Pro,Arial,Helvetica,sans-serif;
}

div#content-top-header {
    width: 1000px;
    margin: 0 auto; 
    padding: 10px 0 0 0;
}

div#content-top-header .content {
    float: right;
}

div#content-top-header ul {
    list-style-type: none;
    color: #fff;
    float: left;
    margin-top: 4px;
}

div#content-top-header li {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 28px;
    font-weight: 700;
}

div#content-top-header li#other-websites {
    position: relative;
}

div#content-top-header li#other-websites a {
    background: transparent url(../images/arrow_white_down.png) no-repeat right center;
    padding-right: 18px;
}

div#content-top-header li#other-websites ul {
    position: absolute;
    left: -14px;
    width: 158px;
    background-color: #26314F;
    padding: 8px 0px 8px 12px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    display: none;
    z-index: 10;
}

div#content-top-header li#other-websites ul li {
    float: none;
    margin: 0 0 5px 0;
    background: transparent url(../images/arrow_blue_right.png) no-repeat 0 2px;
    padding-left: 12px;
}

div#content-top-header li#other-websites ul li a {
    background: none;
    padding: 0;
}

div#content-top-header li#other-websites ul li a:hover {
    text-decoration: underline;
}

div#content-top-header li a {
    color: white;
}

div#content-top-header ul#social-networks {
    margin: 0 16px 0 0;
}

div#content-top-header ul#social-networks li {
    margin-right: 15px;
}

div#content-top-header ul#social-networks li a {
    display: block;
    height: 17px;
    background: transparent url(../images/icon_social_networks.png) no-repeat 0 0;
}

div#content-top-header ul#social-networks li a span {
    display: none;
}

div#content-top-header ul#social-networks li a span.content-tooltip {
    display: block;
}

div#content-top-header ul#social-networks li a#icon-facebook {
    width: 6px;
}

div#content-top-header ul#social-networks li a#icon-twitter {
    width: 15px;
    background-position: -6px 0;
}

div#content-top-header ul#social-networks li a#icon-linkedin {
    width: 11px;
    background-position: -21px 0;
}

div#content-top-header ul#social-networks li a#icon-youtube {
    width: 13px;
    background-position: -32px 0;
}

div#content-top-header ul#social-networks li a#icon-googleplus {
    width: 10px;
    background-position: -45px 0;
}

div#content-top-header ul#social-networks li a#icon-pinterest {
    width: 15px;
    background-position: -55px 0;
}

div#content-top-header ul#social-networks li a#icon-itunes {
    width: 26px;
    background: transparent url(../images/picto_hat.png) no-repeat 0 0;
}

div#content-top-header ul#social-networks li a#icon-instagram {
    width: 26px;
    background: transparent url(../images/icon_instagram.png) no-repeat 0 0;
}

div#content-top-header ul#social-networks li.tumblr {
    margin-left: -7px;
}

div#content-top-header ul#social-networks li a#icon-tumblr {
    width: 8px;
    background-position: -87px 0;
}

div#content-top-header ul#social-networks li a#icon-soundcloud {
    width: 26px;
    background: transparent url(../images/SoundCloud.png) no-repeat 0 0;
}

.tooltip { 
    background: transparent url(../images/tooltip_arrow.png) no-repeat top center;
    color: white;
    font-size: 12px;
    padding-top: 15px;
    position: absolute;
    z-index: 10;
    display: none;
    width: 127px;
    font-size: 10px;
    text-align: left;   
    margin: 20px 0 0 -85px;
}

.tooltip .content-tooltip {
    padding: 6px 8px;
    background-color: #079bc3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 3px #AAAAAA;
    display: block;
}

.tooltip .content-tooltip.simple {
    text-align: center;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
}


div#content-top-header li#link-intranet {
    margin-right: 34px;
}

div#content-top-header li#link-intranet a {
    background: transparent url(../images/icon_padlock.png) no-repeat right 1px;
    padding-right: 16px;
}

div#content-top-header a#link-fr,
div#content-top-header a#link-en {
    float: left;
    color: #999999;
}

div#content-top-header a#link-fr.current,
div#content-top-header a#link-en.current {
    cursor: default;
    color: white;
}

#content-switch-language {
    padding: 40px;
}

#content-switch-language ul {
    list-style-type: none;
    margin: 4px 0 0 2px;
}

#content-switch-language ul li {
    background: transparent url(../images/sitemap_arrow.png) no-repeat left 4px;
    padding-left: 14px;
    margin-bottom: 4px;
}

div#content-top-header div#container-switch-language {
    float: left;
    height: 12px;
    width: 26px;
    background-color: #8f8f8f;
    border-radius: 14px;
    margin: 0 8px;
}

div#content-top-header div#switch-language {
    border: 1px solid #717171;
    height: 10px;
    width: 10px;
    border-radius: 14px;
    background-color: #fff;    
    background: linear-gradient(top, #fff, #e4e4e4); /* W3C */
}

.hidden {
    display: none;
    visibility: hidden;
}