/* Style des Effets du Carousel */

#carousel {
  width: 400px;
  position: relative;
}

#carousel #wrapper {
  width: 400px; /* #carousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 172px;
  margin: 0;
  position: absolute;
  top: 0;
}

#carousel #wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

#carousel ul li {
  display:block;
  float:left;
  padding: 0;
  height: 172px;
  width: 400px;
}

#carousel ul li a img {
  display:block;
}

#carousel .arrow {
	display: block;
  cursor: pointer;
  padding-top: 6px;
}

#carousel .navigation { /* Spécifique à Wordpress */
	position : absolute;
	top: 162px;
	width: 380px;
	
}

/*
#carousel .forward {
  background-position: 0 0;
  right: 0;
}

#carousel .back {
  background-position: 0 -72px;
  left: 0;
}

#carousel .forward:hover {
  background-position: 0 -36px;
}

#carousel .back:hover {
  background-position: 0 -108px;
}*/



-->
</style>
