﻿html {
    height: 100%;
    overflow: hidden;
    border: none;
    font-family: Verdana;
    font-size: 12px;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;

}
img.superbg {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
}

.zone_erreur {
    width: 300px;
    height: 100px;
    border: 1px solid white;
    text-align: center;
    background-image: url(../ICONES/fonds/fd_transparent_login_1x1.png);
    margin: auto;
    padding-top: 5px;
    padding-bottom: 25px;
    margin-top: 50px;
    color: #3c687a;
}
