/* CSS Document */
html {
	height:100%;
	width:100%;
}
body {
	padding:0px;
	border:0px;
	height:100%;
	width:100%;
	margin:0px;
	font-family:Arial;
	font-size:11px;
	color:#000000;
	background:url(images/fill.jpg) repeat-x top #ffde22;
}
span.message {
	color:#FF0000;
	font-family:Arial;
	font-size:11px;
}
span.text {
	color:#000000;
	font-family:Arial;
	font-size:11px;
}
span.text_fr {
	color:#990000;
	font-family:Arial;
	font-size:11px;
}
a:link, a:visited {
	color:#000099;
	text-decoration:none;	
	font-size:11px;
}
a:hover {
	color:#000099;
	text-decoration:underline;	
	font-size:11px;
}