@charset "utf-8";
/* ---------------- ZONE CONTENU SCROLLABLE PAGE PRODUIT --------------- */ 
#encFilmMain {
	width:100%; /* Max widht of the container */
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	text-align: justify;
	position:relative;
}
#encFilm {
	height:398px;  /* Max height of the container */
	width:96%;
	float:left;
}
#encFilmInner {
	position:relative;
	height:398px; /* Inner films height. It will be -10 from Max height */
	width:100%; /* this will be -20px from full width of #encFilmMain*/
	overflow:hidden;
}
#scroll {
	position:relative;
	height:380px;
	width:3%;
	overflow:visible;
	float:right;
}
#encScrollBarTop {
	text-align:center;
	color:#fff;
}
#encScrollBarBottom {
	text-align:center;
	color:#fff;
	position:absolute;
	bottom:0;
}
#encScrollBarTop a, #encScrollBarBottom a {
	line-height:20px;
	padding:2px;
	display:block;
	text-decoration:none;
}
#encNav {
	position:relative;
	top:0px;
	padding:2px;
}
