/** layout */
html {
    height: 100%;
    overflow-x: visible;
    overflow-y: scroll;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    min-width: 320px;
}
.page-row {
    width: 100%;
}
.page-position {
    max-width: 920px;
    margin: 0 auto;
}
.breathe-in {
    padding-top: 25px;
    padding-bottom: 25px;
}
.breathe-out {
    margin-top: 25px;
    margin-bottom: 25px;
}

/** header */
#header {
    height: 114px;
}
#logo-position {
    float: left;
    width: 35%;
    max-width: 320px;
    min-width: 200px;
    margin-top: 11px;
    max-height: 82px;
}
#logo-position a {
    display: block;
    height: auto;
}
#logo-position a img {
    width: 100%;
}
#website-logo-position {
    float: right;
    margin: 5px 5px 0 0;
    width: 50%;
    max-width: 460px;
    min-width: 240px;
    margin-top: 11px;
    max-height: 82px;
}
#website-logo-position a {
    display: block;
    height: auto;
}
#website-logo-position a img {
    width: 100%;
}


#links-position {
    float: right;
    min-width: 110px;
    padding: 5px 0 0 10px;
}
#networks {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
}
#networks li {
    height: 10px;
    border-left: 1px solid #cfcfcf;
    padding: 0 5px;
    display: inline-block;
}
#networks li.firstli {
    border-left: medium none;
}
#networks li.lastli {
    padding-right: 0;
}
#networks li a {
    margin-top: -4px;
    display: block;
}

li.secondli {
    margin-right: 7px;
}


input#searchbutton {
    border: medium none;
    background-color: #FFF;
    background-image: url('http://www.iarc.fr/images/searchbutton-bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    width: 29px;
    height: 28px;
    cursor: pointer;
}

input#searchtext {
    width: 200px;
    height: 26px;
    border: 1px solid #f2f2f2;
    background-image: url('http://www.iarc.fr/images/searchtext-bg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    float: left;
}

.search {
    margin-top: 20px;
    margin-left: 30px;
}


#language-position {
    float: right;
    clear: right;
}
#language-position select, div.selector.fixedWidth {
    width: 90px;
}
div.selector.fixedWidth span {
    width: 80px;
}
button.selectpicker  {
    padding-top: 3px;
    padding-bottom: 3px;
}
.btn-border {border-radius: 20px 0 ; font-size: 18px; line-height: 1.33; padding: 10px 16px;}

/** topmenu */
#topmenu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    z-index: 10;
}
#topmenu > li {
    float: left;
    height: 38px;
    position: relative;
}
#topmenu > li > a {
    font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    display: block;
    text-align: center;
    padding: 0;
}
#topmenu > li.selected > a, #topmenu > li.selected:hover > a {
    background-color: #FFF !important;
    color: #0c81b6 !important;
    height: 38px;
}
#topmenu > li:hover > a {
    background-color: #89b1c4;
    color: white;
    height: 38px;
    text-decoration: none;
}

/** submenu */
#topmenu .submenu {
    display: none;
    background-color: white;
    position: absolute;
    top: 38px;
    padding: 0;
    list-style-type: none;
    width: 200px;
    border: 1px solid #cbdfe8;
    border-bottom: none;
}
#topmenu > li:hover > .submenu {
    display: block;
}
#topmenu .submenu > li {
    position: relative;
    display: block;
}
#topmenu .submenu > li > a {
    /*color: #4b4b4b;*/
    color: #888;
    
    padding: 8px 15px;
    /*border-bottom: 1px solid #eeeeee;*/
    border-bottom: 1px solid #cbdfe8;
    display: block;
}
#topmenu .submenu > li > a:hover {
    /*
    background-color: #eeeeee;
    color: #666;
    */
    /*
    background-color: #89b1c4;
    color: white;
    */
    background-color: #white;
    /*color: #0c81b6;*/
    color: #0b80b7;
    text-decoration: none;
}

/** topmenu small */
#topmenu-small {
    display: none;
}
#topmenu-small .bootstrap-select {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 1px;
    height: auto;
}
#topmenu-small .bootstrap-select button {
    padding-top: 5px;
    padding-bottom: 5px;
}
#topmenu-small .bootstrap-select.btn-group .dropdown-menu {
    margin-top: 0;
}
#topmenu-small .child {
    display: block;
    padding-left: 1.5em;
    font-style: italic;
}
#topmenu-small button .child {
    display: block;
    padding-left: 0;
    font-style: normal;
}

#histo-small {
    display: none;
}

/** footer */
#footer {
    height: auto;
    background-color: #eeeeee;
    margin-top: 50px;
    margin-bottom: 0px;
}
#footer address {
    padding-bottom: 10px;
    padding-top: 18px;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    font-style: normal;
}
#footer address a {
    color: #000;
}


/** top link */
#top-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: transparent url('../images/top-link.png') no-repeat 0 0;
    width: 60px;
    height: 60px;
    z-index: 1000;
}



/** topmenu small */
#topmenu-small {
    display: none;
}
#topmenu-small .bootstrap-select {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 1px;
    height: auto;
}
#topmenu-small .bootstrap-select button {
    padding-top: 5px;
    padding-bottom: 5px;
}
#topmenu-small .bootstrap-select.btn-group .dropdown-menu {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#topmenu-small .bootstrap-select.btn-group .dropdown-menu li {
    border-bottom: 1px solid white;
}
#topmenu-small .bootstrap-select.btn-group .dropdown-menu li a {
    background-color: #0b80b7;
    color: white;
}
#topmenu-small .bootstrap-select.btn-group .dropdown-menu li a.child {
    background-color: #eeeeee;
    color: #0b80b7;
}