#centre .slideshow {
	float: left;
	background: transparent;
    margin: 0 10px;
    width: 512px;
    height:282px;
}
 
#centre .slideshow .slideConteneur
{
	overflow: auto;
	position: relative;
	width: 512px;
	height: 250px;
}

#centre .slideshow .slideConteneur .slide
{
	float: left;
	width: 512px;
	height: 250px;
}

#centre .slideshow .slideConteneur .slide .news-descriptif							
{ 
	background: url(/media/images/news/transpBlack.png); 
	padding: 10px;
	height: 37px; 
	margin-top: -60px; 
	position: relative; 
	z-index: 9999; 
	color: white; 
}

#centre .slideshow .navSlide
{
	width: 512px;
	height:32px;
	background: transparent;
}

#centre .slideshow .navSlide img
{
	width: 64px;
	height: 32px;
	margin-right: -4px;
	cursor: pointer;
}