/* =SLIDER ================================================================== */
#jSlider {
	width: 490px;
	height: 450px;
	margin: 0;
	position: relative;
}
#jSlider_Nav {
	position: absolute;
	bottom: 25px; /*10px;*/
/*	right: 10px;*/
	left: 190px;
	height: 20px;
	width: 150px;
	overflow: hidden;
}
#jSlider_Prev, #jSlider_Next {
	float: left;
	width: 0;
	height: 0;
	padding: 100px 70px 0 0;
	overflow: hidden;
	outline: none;
}
#jSlider_Prev {
/*	margin-right: 10px;*/
	background: url('//dimelo.s3.amazonaws.com/custom-v2/nrjmobile/img/picto/precedent.gif') top left no-repeat;
	position: absolute;
	top: 200px;
	left: -85px;
	opacity: 0.3;
}
#jSlider_Next {
	background: url('//dimelo.s3.amazonaws.com/custom-v2/nrjmobile/img/picto/suivant.gif') top left no-repeat;
	position: absolute;
	top: 200px;
	left: 495px;
}
#jSlider_Main {
	position: relative; /* nécessaire pour ie6 */
	float: left;
	overflow: hidden;
	width: 490px;
	height: 450px;
}
#jSlider ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 9999px;
}
#jSlider ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 490px;
	height: 450px;
	overflow: hidden;
}
#jSlider ul li .imgRight {
	float: right;
	top: 0;
	margin: 0;
	padding: 0 0 0 20px;
}
#jSlider ul li .imgInText {
	float: none;
	margin: 20px 0 20px 50px;
	padding: 0;
}
#jSlider h3 {
	clear: left;
}
.acces-rapide {
	text-align: center;
	font-size: 13px;
	padding-bottom: 20px;
}
.rembobiner {
	font-size: 18px;
	text-align: center;
	padding-top: 50px;
}
.rembobiner a {
	text-decoration: none;
}
.headtitle {
	padding: 10px 0 !important;
}