<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DIAPORAMA ------------------ */
#divFla
{
	position:absolute;
	display:inline;
	top:0px;
	left:0px;
	margin:0;
	clear:both;
	vertical-align:top;
	width: 100%;
	height: 100%;
	z-index:301;
	font-size: 10px;
	overflow:hidden;
}
#divFond
{
	width: 100%;
	height: 100%;
	position:absolute;
	display:inline;
	top:0px;
	left:0px;
	margin:0;
	z-index:300;
	font-size: 10px;
	background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
	overflow:hidden;
}
</pre></body></html>