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

body {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}

a, a:visited {color: #A80709; text-decoration: none;}
a:hover, a:active {color: #d11f22; text-decoration: none;}

#page {
	position: absolute;
	margin-left: 50%;
	left: -400px;
	top: 0px;
	/*background-image: url('/images/fond-site.jpg');
	background-position: top center;
	background-repeat: no-repeat;*/
	background-color: #fff;
	width: 800px;
	/*height: 900px;*/
}

p {
	margin-top: 10px;
}

p#infos {
	font-size: 11px;
}
</pre></body></html>