#fond {
    position: relative;
    background-image: url(../images/login.gif);
    width: 435px;
    height: 367px;
}

#message {
    position: absolute;
    top: 220px;
    left: 35px;
    width: 195px;
    height: 180px;
    font-family: arial;
    font-size: x-small;
}

#login {
    position: absolute;
    top: 170px;
    left: 280px;
    font-family: arial;
    font-size: x-small;
    font-weight: bold;
}

input {
    font-family: arial;
    font-size: x-small;
    width: 115px;
}

table {
    width: 100%;
    height: 100%;
}

body {
    background-image: url(../images/fond-login.gif);
}
