/* CSS Document */
/* Easy Slider */



	.slider ul, .slider li,
	#slider2 ul, #slider2 li, .slider_bis ul, .slider_bis li,
	#slider_bis2 ul, #slider_bis2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider{margin-top:10px;}
	#slider2{margin-top:1px;}
	#slider_bis2{margin-top:1px;}
	.slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1000px;
		height:300px;
		overflow:hidden; 
		}
	.slider_bis li, #slider_bis2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:200px;
		height:67px;
		text-align:center;
		overflow:hidden; 
		/*border:1px solid #ff0000;*/
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:700px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls, ol#controls_bis{
		margin:auto;
		padding:0px;
		padding-top:10px;
		padding-bottom:15px;
		/*padding-left:10px;*/
		height:20px;	
		/*border-top:0px solid #919BA7;*/
		display : table;
		margin : 0px auto;
		
		}
	ol#controls li, ol#controls_bis li{
		margin:0 3px 0 0; 
		padding:0;
		list-style:none;
		height:20px;
		width:20px;
		line-height:20px;
		float: left;	
		}
	ol#controls li a, ol#controls_bis li a{
		width: 12px;
		height: 12px;
		margin: 0px 4px;
		display:block;
		text-indent: -9999px;   
		color:transparent;
		background: url(../images/puce_slider_OFF.png) no-repeat center;
		}
	ol#controls li.current a, ol#controls_bis li.current a{
		
		
		background:url(../images/puce_slider_ON.png) no-repeat center;

		}
	ol#controls li a:focus, ol#controls_bis li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */