html {
    height: 99%; /* Pour éviter le scroll */
}

body {
    background: transparent url("../images/header.jpg") no-repeat top center;
    background-size: cover;
    background-position-y: -180px !important;
}

#main {
    background: none;
}

#header, #footer {
    display: none;
}

#container {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 208px;
}

#titre:after{
    content: url("../images/logo-transparent.png");
    width: 50px;
    position: relative;
    left: 550px;
}

#lienBandeau {
    display: none;
}