div.connected {
    position:   absolute;
    top:        5px;
    width:      100%;
    left:       0px;
    font-size:  11px;
    text-align: center;
    color:      #AAAAAA;
}
input.loginId {
    background: none;
    position:   relative;
    border:     1px solid #DDDDDD;
    color:      #DDDDDD;
    width:      84px;
    bottom:     1px;
    font-size:  8pt;
    text-align: center;
}
input.loginPass {
    background: none;
    position:   relative;
    border:     1px dashed #DDDDDD;
    width:      84px;
    color:      #DDDDDD;
    bottom:     1px;
    font-size:  8pt;
    text-align: center;
}
input.loginButton {
    background: none;
    margin-top: 4px;
    width:      84px;
    border:     1px solid #DDDDDD;
    color:      #DDDDDD;
    position:   relative;
    font-size:  8pt;
}
#messageDuJour {
    position:       absolute;
    padding:        5px;
    width:          500px;
    top:            20px;
    color:          #FFFFCC;
    font-size:      10pt;
    height:         380px;
    font-family:    Arial;
    overflow:       auto;
    text-align:     center;
    vertical-align: center;
}
div.loginBox {
    position:   absolute;
    text-align: center;
    width:      500px;
    font-size:  11px;
    left:       0px;
    top:        420px;
}
div.infoComplementaires {
    position:       absolute;
    color:          #EEEEFF;
    top:            450px;
    width:          500px;
    font-size:      12pt;
    font-weight:    bolder;
    text-align:     center;
    height:         40px;
}

a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
#content {
    display:        none;
    text-align:     center;
}