
body
{
  background-color: silver;
  color: white;
  // background-image: url("images/IMG_5587.jpg");
  background-attachment: fixed;
}

.bouton1
{
    width: 300px;
	font-weight: bold;
	color: green;
}

.bouton2
{
    width: 300px;
	color: black;
}

.confirmer
{
  color: black;
  background-color: gray;
  font-size: 1em;
  font-family: "Comic Sans MS", "Arial";
  font-style: normal;
  font-weight: none;
  text-align: center;
  text-decoration: none;
  border: 3px blue solid;
  border-radius: 10px;
  apacity: 0.3;
}

