body
{
background: url("../images/fond_auth.png") center fixed no-repeat;
background-size: cover;
}
h1
{
text-align: center;
color: red;
}
#alignement
{
display:block;
width:30%;
float:left;
}
p
{
color: black;
}

#formulaire
{
text-align: center;
margin-left: 37%;
margin-top: 10%;
width: 25%;
border: solid red;
border-radius: 20px;
background-color: white;
opacity: 0.6;
}
#bouton
{
margin-top: 3%;
margin-bottom: 3%;
}
