* {
  margin: 0;
  padding:0;
}

body {
}

#contenu {
  width: 690px;
  height: 550px;
  padding: 16px 0 0 16px;
  background-color: #ecebd7;
}

#cadre {
  width: 670px;
  height: 470px;
  background-image: url( '../img/cadre.png' );
  background-repeat: no-repeat;
}

#photo {
  margin: 27px 0 0 27px;
}

#keys {
  clear: both;
  width: 600px;
  height: auto;
  margin: 22px 0 0 27px;
  color: #858585;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 76%;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
}

span.key {
  cursor: pointer;
}
