<style type="text/css">
{}
body	{
	padding: 0;
	
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;

	background-color: #F4EECF;

	background-image: url("fond.gif");
/*	background-repeat: no-repeat;
	background-position: center; */
	background-attachment: fixed;
}
table tr td	{
	font-size: 10pt;
}

#menu	{
	position: absolute;
	background-color: #ffffff;
	padding: 4px;
	left: 8px;
	top: 8px;
	height: auto;
	width: 150px;
	border: 1px solid #a0a080;

	font-size: smaller;
}

#divStayTopLeft	{		/* Même que #menu, pour IE */
	position: absolute;
	background-color: #ffffff;
	padding: 4px;
	height: auto;
	width: 150px;
	border: 1px solid #a0a080;

	font-size: smaller;
}

.title	{
	position: relative;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #a0a080;
	margin: 5px;
	margin-left: 170px;
	padding: 4px;
}

.main	{
	position: relative;
	background-color: #ffffff;
	margin: 5px;
	margin-top: 10px;
	margin-left: 170px;
	padding: 7px;
	border: 1px solid #a0a080;
}
.log	{
	font-size: small;
	font-family: monospace;
	white-space: nowrap;
}

h1	{
	font-size: 16pt;
	text-align: center;
}
h2	{
	font-size: 13pt;
}
h3 {
	font-size: 11pt;
	display: run-in;
}

ul	{
	margin-top: 2em;
}
li	{
	margin-top: .5em;
	margin-left: -1em;
}
dt	{
	margin-top: .5em;
}
dd	{
	margin-left: 6em;
}


a:link		{
	color: #000099;
	text-decoration:none;
}
a:visited	{
	color: #660066;
	text-decoration:none;
}
a:active	{
	color: #990000;
	text-decoration:none;
}
a:hover	{
	color: #0000cc;
	text-decoration: underline overline;
}

body>#menu	{
	position: fixed;
}

body>#contact	{
	position: fixed;
}
</style>