﻿.cache{
	position:absolute;
	top:0px;
	left:77%;
	width:32px;
	margin-left: -16px; /* moitié de la largeur */
	height:194px;
}

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		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:567px;
		height:193px;
		overflow:hidden; 
		}	

	#slider_Lien{}	
	#slider_Lien ul, #slider_Lien li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider_Lien li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:218px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		visibility:hidden;
		/*display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;*/
		}	
/*	#nextBtn{ 
		left:567;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	*/											


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


	#slider_Agenda{
		width:540px;
		height:200px;
	}	
	#slider_Agenda ul, #slider_Agenda li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider_Agenda li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:540px;
		height:154px;
		overflow:hidden; 
	}	

	/* numeric controls */	

	ol#controls{
		margin:2px 0px 10px 0;
		padding:0;
		height:18px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0px 4px 0px 4px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */
