@charset "utf-8";
/* CSS Document */

/* easy slider */
#slider img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slider ul, #slider li {
	margin:0px;
	padding:0px;
	list-style:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#slider li {
	/* définit la taille du slider */ 
	width:650px;
	height:310px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	position:absolute;
	width:35px;
	height:310px;
	/* positionnement haut et cotés des boutons prév et suiv */
	top:0px;
}
#prevBtn {
	left:0px;
}
#nextBtn {
	left:615px;
}
#prevBtn a, #nextBtn a {
	display:block;
	/* taille des boutons prév et suiv */
	width:35px;
	height:310px;
}
#prevBtn a {
	background:url(../plugins/easySlider/images/fleche_ga.png) no-repeat 0 0;
}
#nextBtn a {
	background:url(../plugins/easySlider/images/fleche_dr.png) no-repeat 0 0;
}
.graphic, #prevBtn, #nextBtn {
	/* pour remplacer prév et suiv par les boutons */
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* FIN d'easy slider */
