.langueSelect {
    position: relative;
    margin-top: 8px;
}
.langueSelect .arrowLang {
    background-position: -246px -65px;
    width: 6px;
    height: 3px;
    margin-left: 4px;
}
.langueSelect .langLists {
    background: white;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(136,136,136,0.7);
    box-shadow: 0px 0px 6px 0px rgba(136,136,136,0.7);
    padding-bottom: 15px;
    padding-right: 20px;
    display: none;
    position: absolute;
    right: 0;
    top: 26px;
    width: 310px;
}
.langueSelect .hitArea {
    position: absolute;
    top: -14px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: transparent;
    cursor: pointer;
}
.langueSelect .langList {
    width: 118px;
    padding-left: 18px;
    vertical-align: top;
}
header #headerTop .langueSelect .langList .country,
.langueSelect .langList .country {
    margin-top: 18px;
    float: inherit;
    margin-left: 0;
}
header #headerTop .langueSelect .langList .country img,
.langueSelect .langList .country img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
header #headerTop .topMenu .langueSelect .langList .country a,
.langueSelect .langList .country a {
    text-transform: inherit;
    text-decoration: none;
    color: #6b6b6b;
}
header #headerTop .topMenu .langueSelect .langList .country .countryName,
.langueSelect .langList .country .countryName {
    text-transform: inherit;
    line-height: 11px;
    font-size: 13px;
    font: 400 13px 'HelveticaNeueW01-65Medi';
    cursor: pointer;
}
header #headerTop .langueSelect .langList .country .languages,
.langueSelect .langList .country .languages {
    height: 0;
    overflow: hidden;
}
header #headerTop .langueSelect .langList .country .languages li,
.langueSelect .langList .country .languages li {
    margin-left: 10px;
    line-height: 20px;
    float: inherit;
}
header #headerTop .langueSelect .langList .country .languages li a,
.langueSelect .langList .country .languages li a {
    font-family: 'HelveticaNeueW01-55Roma',sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #6b6b6b;
}
header #headerTop .langueSelect .langList .country .languages li:before,
.langueSelect .langList .country .languages li:before {
    content: '• ';
    color: #a3a2a2;
    font-size: 12px;
}
