
/* Easy Slider */

#slider{
	/*background:url(../images/slider/bg-slider.gif) no-repeat;	*/
	position:relative;
	width:880px;
	margin:15px auto 30px auto;
	z-index:100;
	}

	#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:880px;
		height:165px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:33px;
		height:91px;
		position:absolute;
		left:4px;
		top:98px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:955px;
		}	
	a#prevBtn { background:url(../images/charte/template-bleu/previous.jpg) no-repeat 0 0; }
	a#nextBtn { background:url(../images/charte/template-bleu/next.jpg) no-repeat 0 0; }
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:33px;
		height:91px;
		background:url(../images/slider/previous.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/slider/next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:0;
		padding:0;
		height:45px;
		width:935px;
		background:url(../images/charte/template-bleu/bg-slider.jpg) left top no-repeat;
		display:block;
		position:absolute;
		z-index:1000;
		padding: 15px 0 0 55px;
		top:270px;
		left:0;
		}
	ol#controls li {
		margin:0 7px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:23px;
		line-height:23px;
		}
	ol#controls li a{
		float:left;
		height:23px;
		width:23px;
		line-height:23px;
		background: url(../images/charte/template-bleu/num-Off.jpg);
		color:#303434;
		display:block;
		text-decoration:none;
		font-size:0.9em;
		text-align:center
		}
	ol#controls li.current a {
		background: url(../images/slider/num-On.jpg);
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
