* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-image:url('../images/fond.png');
    background-size: cover;
    background-attachment: fixed;
}

form#authen {
    position:absolute;
    top:50%;
    left:50%;
    width: 400px;
    margin:-100px auto 0 -200px;
    padding:30px 0;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border: 7px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5)  5px 5px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
    text-align:center;
    background:rgba(255, 255, 255, 0.7);
}

form#authen input {
    width: 300px;
    height: 40px;
    background-color: #ddd;
    text-align:left;
    border-radius: 5px;
    border: 1px #aaa solid;
    margin:5px auto;
    padding:0 2px;
}

form#authen input[type=button] {
    width: auto;
    height: 30px;
    cursor:pointer;
}

#div-rgpd {
    border:none;
    width:100%;
    position:fixed;
    left:0;
    bottom:0;
    z-index:100;
    background-color:#ccc;
}
#txt-rgpd {
    text-align:justify;
    font-size:.8em;
    font-family:sans;
    margin:10px 10px 0 10px;
    color:#000;
}
#btn-rgpd {
    margin:0 auto 10px auto;
    text-align:center;
    background-color:#555;
    line-height:25px;
    width:100px;
    border:none;
    color:#fff;
    cursor:pointer;
    font-size:.9em;
    font-family:sans;
    border-radius:3px;
}

form#authen p a {
    color:#a78574;
    text-decoration: none;
}

form#authen p a:hover {
    color:#452a1d;
}
