/*	Carousel homepage	*/

#carousel_index #carousel{
	list-style:none;
	padding-top:0px;
	margin:10px 10px 0px 10px;
	background-color:#C5D881;
}

#carousel_index #carousel li{
	float:left;
	margin-right:12px;
}

#carousel_index .jcarousel-container {
    position: relative;
	width:914px;
	padding:0px 35px 0px 35px;
	/* margin-left:10px; */
	background-color:#C5D881;
}

#carousel_index .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
	overflow: hidden;
    position: relative;
	width: 914px;
    height: 169px;
}

#carousel_index .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#carousel_index .jcarousel-list li,
#carousel_index .jcarousel-item {
    float: left;
    list-style: none;
    width: 140px;
    height: 155px;
	height: 158px;
	
}

#carousel_index .jcarousel-next {
    position: absolute;
    top: 60px;
    right: 10px;
    width: 21px;
    height: 70px;
	z-index:10;
    cursor: pointer;
    background: transparent url("../_img/fleched.png") no-repeat 0 0;
}
#carousel_index .jcarousel-next:hover{
	background: transparent url("../_img/fleched_hover.png") no-repeat 0 0;
}
#carousel_index .jcarousel-prev {
    position: absolute;
    top: 60px;
    left:15px;
    width: 21px;
    height: 70px;
	z-index:10;
    cursor: pointer;
    background: transparent url("../_img/flecheg.png") no-repeat 0 0;
}
#carousel_index .jcarousel-prev:hover{
	background: transparent url("../_img/flecheg_hover.png") no-repeat 0 0;
}



/*	Carousel bas général	*/

#carousel{
	list-style:none;
	padding-top:0px;
	margin:10px 10px 0px 10px;
	background-color:#C5D881;
}

#carousel li{
	float:left;
	margin-right:12px;
}

.jcarousel-container {
    position: relative;
	width:609px;
	padding:0px 45px 0px 35px;
	/* margin-left:10px; */
	background-color:#C5D881;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
	overflow: hidden;
    position: relative;
	width: 609px;
    height: 169px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 140px;
    height: 155px;
	height: 158px;
	
}

.jcarousel-next {
    position: absolute;
    top: 60px;
    right: 15px;
    width: 21px;
    height: 70px;
	z-index:10;
    cursor: pointer;
    background: transparent url("../_img/fleched.png") no-repeat 0 0;
}
.jcarousel-next:hover{
	background: transparent url("../_img/fleched_hover.png") no-repeat 0 0;
}
.jcarousel-prev {
    position: absolute;
    top: 60px;
    left:15px;
    width: 21px;
    height: 70px;
	z-index:10;
    cursor: pointer;
    background: transparent url("../_img/flecheg.png") no-repeat 0 0;
}
.jcarousel-prev:hover{
	background: transparent url("../_img/flecheg_hover.png") no-repeat 0 0;
}
