<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color:#003366;
	font-size:12px;
}
img {
	border:none;
}
#general {
	width:700px;
	margin:0 auto 0 auto;
	background:url(decor_fond.gif) repeat-y;
}
#haut {
	background:url(decor_haut.gif) no-repeat;
	height:120px;
}
#menu {
	background:url(menu_decor_milieu.gif) repeat-y;
	width:160px;
	float:left;
}
#menu div.haut {
	background:url(menu_decor_haut.gif);
	height:20px;
}
#menu div.milieu {
	padding:0px 12px 0 14px;
	text-align:center;
}
#menu div.bas {
	background:url(menu_decor_bas.gif);
	height:130px;
}
#menu h1 {
	margin:5px 0 5px 0;
}
#droit {
	margin:0px 0px 0px 170px;
	width:500px;
}
#bas {
	background:url(decor_bas.gif) no-repeat;
	height:80px;
	clear:both;
}</pre></body></html>