body{
    background-color: #aeb3b9;
}
#div-login{
    width:300px;
    background-color: white;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 2px 1px 5px 1px #505050;
    box-shadow: 2px 1px 5px 1px #505050;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-150px;
}
#login_form{
    margin-top: 10px;
}
#login_form div{
    margin-top:10px;
}
.glyphicon{
    font-size: 2em;
}
#titre{
    font-weight: bolder;
    font-size:2em;
    text-align: center;
    text-shadow: 1px 1px 2px #828282;
}
#pass_oublie, #annuler{
    text-align: right;
    padding-top: 20px;
}
a{
    color: black;
    text-decoration: underline;
}
a:hover{
    cursor: pointer;
}
#rememberme{
    padding-left: 30px;
}
section{
    display:none;
}