/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  position: relative;
  margin-left:22px;
  margin-top:15px;
}

#horizontal_carousel .container {
  float: left;
  width: 300px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}                      

#horizontal_carousel ul li {
  width: 300px;
  text-align: justify; 
  list-style:none;   
  float:left;
}

#horizontal_carousel ul li .title {
  font-size:120%;
  font-weight:bold;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(images/gauche.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(images/gauche_hover.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(images/gauche_fin.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  background: url(images/droite.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(images/droite_hover.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(images/droite_fin.png);
  cursor: default;
}

/************************************ HABILLAGE ************************************/
/* 1ère ligne : en-tête (titre) */
.carousel-haut 
{
	background-image: url(images/carousel-haut.gif);
	background-repeat:  no-repeat;
	background-position: top right;
	width:391px;
	height: 30px;
	text-align:center;
	font-weight:bold;
	color:#4c4c4c;
}	

/* 2ème ligne : contenu */
.carousel-milieu 
{
	background-image: url(images/carousel-milieu.gif);
	background-repeat:  repeat-y;
	background-position: top right;
	width:391px;
	text-align:center;
	padding:0px 10px;
}

/* 3ème ligne : pied */
.carousel-bas 
{
	background-image: url(images/carousel-bas.gif);
	background-repeat:  no-repeat;
	background-position: bottom right;
	width:391px;
	height: 16px;
}	