/*Nicolas Romary*/
h3{
    text-align: center
}
body{
    background-color: beige
}
fieldset{
    width: 75%;
    background-color: bisque;
    margin:auto;
    margin-top: 50px;
}
label{
    clear: left;
    float: left;
    width: 15px;
    text-align: right;
    margin-right: 5px;
}
input {
    float: left;
    background-color:antiquewhite;
}
button {
    float: left;
    clear: both;
    margin-top: 1em;
    margin-left: 50px;
    background-color:beige;
    color: black;
}