body {
  margin: 0;
  padding: 0;
  overflow: scroll;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #b8ddff;
  color: #2d4f91;
  font-weight: normal;
}
#conteneur {
  border-style: none;
  border-top: 1px none black;
  border-left: 1px none black;
  margin: 5px auto;
  padding: 5px;
  overflow-y: auto;
  background-color: transparent;
  font-family: "Courier New",Courier,monospace;
  width: 800px;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  color: white;
}
