/************ carrousel 1 ***********/

#carrousel-actus{
	background:#3D3D3D no-repeat;
	width:698px;
	height:209px;
	margin-bottom:30px;
	color:#ccc;
}
#carrousel-actus .next
{
	right:15px;
	top:90px;
}
#carrousel-actus .prev
{
	left:15px;
	top:90px;
}

#carrousel-actus .interieur-carrousel
{
	margin-left:70px;
	margin-top:17px;
	width: 560px;
	height:209px;
}

#carrousel-actus .item{
	width:560px;
}


/************ carrousel 2 ***********/

#carrousel-diaporama{
	background:#3D3D3D no-repeat;
	width:350px;
	height:190px;
	margin-bottom:30px;
}
#carrousel-diaporama .next
{
	right:15px;
	top:90px;
}
#carrousel-diaporama .prev
{
	left:15px;
	top:90px;
}

#carrousel-diaporama .interieur-carrousel
{
	margin-left:70px;
	margin-top:17px;
	width: 200px;
	height:150px;
}

#carrousel-diaporama .item{
	width:200px;
}



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

#carrousel-vignettes{
	background:#3D3D3D no-repeat;
	width:780px;
	height:190px;
	margin-bottom:30px;
}
#carrousel-vignettes .next
{
	right:15px;
	top:90px;
}
#carrousel-vignettes .prev
{
	left:15px;
	top:90px;
}

#carrousel-vignettes .interieur-carrousel
{
	margin-left:70px;
	margin-top:17px;
	width: 630px;
	height:150px;
}

#carrousel-vignettes .item{
	width:200px;
	margin-right:10px;
}
