/* Reset */
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}
* { -webkit-font-smoothing: antialiased }
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after { clear: both }
.clearfix { clear: both }
.clearfix20 { height: 20px }
.clearfix30 { height: 30px }
img { border: 0 }
/* Generique */
#contenu {
    background-color: #e8e8e8;
    width: 100%;
    margin: 0 auto 0;
}
#content {
    width: 1000px;
    margin: 0 auto 0;
    clear: both;
    background-color: #fff;
}
/* Header & Search */
#topmargin {
	margin: 0 auto;
    font-size: 0;
}
#headerhp {
    height: 114px;
    width: 1000px;
    margin: 0 auto;
}
#headerhp #logofree {
    display: inline-block;
    margin: 0 70px 15px 71px;
    vertical-align: bottom;
}
#pubheader {
    /*margin-bottom: 20px;*/
    text-align: center;
    transition: opacity 0.5s ease;
}
#header {
    height: 54px;
    width: 1000px;
    margin: 0 auto;
    transition: height .5s ease-out;
    z-index: 1347;
}
#header #logofree {
    display: inline-block;
    margin: 0 43px 0 0;
    transition: none !important;
    width: 98px;
    height: 36px;
}
#header #logofree img {
    width: 98px;
    height: 36px;
    margin: 0 0 4px 0;
}
#headernav {
    display: inline-block;
    transition: all .5s;
}
#headernav a {
    font-family: ralewaysemibold;
    text-transform: uppercase;
    font-size: 11px;
    height: 53px;
    padding: 10px 10px 0 12px;
    display: table-cell;
    text-align: center;
    text-decoration: none;
    color: #4d4d4f;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    transition: all .5s;
    margin: 0;
    vertical-align: middle;
    border-bottom: 3px solid #fff;
}
#headernav img {
    margin-right: 5px;
    transition: all 1s;
    height: 23px;
}
#headernav a:hover {
    background-color: #cdcdcd;
    border-bottom: 3px solid #cd1e25;
}
#autourduheader {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1747;
    transition: .5s ease;
}
#searchgoogle {
    clear: both;
    display: inline-block;
    text-align: center;
    margin: 53px 0 0 0;
    padding: 10px 0;
    width: 100%;
    background-color: #e8e8e8;
}
#searchgoogle input[type=text] {
    color: #4d4d4f;
    font-family: Roboto, sans-serif;
    margin: 0 auto;
    width: 425px;
    outline: 0;
    border-radius: 2px;
    border: 0;
    height: 35px;
    font-size: 13px;
    background-image: url(../img/search-bg.png);
    background-position: 325px 7px;
    background-repeat: no-repeat;
    padding: 0 130px 0 13px;
}
#searchgoogle input[type=text]:focus { box-shadow: 0 0 2px 2px #b3e6f9 }
#searchgoogle input[type=image] {
    position: absolute;
    right: 0;
    top: 0;
}
/* Navigation */
#navrub {
    margin: 0 auto;
    height: 40px;
    width: 1000px;
}
#navrub_menu ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 220px;
}
#navrub_menu ul li {
    cursor: pointer;
    display: block;
    text-align: left;
    padding: 0;
    font-family: ralewaysemibold;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    list-style-type: none;
    margin: 0;
    width: 220px;
}
#navrub_menu ul li.chaine {
    padding: 0;
    border: none;
    text-align: center;
}
#navrub_menu ul li.chaine:before {
    content: url(../img/menu.png);
    width: 45px;
    height: 40px;
    display: block;
    padding: 4px;
    text-align: center;
    position: absolute;
}
#navrub_menu ul li.chaine span {
    display: block;
    text-align: left;
    padding-left: 55px;
}
#navrub_menu ul li a {
    transition: background .5s, color .5s;
    background-color: #fff;
    display: block;
    padding: 0 0 0 35px;
    height: 40px;
    line-height: 40px;
    color: #4b4b4b;
    text-decoration: none;
    font-family: ralewaysemibold;
    font-size: 18px;
    width: 220px;
}
#navrub_menu ul li a:hover { color: #fff }
#navrub_menu ul ul li {
    width: 220px;
    position: relative;
    background-color: #fff;
    color: #4b4b4b;
}
#navrub_menu ul ul li ul {
    position: absolute relative;
    top: 0;
    width: 220px;
}
#navrub_menu,
#navrub_menu ul { height: 40px }
#navrub_rub {
    margin-top: -40px;
    margin-left: 220px;
    padding: 0 1px;
    display: inline-block;
    width: 780px !important;
    overflow: hidden;
    height: 40px;
    float: left !important;
}
#navrub_rub ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navrub_rub ul li { float: left }
#navrub_rub ul li a {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 13px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-family: ralewaymedium;
    font-size: 13px;
    transition: background .5s, color .5s;
}
#navrub_menu ul li.chaine span.menuderoul_services {
    padding: 0 0 0 35px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-family: ralewaysemibold;
    font-size: 18px;
}
#navrub_menu ul li.chaine span.menuderoul_services:hover { color: #fff !important }
#nav { height: 37px }
#nav,
#nav li {
    display: block;
    list-style: none;
    position: relative;
    z-index: 82;
}
#nav > li {
    float: left;
    z-index: 82;
}
#nav a {
    display: block;
    line-height: 37px;
    padding: 0 0.5em;
    z-index: 82;
    position: relative;
}
#nav a:hover { color: #fff }
#nav .submenu {
    display: none;
    position: absolute;
    z-index: 80;
    left: 0px;
    min-width: 100%;
}
#nav .submenu li { display: block }
#nav .submenu a {
    display: block;
    white-space: nowrap;
}
#nav > li:hover .submenu { display: block }
#nav > li:hover > .submenu .submenu {
    display: none;
    top: 0;
}
#nav .padding {
    display: block;
    position: absolute;
    z-index: 78;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: none !important;
}
#nav > li > .submenu > .padding {
    width: 160%;
    left: -30%;
    height: 140%;
}
#nav .buffer {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
}
#nav .shadow { display: none !important }
#nav.use-trans li > .submenu {
    opacity: 0;
    display: block !important;
    left: -9999px !important;
    -moz-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -webkit-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -khtml-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -icab-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -ms-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    -o-transition: 0.2s opacity ease-in, 0s left linear 0.22s;
    transition: 0.2s opacity ease-in, 0s left linear 0.22s;
}
#nav.use-trans > li:hover > .submenu .submenu {
    display: block !important;
    left: -9999px !important;
}
#nav.use-trans > li:hover > .submenu,
#nav.use-trans > li > .submenu li:hover > .submenu {
    opacity: 1 !important;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -khtml-transition-delay: 0s;
    -icab-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
