html {
    background:#fff;
}

form#ctl0_ctl1, form#ctl0_ctl4 {
    background: #fff;
}

#header{
    background: none;
}
#header .top{
    background-color: #fff;
    background-image:url(../images/badeau-resah.png);
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
    border: 1px solid #cecece;
    border-bottom: 0;
    width: 982px;
}

#header .top .logo-client{
    display: none;
}
#header .nav {
    height: 18px;
    border: 1px solid #cccccc;
    border-radius: 0 0 9px 9px;
    border-top: 0;
}
#header .nav .accueil {
    padding-left: 7px;
    position: relative;
    bottom: 1px;
}


#menu ul li.menu-open span {
    height: 26px;
}

#middle {
    border: 0;
    width: 994px;
}
#middle #middle{
    border: 0;
    width: auto;
    padding: 0;
}

#middle .accueil-avis .bloc-recherche-rapide h2 {
    color: #3b82c2;
    padding-left: 25px;
}

#middle .bloc-outils-signature h2,
#middle .bloc-aides h2 {
    color: #3b82c2;
    padding: 4px;
    font-size: 15px;
    border-bottom: 1px solid;
}

#middle .accueil-avis{
    padding: 5px !important;
    box-sizing: border-box;
    border-top: 0;
}

#middle .menu-bottom { width: 160px; }

.accueil-avis .col-right .bloc {
    width: 275px;
}

#footer {
    border-top: 1px solid #cccccc;
    height: 26px;
}
