body {
  text-align: center;
}

div.main {
  margin: auto;
  font-size: 150%;
  width: 800px;
}

div.bravo {
  font-size: 48pt;
  font-family: 'Permanent Marker', cursive;
  margin-top : 75px;
  margin-bottom : 50px;
}

table.choose {
  display: inline-block;
}

table.choose td {
  padding: 5px 10px 5px 10px;
}

button.off {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}


button.off:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


button.on {
  background: #d97634;
  background-image: -webkit-linear-gradient(top, #d97634, #b8572b);
  background-image: -moz-linear-gradient(top, #d97634, #b8572b);
  background-image: -ms-linear-gradient(top, #d97634, #b8572b);
  background-image: -o-linear-gradient(top, #d97634, #b8572b);
  background-image: linear-gradient(to bottom, #d97634, #b8572b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.bouton {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding:12px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.bouton:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.bouton:active {
	position:relative;
	top:1px;
}