#nav.use-trans > li:hover > .submenu { left: 0px !important }
#nav.use-trans > li:hover > .submenu { left: 0px !important }
#nav.use-trans > li > .submenu li:hover > .submenu { left: 100% !important }
#nav ul a { position: relative }
#nav ul a span {
    background-color: #5a5a5a;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
}
/* Footer */
#FreeNewFooter {
    width: 100%;
    background-color: #4b4b4b;
    font-family: ralewaymedium, Arial;
    font-weight: 500;
    font-size: 11px;
    margin: 0 auto;
    height: 61px;
    line-height: 60px;
    padding: 0 30px;
    color: #fff;
    z-index: 0;
    position: relative;
}
#FreeNewFooterInside {
    width: 1000px;
    margin: 0 auto;
    height: 60px;
}
#FreeNewFooterCentre {
    text-align: center;
    float: left;
    margin: 0 0 0 35px;
}
#FreeNewFooterCentre a { margin: 0 16px 0 0 }
#FreeNewFooter a {
    display: inline-block;
    color: #fff;
    font-family: ralewaymedium, Arial;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
}
#FreeNewFooter a:hover { text-decoration: underline }
#div-gpt-ad-867215419688381663-oop,
#div-gpt-ad-867215419688381663-habillage { height: 0 !important }
/* Specifiques */
#pagewebmail { background-color: #e8e8e8 }
#pagewebmail #webmails {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#coin {
		color: #0073B9;
		border: 1px solid #c5ecfa;
		display: block;
		margin: auto;
		width: 50%;
}

