body{
    font-family: Arial, sans-serif;
}

h1,h2,h3,h4{
    font-family: "Bookman Old Style", serif;
}

form{
    width: 700px;
    margin: 2em auto;
    padding: 1em;
}

fieldset legend{
    font-weight: bold;
    font-size: 30px;
}

span.required{
    color: red;
}

fieldset#boutons{
    text-align: center;
}

h1{
    text-align: center;
}

body{
    background-image: url("../photos/6734021.jpg");
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: 240px;
}

input, select, textarea{
    background-color: tan;

}

button[type=submit], button[type=reset] {
    border: 4px outset tan;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.2em;
    margin: 0 0.5em;
    cursor: pointer;
    width: 10em;

}

button[type=submit]:hover, button[type=reset]:hover {
    filter: brightness(120%);
}

section#pre{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    background-color: tan;
    border-radius: 30px;
}

#secondtitre{
    font-size: 2em;
}
