@charset "UTF-8";
/* CSS Document */

.image_carousel {
	padding: 0;
	position: relative;
}

.image_carousel a {
	display: block;
	float: left;
}

a.prev, a.next {
	background: url(../images/menu/fleche.png) no-repeat transparent;
	width: 40px;
	height: 100px;
	display: block;
	position: absolute;
	top:0px;
}

a.prev {			
	left:0;
	background-position: 0 -100px;
}

a.prev:hover {		
	background-position: 0 0;
}

a.next {
	right:0;
	background-position: -40px -100px;
}

a.next:hover {
	background-position: -40px 0;
}

a.prev span, a.next span {
	display: none;
}

.clearfix {
	float: none;
	clear: both;
}
