body {
  background-color: #000066;
}

#splash {
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 670px;
  height: 500px;
  background-image: url('splash3.png');
  background-repeat: no-repeat;
  background-position:  center 50%;
}

.bouton {
  color: #000066;
  font-size: x-large;
  font-family: arial, helvetica;
  text-align: center;
  width: 180px;
  background-image: url('bouton3ie.png');
  background-repeat: no-repeat;
  background-position:  center 50%;
  line-height: 80px;
  padding-right: 14px;
  padding-bottom: 6px;
  cursor: pointer;
}

.bouton:hover {
  color: #006699;
}

#left {
  position: absolute;
  top: 460px;
  left: 100px;
}

#right {
  position: absolute;
  top: 460px;
  right: 80px;
}

a:link,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}

