body {
	font-family: "Arial";
	color: #339900;
	font-weight: bold;
	background-color: #FFFFCC;
}
h2 {
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #339900;
}

p {
	color: #66CC66;
	font-weight: bold;
}

h1 {
	text-transform: uppercase;
	color: #339900;
	font-size: 40px;

}
h3 {
	font-size: 32px;
	color: #339900;
	font-style: normal;
	font-weight: bold;

}

h4 {
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #339900;
}


a  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66CC66;
	text-decoration: none;
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66CC66;
	text-decoration: none;
}


a.lien  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}


a.lien:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.lien:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}