#pagewebmail #boitesconnexion_h {
    margin-top: 25px;
    /* background-color: #c5ecfa; */
    background-color: #0073B9;
    font-family: Lato;
    /* color: #939393; */
    color: white;
    border: 1px solid #c5ecfa;
    width: auto;
    margin: 0 auto;
    display: block;
    clear: both;
    text-align: center;
		padding: 10px 0;
}
#pagewebmail #boitesconnexion {
    margin-top: 25px;
    background-color: #fff;
    font-family: Lato;
    color: #939393;
    border: 1px solid #c5ecfa;
    width: auto;
    margin: 0 auto;
    display: block;
    clear: both;
    text-align: center;
    padding: 10px 0;
		word-wrap: break-word;
}
#pagewebmail #boitesconnexion a {
    color: #0073b9;
    font-size: 13px;
    text-decoration: none;
}
#pagewebmail #boitesconnexion input[type=text],
#boitesconnexion input[type=password] {
    width: 320px;
    height: 44px;
    border: 1px solid #c5c5c5;
    margin: 15px 0 0 0;
    clear: both;
    font-family: Lato;
    font-size: 16px;
    color: #bbbbbb;
    position: relative;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#pagewebmail #boitesconnexion form div {
    float: left;
    clear: both;
    margin: 10px 0 0 30px;
    line-height: 23px;
}
#pagewebmail input[type=checkbox] { display: none }
#pagewebmail input[type=checkbox] + label {
    background: #fff;
    height: 18px;
    width: 18px;
    display: inline-block;
    padding: 0 0 0 0px;
    border: 1px solid #72d0f4;
    margin: -3px 14px 0 0;
    vertical-align: middle;
}
#pagewebmail input[type=checkbox]:checked + label {
    background: #72d0f4 !important;
    border: 1px solid #72d0f4 !important;
}
#pagewebmail #login {
    background-image: url(../img/user-off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 70px;
}
#pagewebmail #login:focus {
    background-image: url(../img/user-on.png);
    outline: 0;
    border: 1px solid #72d0f4 !important;
}
#pagewebmail #pass {
    background-image: url(../img/mdp-off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 70px;
}
#pagewebmail #pass:focus {
    background-image: url(../img/mdp-on.png);
    outline: 0;
    border: 1px solid #72d0f4 !important;
}
#pagewebmail #imapuser {
    background-image: url(../img/user-off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 70px;
}
#pagewebmail #imapuser:focus {
    background-image: url(../img/user-on.png);
    outline: 0;
    border: 1px solid #72d0f4 !important;
}
#pagewebmail #passwd {
    background-image: url(../img/mdp-off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 70px;
}
#pagewebmail #passwd:focus {
    background-image: url(../img/mdp-on.png);
    outline: 0;
    border: 1px solid #72d0f4 !important;
}
#pagewebmail #password {
    background-image: url(../img/mdp-off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 70px;
}
#pagewebmail #password:focus {
    background-image: url(../img/mdp-on.png);
    outline: 0;
    border: 1px solid #72d0f4 !important;
}
#pagewebmail #boitesconnexion input[type=submit],
.autopromozimbra .bouton {
    width: 320px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 20px auto 10px;
    border: none;
    clear: both;
    color: #fff;
    background-color: #72d0f4;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
    font-family: Lato;
    display: block;
    text-decoration: none;
}
.caseszimbra {
    float: left;
    font-family: Lato;
    font-size: 12px;
    color: #808285;
}
.caseszimbra h5 {
    font-size: 13px;
    font-weight: bold;
    color: #eb2e42;
}
.caseszimbra b {
    font-size: 13px;
    font-weight: normal;
    color: #72d0f4;
    line-height: 18px;
}
.autopromozimbra {
    float: left;
    font-family: Lato;
    font-size: 12px;
    color: #808285;
    line-height: 15px;
}
.autopromozimbra h5 {
    font-size: 15px;
    font-weight: bold;
    color: #a7a7a7;
}
.autopromozimbra b { color: #eb2e42 }
.autopromozimbra h5 b {
    font-size: 15px;
    color: #eb2e42;
    line-height: 18px;
}
#poisson {
    background-image: url('../img/bandeau-alerte.png');
    background-repeat: no-repeat;
    height: 82px;
    width: 616px;
    color: #fff;
    font-family: ralewaysemibold;
    font-size: 13px;
    padding: 50px 0 0 130px;
}
.r1f-widget__followus { display: none !important }
.rlf-widget { display: inline-block !important }
.r1f-layout-horizontal {
    margin-right: 0 !important;
    float: right;
    margin-top: 10px;
}
.r1f-icon-facebook {
    background-image: url(../img/footer-facebook.png) !important;
    width: 40px !important;
    height: 35px !important;
    background-position: 0 0 !important;
    display: inline-block;
}
.r1f-icon-twitter {
    background-image: url(../img/footer-twitter.png) !important;
    width: 40px !important;
    height: 35px !important;
    background-position: 0 0 !important;
    display: inline-block;
}
.inscriptionadsl {
    display: inline-block;
    background: #a7a7a7;
    color: #fff;
    height: 200px;
    overflow: hidden;
    width: 300px;
}
.inscriptionadsl .box {
    float: left;
    width: 300px;
    text-align: center;
    background-image: url(../img/box.png);
    background-repeat: no-repeat;
    background-position: center 55px;
    height: 120px;
    padding: 5px 0 0;
    color: #fff;
    background-size: 140px 63px;
}
.inscriptionadsl .box h4 {
    font-family: open_sans_bold;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.inscriptionadsl .box h5 {
    font-family: open_sans_regular;
    font-size: 13px;
    margin: 0;
}
.inscriptionadsl .formulaire {
    font-family: open_sans_regular;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 0 0 10px;
    text-align: left;
}
.inscriptionadsl .formulaire .numero {
    float: left;
    width: 217px;
    height: 36px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 25px;
    line-height: 39px;
    border: 0;
    margin-top: 4px;
}
.inscriptionadsl .formulaire .adslbtn {
    float: left;
    margin: 4px 0 0 5px;
    height: 36px;
    width: 43px;
}
.inscriptionadsl .formulaire a.nonumero {
    display: inline-block;
    color: #d2d0d0;
    text-decoration: none;
    font-family: open_sans_bold;
    font-size: 11px;
}
.inscriptionadsl .formulaire a.nonumero:hover { color: #fff }
#editorial { margin: 0 auto }
.editorial_bloc_1 {
    width: 300px;
    height: 200px;
    background-color: #dadada;
    text-align: center;
    font-size: 20px;
    line-height: 200px;
    float: left;
    margin: 20px 0 10px 25px;
}
.editorial_bloc_1.editorial_deco { margin: 20px 0 0 0 }
.editorial_bloc_2 {
    width: 300px;
    height: 200px;
    background-color: #dadada;
    text-align: center;
    font-size: 20px;
    line-height: 200px;
    float: left;
    margin: 20px 25px;
}
.editorial_bloc_2.editorial_deco { margin: 20px 0 0 20px }
.editorial_bloc_3 {
    width: 300px;
    height: 200px;
    background-color: #dadada;
    text-align: center;
    font-size: 20px;
    line-height: 200px;
    float: left;
    margin: 20px 25px 10px 0;
}
#actu_en_direct_fleches {
    color: #2d98e0;
    font-family: open_sans_semi_bold;
    font-size: 14px;
    float: right;
    display: block;
    margin: -2px 15px 5px 0;
}
#actu_en_direct_fleches a {
    color: #2d98e0;
    text-decoration: none;
}
#actu_en_direct {
    width: 300px;
    overflow: hidden;
    margin: 0 0 0 5px;
}
#actu_en_direct_titre {
    color: #fff;
    background-color: #2d98e0;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-family: ralewaymedium;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 0 12px;
    overflow: hidden;
    margin: 20px 0 0 0;
}
#actu_en_direct_titre a {
    color: #fff;
    text-decoration: none;
}
#actu_en_direct_titre b { font-weight: normal }
#actu_en_direct_contenu {
    float: right;
    width: 300px;
    background-color: #fff;
    display: block !important;
    height: 330px;
    min-height: 330px;
    border: 1px solid #dadada;
    border-top: none;
}
#actu_en_direct_contenu ul {
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none;
}
#actu_en_direct_contenu ul li {
    margin: 0 auto;
    width: 275px;
    padding: 3px 5px 0px 0px;
    border-bottom: 1px solid #cdcdcd;
    height: 50px;
    text-align: left;
}
#actu_en_direct_contenu ul li a img { float: left }
#actu_en_direct_contenu ul li:last-child { border: none }
#actu_en_direct_contenu ul li a {
    font-family: ralewaymedium;
    font-size: 12px;
    color: #404040;
    width: 255px !important;
    height: 40px !important;
    overflow: hidden;
    line-height: 17px;
    text-decoration: none;
    margin: 0 0 0 0;
    display: block;
}
#actu_en_direct_contenu ul li a b {
    display: inline-block;
    font-family: open_sans_regular;
    font-size: 13px;
    font-weight: normal;
    color: #a7a7a7;
    margin: 5px 0px 0px 0;
    float: left;
}
#actu_en_direct_contenu ul li a:hover b { color: #000 }
#actu_en_direct_contenu ul li a span {
    display: inline-block;
    margin: -17px 0 0 50px;
    height: 40px !important;
    vertical-align: top;
    float: right;
    text-align: left;
    width: 205px;
}
#actu_en_direct_contenu ul li a:hover { color: #747171 }
#hamburgerdirect {
    float: right;
    cursor: pointer;
}
#actu_suite_menu {
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
    position: absolute;
    float: right;
    width: 160px;
    background-color: #206da0;
    margin: 0 0 0 140px;
}
#actu_suite_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#actu_suite_menu ul li a {
    display: block;
    height: 33px;
    color: #fff;
    padding: 10px;
    font-family: ralewaymedium;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
}
#actu_suite_menu ul li a:hover {
    background-color: #fff;
    color: #206da0;
    border: 1px solid #cecece;
}
#aliresurfree { clear: both }
#aliresurfree h2 {
    font-family: ralewayregular;
    font-size: 15px;
    color: #4b4b4b;
}
#aliresurfree a {
    float: left;
    display: block;
    width: 300px;
    text-decoration: none;
    margin: 0 0 0 0;
}
#aliresurfree a img {
    width: 300px;
    height: 150px;
}
#aliresurfree a:nth-child(3),
#aliresurfree a:nth-child(4) { margin-top: 20px }
#aliresurfree a:nth-child(3) { clear: both }
#aliresurfree a:nth-child(2),
#aliresurfree a:nth-child(4) { margin-left: 20px }
#aliresurfree a span {
    font-family: ralewayregular;
    font-size: 13px;
    color: #3a3a3a;
    display: block;
    width: 280px;
}
#deconnexion {
    border: 1px solid #afcad5;
    width: 100%;
    margin: 0 auto;
    background-color: #4b4b4b;
    font-family: ralewaymedium;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
