<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Resets defualt browser settings
	reset.css
*/


#container {
	width:240px;	
	text-align:center;
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:0;
	/* background-color:#000000;*/
}



#example {
	width:560px;
	height:100%;
	position:relative;
	}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:-10px;
	left:0px;
	z-index:100;
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	margin-top:0px;
	width:240px;	
	text-align:center;
	height:100%; /* hauteur du visuel*/
	overflow:hidden;
	position:relative;
	display:none;
border:#CCCCCC 5px solid;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:240px;	
	text-align:center;
	height:100%;
	display:block;
		
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:196px;
	left:5px;
	width:40px;
	height:30px;
	display:block;
	z-index:101;
	
}

#slides .next {
	left:517px;
}

/*
	Pagination
*/

.pagination {
	/*background-color:#ff0000;*/
	width:560px;
	position:relative;
	left:0px;
}

.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:120px;
	height:0;
	float:left;
	overflow:hidden;
}

.deco{

width:124px;
height:100px;
position:absolute;
top:452px;
left:10px;
border:#000000 0px solid;
background-image:url(images/fleche.png);
z-index:200;
}








</pre></body></html>