/* Degustation ***********************************************************/
.degustation {
  background: url(../../imagerie/degustation/bg_degustation.jpg) no-repeat;
}
.degustation h2 {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 201px;
  height: 37px;
  background: url(../../imagerie/degustation/titre.png) no-repeat;
  margin: 35px 0 20px 0;
}
.degustation h2.en {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 118px;
  height: 39px;
  background: url(../../imagerie/degustation/titre_en.png) no-repeat;
  margin: 35px 0 20px 0;
}
.degustation h2.jp {
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 252px;
  height: 37px;
  background: url(../../imagerie/degustation/titre_jp.png) no-repeat;
  margin: 35px 0 20px 0;
}
.degustation #visuelBox {
  width: 325px;
  height: 400px;
  float: left;
}
.degustation #contenu {
  float: left;
  width: 665px;
}
.degustation #visuelBox ul {
  margin: 48px 0 0 51px;
  position: relative;
  list-style-type: none;
}
.degustation #visuelBox ul li {
  position: absolute;
  top: 0px;
  left: 0px;
}
.degustation .overview a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.degustation .overview strong {
  color: #fff;
}

/* SCROLL BOX */
#scrollBox { width: 645px; margin: 0 0 10px; }
#scrollBox .viewport { width: 610px; height: 285px; overflow: hidden; position: relative; }
#scrollBox .overview { list-style: none; position: absolute; left: 0; top: 0; text-align: justify; }
#scrollBox .thumb .end,
#scrollBox .thumb { background: url(../../imagerie/mentions-legales/thumbScroll.png) no-repeat; height: 200px; }
#scrollBox .scrollbar { position: relative; float: right; width: 11px; }
#scrollBox .track { background: url(../../imagerie/mentions-legales/filet.png) no-repeat; height: 100%; width:11px; position: relative; }
#scrollBox .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollBox .disable{ display: none; }