#screen{
    max-width: 1300px;
    margin: 0 auto;
    width: 99%;
    height: 100%;
    position: relative;
    min-height: 97vh;
}

/* Page de login. */
#login_z1 {
    cursor: pointer;
    background: white center no-repeat url(../images/logo.png) !important;
}

#login_z3_connexion {
    background-color: #0089bd;
}

#login_z3_loginform {
    background-color: #0089bd;
}

#login_z3_validerform {
    background-color: #0089bd;
}

.produitBandeauGlobalBackgroud {
    background: url(../../common/images/bandeau_global_fond.png) repeat-x;
}