/* Conteneur du slider */
/* ------------------------------------------------------------------------------------------------ */
#conteneur_slider {	
	position:relative;
	overflow:auto;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:440px;
}


/* Slider */
/* ------------------------------------------------------------------------------------------------ */
#slider, #les_photos {
	position:relative;
	overflow:auto;
}
#les_photos {
	background:none;
}

#slider ul, 
#slider li,
#les_photos ul,
#les_photos li {
	margin:0;
	padding:0;
}

#slider li { 
	/* 
	Largeur = ___
	Hauteur = ___
	*/ 
	width:440px;
	height:270px;
	overflow:hidden; 
	list-style:none;
	background:none;
}

#les_photos li { 
	/* 
	Largeur = ___
	Hauteur = ___
	*/ 
	width:490px;
	height:500px;
	overflow:hidden; 
	list-style:none;
	background:none;
}
	
/* Bonton d'accés direct */
/* ------------------------------------------------------------------------------------------------ */
ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;	
}

ol#controls li {
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}

ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #a1a222;
	background:#cbc52f;
	color:#676606;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}

ol#controls li.current a {
	background:#007e94;
	color:#fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
