<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pos{
	z-index:-1;

}


.diaporama, .diaporama_a {
	position:relative;

}

.diaporama li, .diaporama_a li{
	list-style-type:none;
	overflow:hidden;
	position:absolute

}

.diaporama_controls{
	width:1100px;
	margin-top: 350px;

	
}

.diaporama_controls .btns{
	float:right;

}

.diaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:inline-block;
	margin:0 3px;

}

.diaporama_controls .prev{
	background:url(img/fleches_diapo.png) no-repeat top right;

}

.diaporama_controls .next{
	background:url(img/fleches_diapo.png) no-repeat top left;
}

.diaporama_controls .pause{
	background:url(img/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
	background:url(img/fleches_diapo.png) no-repeat bottom left;
}

.diaporama_a {
	margin-top: 0px;
	

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