body
{
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	background-color: white;
	color: black;
	margin-top: 0;
	margin-left: 10;
	margin-bottom: 0;
	margin-right: 10;
}
h1
{
	font-size: 16pt;
	font-weight: bold;
}
h2
{
	font-size: 12pt;
	font-weight: bold;
	color: #008442;
}
a
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
}
a:visited
{
	color: green;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
a:active
{
	color: red;
}
td
{
	font-size: 10pt;
	color: black;
}   
img.link
{
	border: 0;
}
.titre
{
	font-weight: bold;
	font-size: 16pt;
	color: #008442;
}
.libelle
{
	font-size: 10pt;
	color: #008442;
	font-weight: bold;
}
.portlet
{
	font-size: 10pt;
	color: white;
	font-weight: bold;
}
.figure
{
	font-style: italic;
	text-decoration: underline;
}