body {
  background-color: #073c4a;
  font-family: "GillSansMT";
  height: 100%;
}

@font-face { font-family: GillSansMT; font-weight: bold; src: url('GILLSANSMTSTD-MEDIUM.otf');}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*margin: -50px 0 0 -50px;  width: 824px;*/
}

.center2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}

@media screen and (max-width: 800px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

.bouton{
	border:1px #e1a656 solid;
	color:#e1a656;
	margin:20px 0;
	padding:10px;
	text-align: center;
	width:180px;
}

.bouton:hover{
	background:#00252D;
}

a {
  text-decoration: none;
}
