body {
    margin: 0;    
    background: #fff;
}

body.autonome {
    background: #f4f4f4;
}

#top-banner {
    background: #565656;
    height: 16px;
    width: 100%;
}

#content {
    width: 850px;
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 10px;
}

#footer-altays {
    width: 100%;
    margin: 0 auto;
}

#footer-altays.footer-content {
    width: 830px;
}

#content #bandeau-client {
    margin: 15px 7px;
    height: 78px;
}

#content-block {
    padding : 35px;
    border: 1px solid #e7e7e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 1, 1, 0.23);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0, 1, 1, 0.23);
    box-shadow: 0px 7px 7px 0px rgba(0, 1, 1, 0.23);
    background: #fff;
    overflow: auto;
    margin: 0 7px;
}

.container { width: 100%; }

/* Responsive */
@media (max-width: 760px) {
    #content {
        width: 550px;
    }
}

@media (max-width: 560px) {
    #content {
        width: 100%;
    }
    
    #content #bandeau-client {
        max-width: 100%;
        height: auto;
    }
}



@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    #content {
        width: 100%;
    }
    
    #content-block {
        margin: 0;
        padding: 15px 5px;
    }
    #footer-altays {
        margin: 15px;
    } 
}