
/************ carrousel 3 ***********/

#carrousel-vignettes{
	display:block;
	float: left;
	width:542px;
	height:150px;
	margin:20px 0 0 33px;
	background: url(../img/bg_carousel.png) top left no-repeat;
}
#carrousel-vignettes .next
{
	display:block;
	float:left;
	position: absolute;
	left:507px;
	top:56px;
}
#carrousel-vignettes .prev
{
	display:block;
	float:left;
	position: absolute;
	left:5px;
	top:56px;
	z-index:100;
}

#carrousel-vignettes .interieur-carrousel
{
	margin-left:23px;
	margin-top:12px;
	width: 500px;
	height:150px;
}

#carrousel-vignettes .item{
	width:92px;
	margin-right:9px;
}