/*
	Slideshow
*/

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

#slide {
height : 340px;
}

.slides_container {
	width:950px;
	overflow:hidden;
	position:relative;
	display:none;
	z-index : 1;
}

#ombreSlide{
		position : absolute;
		top : 0px;
		left : center;
	    border-radius: 50px / 50px;  
        box-shadow: 0 0 20px #555;  
		width : 950px;
		height : 300px;		
		z-index : 0;
} 

/*
	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:950px;
	height:340px;
	display:block;
}

.slides_container a img {
	display:block;	
	cursor : default;
}


/*
	Pagination
*/

ul.pagination {
	position : absolute;
	top  : 305px;
	left : 20px;
	z-index : 10;
	padding : 0;
}

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

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(https://31f6f6.claudeassets.com/20260208200255im_/http://moteurpantone.net/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
/*
     FILE ARCHIVED ON 16:54:36 Nov 12, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:37:24 Jul 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.616
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.045
  esindex: 0.01
  cdx.remote: 65.267
  LoadShardBlock: 5480.866 (3)
  PetaboxLoader3.resolve: 652.289 (2)
  PetaboxLoader3.datanode: 372.086 (5)
  load_resource: 635.741
  loaddict: 172.14
*/