<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:960px;  
}
#carousel {
  height:430px;
  width:960px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
  background:url('../images/bg_carousel.jpg') no-repeat;
}

#carousel  h1{font-size:30px;text-transform:uppercase;color:#4BA4D0;}
.carousel-image {
  border:0;
  display:block;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  top:-70px;
  width:100%;
  text-align:center;
}
.carousel-feature .carousel-caption p {
  margin:10px auto;
  padding:5px;
  font-weight:bold;
  font-size:10px;
  width:160px;
  padding:10px;
  line-height:13px;
  height:auto;
  background:url('../images/bg_info.png') top left no-repeat;
  color:white;
}

.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  bottom:10px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;
  width:20px;
  height:20px;
}
.tracker-individual-container .tracker-individual-blip {
  font-size:0px;
  margin:0 3px;
  padding:0 3px;
  color:red;
  background:url(../images/point_bleu.png) center center no-repeat;
  text-align:center;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background:url(../images/point_gris.png) center center no-repeat;
}
#carousel-left {
  position:absolute;
  bottom:33px;
  left:220px;
  cursor:pointer;
}
#carousel-right {
  position:absolute;
  bottom:33px;
  right:220px;
  cursor:pointer;
}</pre></body></html>