#fond-wrapper {
  height: auto;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}

#fond-preview {
  float: left;
  border: 1px solid #c6c6c6;
  padding: 0;
}

#fond-preview img {
  margin: 0;
}

#fond-links {
  float: left;
  width: 150px;
  text-align: center;
  margin-left: 20px;
  margin-top: 120px;
  overflow: hidden;
 
}

/**
 * Bouton resolution (petit)
 */

div.fond-taille {
  height: 40px;
  width: 115px;
  margin: 10px !important;
}

div.fond-taille p {
  text-align: center !important;
  margin-top: 0 !important;
}

div.fond-taille a:link,
div.fond-taille a:visited,
div.fond-taille a:active {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 8pt;
  letter-spacing: 0.5px;
  display: block;
  padding: 10px 10px 15px 10px;
  background: url(../../images/design/icons_sprite.png) -2px -260px no-repeat;
}

div.fond-taille a:hover {
  background: url(../../images/design/icons_sprite.png) -120px -260px no-repeat;
}
