html {
	height:auto; /* fix height to 100% for IE */
	min-height:100%; /* fix height for other browsers */
	overflow-y: scroll;
}
BODY {
	height:auto; /* fix height to 100% for IE */
	min-height:100%; /* fix height for other browsers */
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#808080;
}
ul {
	 list-style-image:url(images/bullet.gif);
}
a:hover {
	text-decoration:underline;
}
a {
	color:#8cbf2c;
	text-decoration:none;
}
.noindent {
	margin-left:1.3em;
	padding:0;
}

.aut {
	color:#FFFFFF;
}
.subheader {
	font-size:14px;
	font-weight:bold;
	color:#8cbf2c;
}
.hauteave {
	font-weight:bold;
	font-style:italic;
	color:#e53561;
}
.footer {
	font-size:11px;
}
.pagetitle {
	font-size:18px;
	font-weight:bold;
	color:#e53561;
}