			

/* Easy Slider */

	#slider {
		float: left;
		margin-top: -22px;
		background:url("../../../img/fond-body.png") repeat scroll 0 top transparent;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:564px;
		height:150px;
		overflow:hidden; 
		
	}
		
	ol#controls{
		margin-top:5px;
		padding-left: 395px;
		height:20px;
		float: left;
	}

	ol#controls li{
		margin:0; 
		padding:0;
		float:left;
	}
	ol#controls li a{
		padding-top: 2px;
		text-align: center;
		float: left;
		height:21px;
		width: 21px;
		margin-left: 3px;
		color:#eeebe2;
		font-size: 10px;
		text-decoration:none;
		background-image: url(../../../img/boutons-menu.png);
		background-repeat:no-repeat;
		background-position:left -370px;
	}
	
	ol#controls li.current a{
		background-position:left -430px;
	}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	ol#controls li a:hover{
		background-position:left -430px;
	}
	
/* // Easy Slider */
