/*
  But :     style de la page
  Auteur : Adrien + Risse
  Date :   17.05.2021 / V1.0
*/
body {
  background-color: grey;
}

#container {
  background-color: white;
  width: 90%;
  padding: 1em;
  border: 1px solid black;
  margin: auto;
  font-family: Verdana, Arial, serif;
}


.user-form .field {
  padding: 0.5em;
  background: #eeeeee;

}
.user-form .boutton {
text-align: center;
}

#valider {
  background-color: gray;
  color: #eeeeee;
}

