
/* -- Carrousel -- */

#Carrousel {
	z-index: 90;
	width: 920px;
	height: 480px;
	overflow: hidden;
	position: relative;
	margin-bottom:15px;
	margin-top:30px;

}

.carrouselSlide {
	width: 920px;
	height: 4800px;
	float: left;
}

.slideVisuel {

}
.texteSlideDroite{
margin-left:220px;
padding-top:15px;
}
.texteSlideDroite {

}
#centre .filmstrip{
list-style-type:none;
text-align:center;
}
#centre .filmstrip li{
	display:inline-block;
	margin:0 5px;
}
#centre .filmstrip img{
	border:none;
}

#centre .filmstrip ul li{
}

#centre .filmstrip .active img{
border:4px solid #013A57;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.panel-overlay {
	position:absolute;
	top:400px;
	padding:0 10px 10px 10px;
	background: url(../images/fd-panel-overlay.png) repeat-x;
	width:100%;
}