body {
  background-color: black;
  color: white;
  padding: 10px 40px;
}

img {
  border:0;
}

table {
  background-color: #222222;
  border-spacing: 40px 20px;
}
td {
  text-align: center;
}

#main {
  height: 750px;
  background-color: #000000;
  position:relative;
}

#gauche {
  position:absolute;
  top:10px;
  left:0;
}

#droite {
  position:absolute;
  top:10px;
  right:0;
  width:162px;
  height:100%;
  background-color: #000000;
}

a {
  color: white;
}

.optim {
  display: none;
}

