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

#diapo {
	height: 435px;
	width: auto;
}

#diapo01 {
	background-color: #CECBCF;
	height: 435px;
	width: auto;
	background-image: url(diapo01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#diapo02 {
	background-color: #CCCCCC;
	height: 435px;
	width: auto;
	background-image: url(diapo02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#diapo03 {
	background-color: #CCCCCC;
	height: 435px;
	width: auto;
	background-image: url(diapo03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#diapo04 {
	background-color: #CCCCCC;
	height: 435px;
	width: auto;
	background-image: url(diapo04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#fleche {
	height: 70px;
	z-index: 900;
	margin: 0px;
	top: 280px;
	position: absolute;
	left: 0px;
	width: 100%;

}
#fleche_g {
	height: 70px;
	background-image: url(images_diapo/fg.jpg);
	background-repeat: no-repeat;
	width: 50px;
	float: left;
	margin-left: 20px;
}
#fleche_d {
	background-image: url(images_diapo/fd.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 70px;
	width: 50px;
	float: right;
	margin-right: 20px;
	
}
#cpt_diapo {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	width: 30px;
	float: right;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 10px;
}
</pre></body></html>