#carousel {
  position: relative;
  margin: 0 auto;
}

#carousel a.prev {
  position: absolute;
  top : 0;
  left :110px;
  background: url(/img/fleche_gauche.png) no-repeat;
  width: 28px;
  height: 42px;
}

#carousel a.next {
  position: absolute;
  top : 0;
  left :850px;
  background: url(/img/fleche_droite.png) no-repeat;
  width: 28px;
  height: 42px;
}

#carousel ul {
  padding:0;
  list-style:none;
  min-height: 42px;
  position: relative;
}

#carousel ul li {
  position:relative;
  margin:0;
  float: left;
  width: 700px;
  min-height: 42px;
}

#masque {
  overflow: hidden;
  width: 700px;
  min-height: 42px;
  position: relative;
  margin: 0 auto;
}

#carousel .item table {
  width: 700px;
  margin: 0 auto;

}

#carousel .item td {
  width: 20%;
  text-align: left;
  vertical-align: top;
}

#carousel .item td img {
  float: left;
}