#deconnexion a {
    color: #fff;
    text-decoration: none;
    font-style: italic;
}
#deconnexion a:hover { text-decoration: underline }
#coldroite {
    float: right;
    width: 300px;
    padding: 25px 0;
    background-color: #fff;
    text-align: center;
    margin: 0 25px 0 0;
}
#colgauche {
    /* float: left; */
    margin: 25px 25px 0;
    /* width: 620px; */
    width: 100%;
}
#colgauche h1 {
    font-family: ralewaysemibold;
    font-size: 18px;
    color: #0073b9;
    text-align: center;
    margin-bottom: 10px;
		padding-top: 10px;
}
.chaine_services #navrub_menu ul li.chaine { background-color:#0073b9; }
.chaine_services #navrub_rub, #navrub_menu .menuderoul_services:hover, .menuderoul_services:hover, .chaine_services #navrub_menu ul li.chaine:before { background-color:#72d0f4; }
.li_services:hover { background-color:#72d0f4 !important;transition: background 0.5s, color 0.5s; color:#fff !important }
.chaine_services #navrub_rub ul li.active a, .chaine_services #navrub_rub ul li a:hover { background-color:#fff; color:#72d0f4; }
.chaine_services #navrub_rub ul li a { border-top:2px solid #72d0f4;border-bottom:2px solid #72d0f4;border-left:1px solid #72d0f4;border-right:1px solid #72d0f4; }
.retracted { height:0 !important;overflow:hidden !important; }
.expanded  { height:230px !important;overflow:visible !important; }

.chaine_37 #navrub_rub, #navrub_menu .menuderoul_37:hover, .menuderoul_37:hover, .chaine_37 #navrub_menu ul li.chaine:before { background-color:#9c56b8; }
.chaine_38 #navrub_rub, #navrub_menu .menuderoul_38:hover, .menuderoul_38:hover, .chaine_38 #navrub_menu ul li.chaine:before { background-color:#2d98e0; }
.chaine_39 #navrub_rub, #navrub_menu .menuderoul_39:hover, .menuderoul_39:hover, .chaine_39 #navrub_menu ul li.chaine:before { background-color:#51d88b; }
.chaine_40 #navrub_rub, #navrub_menu .menuderoul_40:hover, .menuderoul_40:hover, .chaine_40 #navrub_menu ul li.chaine:before { background-color:#34495e; }
.chaine_41 #navrub_rub, #navrub_menu .menuderoul_41:hover, .menuderoul_41:hover, .chaine_41 #navrub_menu ul li.chaine:before { background-color:#34495e; }
.chaine_42 #navrub_rub, #navrub_menu .menuderoul_42:hover, .menuderoul_42:hover, .chaine_42 #navrub_menu ul li.chaine:before { background-color:#cc0000; }
.chaine_43 #navrub_rub, #navrub_menu .menuderoul_43:hover, .menuderoul_43:hover, .chaine_43 #navrub_menu ul li.chaine:before { background-color:#9c56b8; }
.chaine_45 #navrub_rub, #navrub_menu .menuderoul_45:hover, .menuderoul_45:hover, .chaine_45 #navrub_menu ul li.chaine:before { background-color:#72d0f4; }
.chaine_services #navrub_rub, #navrub_menu .menuderoul_services:hover, .menuderoul_services:hover, .chaine_services #navrub_menu ul li.chaine:before { background-color:#72d0f4; }
.chaine_os #navrub_rub, #navrub_menu .menuderoul_os:hover, .menuderoul_os:hover, .chaine_os #navrub_menu ul li.chaine:before { background-color:#95a5a5; }

#div-gpt-ad-614223536833237524-1-banner-haute-habillage {     margin: 0 auto;
    font-size: 0; }
