<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Slideshow
*/

#slides {
	z-index:100;
	width: 510px;
	height: auto;
	margin: auto;
	margin-top: 35px;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 506px;
	height: auto;
	overflow:hidden;
	position:relative;
	display:none;
}

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

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:relative;
	top: -225px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left: 520px;
    top: -267px;
}

/*
	Pagination
*/

.pagination {
	margin: -75px auto 0;
	width:550px;
}

.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(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/* VIDEO */
body{
	width: 676px;
	margin: auto;
	background-color: #000;
	padding-top: 50px;
}
.lecteurVideo{
	width: 710px;
	padding: 25px;
	background-color: #fff;
	margin: auto;
}
.lecteurVideo div img{
	padding-right: 20px;
}
.commandes{
	text-align: center;
    width: 767px;
	margin-bottom: -35px;
}</pre></body></html>