<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Html
{
    height: 100%;
}

body 	
{
    	height: 100%;
    	margin: 0;
    	padding: 0;
	background-color:#C1B19A;
	font-family: Verdana;
}

table		{
		margin: auto;
		border-collapse: collapse;
		font-family: Verdana;
		font-size: 12px;
		}

tr		{
		margin: 0px;
		border-collapse: collapse;
		}

td		{
		margin: 0px;
		border-collapse: collapse;
		}

#page-table 	{
    	height: 100%;
   	width: 100%;
    	border-collapse: collapse;
   	text-align: center;
	}

#page-td 	{
    		height: 100%;
    		padding: 0;
    		vertical-align: middle;
		}

div#global	{
    		text-align: center;
		}

div	{
		font-size: 12px;
	}

#boxe_defil { position:relative; width:1000px; height:15px; overflow:hidden; }
#defile { position:absolute; margin-top:1px; background-color:transparent; }






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