body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #3C6B9B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #3C6B9B;
	scrollbar-shadow-color: #3C6B9B;
	scrollbar-highlight-color: #3C6B9B;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#titre {
	font-weight: bold;
	border: 1px #3C6B9B solid;
	background-color: #eeeeee;
	padding: 5px;
	width: 100%;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 95%;
	}
html>body #titre {
	width: 95%;
	/* ie5win fudge ends */
	}

.small {font-size: 10px; color: #ffffff;}

/* LIENS STANDARDS */
a		{text-decoration: underline; color: #3366CC;}
a:hover	{text-decoration: none;}

/* LIENS MENUS TOP*/
a.menutop		{text-decoration: underline; color: #3366CC; font-weight:bold;}
a.menutop:hover	{text-decoration: none; font-weight:bold;}

/* LIENS MENUS */
a.menu		{text-decoration: underline; color: #ffffff;}
a.menu:hover	{text-decoration: none;}

.bold {font-weight:bold;}
	
#content {
	padding: 5px;
	width: 100%;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 98%;
	}
html>body #content {
	width: 98%;
	/* ie5win fudge ends */
	}
.red {
	color: #CC0000;
}
.blue {
	color: #0033CC;
}
.green {
	color: #339966;
}
legend {
	font-weight: bold;
}

