#formulaire
{
  background-color:#494A4B;
  border-radius:5px;
  margin-left:auto;
  margin-right:auto;
  width:600px;
  height:640px;
}
#formulaire #title
{
  color:#CACDCF;
  text-align: center;
  font-size:2.9em;
  margin-bottom:5px;
}
#formulaire .ensemble
{
  margin-bottom:2px;
}
#formulaire .ensemble p
{
  color:#CACDCF;
  font-size:1.4em;
  font-family:cursive;
  text-align:center;
  margin-bottom:2px;
}
#formulaire .ensemble input
{
  border:none;
  border:2px #DDDAE1 solid;
  background-color:#E7E7E7;
  font-size:1.4em;
  color:#494A4B;
  font-family: cursive;
  margin-left:100px;
  width:400px;
  border-radius:5px;
}
#formulaire .ensemble input:focus
{
  background-color:#494A4B;
  color:#E7E7E7;
}
