#carrousel {
	position: relative;
	
	height: 311px;
	
	background-image: url(fond-carrousel.gif);
	background-repeat: repeat-x;
}

#Bouton-Suivant {
	position: absolute;
	bottom: 0;
	right: 0;
	
	width: 59px;
	height: 109px;
	
	background-image: url(bouton-suivant.gif);
	background-position: 0;

	display: none;
}

#Bouton-Precedent {
	position: absolute;
	bottom: 0;
	left: 0;
	
	width: 38px;
	height: 109px;
	
	background-image: url(bouton-precedent.gif);

	display: none;
}


#CarousselFilm-Cadre {
	position: absolute;
	bottom: 0;
	right: 55px;
	
	width: 845px;
	height: 311px;

	
	overflow: hidden;
	
	z-index: 1;
}

#Film-Description {
	color: #fff;
	font-size: 14px;

	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#Film-Titre {
	color: #eb9f01;
	font-size: 20px;
}

#Film-Lien {
	color: #6d8fa4;
	font-size: 14px;
	text-decoration: none;
}

#Film-Lien:hover {
	text-decoration: underline;
}

#Film-Details {
	position: absolute;
	left: 279px;
	/*top: 43px;*/
	top: 25px;
	
	width: 600px;
	
	z-index: 2;
}

.photo-film {
	position: absolute;
	bottom: 0;

	display: none;

	cursor: pointer;
	
}

