@charset "iso-8859-1";
/* CSS Document */
/* Easy Slider */

#slider ul.slide {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:744px;
	overflow:hidden;
}
span#prevBtn{}
span#nextBtn{}	

ul#pag {
	position:relative;
	left:-100px;
	top:-33px;
	margin:0;
	padding:0;
	float:left;
}

ul#pag li {
	list-style:none;
	float:left;
	margin-right:5px;
	text-align:center;
}

ul#pag li a{
	display:block;
	background-image:url(../images/fonds/pagination.gif);
	padding-top:3px;
	width:20px;
	height:17px;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	
}

/* // Easy Slider */

/* Livre d'or */

div#livreOr ul{
	margin:20px 5px 0 0;
	padding:0;
	width:300px;
	height:60px;
	text-align:center;
	list-style:none;
	/*color:#aa5901;*/
	color:#000000;
	font-size:11px;
	float:right;
}

/* // Livre d'or */
