/* horizontal carousel 2 */

#horizontal_carousel2 {
  float: left;
  width: 658px;
  height: 150px;
  margin-bottom: 0px;
  position: relative;
}

#horizontal_carousel2 .container {
  float: left;
  width: 600px;
  height: 150px;
  position: relative;    
  overflow: hidden;
}

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

#horizontal_carousel2 ul li {
  /*width: 99px;*/
  height: 150px;
  padding: 0 1px 0 1px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel2 .previous_button {
  float:left;  
  width: 29px;
  height: 150px;
  background: url("../img/small_prev.gif");
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .previous_button_over {
  background: url("../img/small_prev_over.gif");
}

#horizontal_carousel2 .previous_button_disabled {
  background: url("../img/small_prev_disabled.gif");
  cursor: default;
}

#horizontal_carousel2 .next_button {
  float:left;  
  width: 29px;
  height: 150px;
  background: url("../img/small_next.gif");
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel2 .next_button_over {
  background: url("../img/small_next_over.gif");
}

#horizontal_carousel2 .next_button_disabled {
  background: url("../img/small_next_disabled.gif");
  cursor: default;
}

#visu_event{
	float:left;
	width:300px;
}

#event{
	float:right;
	width:330px;
	padding-left:20px;
	text-align:left;
}

.titre_evenement{
	font-size:18px;
	font-weight:bold;
}