a:link
{
	color: rgb(51,102,51);
}
a:visited
{
	color: rgb(102,0,0);
}
a:active
{
	color: rgb(153,102,0);
}
body
{
	font-family: Arial, Helvetica;
	background-image: url(images/fond.jpg);
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	color: rgb(0,0,0);
	background-color: rgb(204,204,204);
}
h1
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
	color: rgb(0,0,0);
}
h2
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
	color: rgb(0,0,0);
}
h3
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 14pt;
	color: rgb(0,0,0);
}
h4
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	color: rgb(0,0,0);
}
h5
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	color: rgb(0,0,0);
}
h6
{
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	color: rgb(0,0,0);
}
BUTTON 
{
	border-style: solid;
	border-width: 1pt;
	font-size: 8pt;
	font-family: Arial;
	font-style: normal; 
	background-color: rgb(0,0,0);	
	border-color: rgb(102,153,102);
	color: white;
}
LABEL
{
	font-size: 8pt;
	font-family: Arial;
	font-style: normal; 
	color: rgb(0,0,0);
}
TEXTAREA
{
	border-style: solid;
	border-width: 1pt;
	font-size: 8pt;
	font-family: Arial;
	font-style: normal; 
	border-color: rgb(51,102,51);
	color: black;
}
FIELDSET
{
	border-style: solid;
	border-width: 1pt;
	font-size: 8pt;
	font-family: Arial;
	font-style: normal; 
	border-color: rgb(51,102,51);
	color: black;
}
LEGEND
{
	font-size: 8pt;
	font-family: Arial;
	font-style: normal; 
	color: rgb(0,0,0);
}
SELECT
{
	border-style: solid;
	border-width: 1pt;
	font-size: 8pt;
	font-family: Arial;
	font-style: normal; 
	border-color: rgb(51,102,51);
	color: black;
}
TABLE
{
	font-family: Arial;
	font-style: normal; 
	table-border-color-light: rgb(102,153,102);
	table-border-color-dark: rgb(51,102,51);
	border-color: rgb(51,102,51);
	color: rgb(0,0,0);
}
CAPTION 
{
	font-size: 14pt;
	font-family: Arial;
	font-style: normal; 
	color: rgb(0,0,0);
}
TH
{
	font-family: Arial;
	font-style: normal; 
	font-size: 9pt;
	color: rgb(0,0,0);
	border-color: rgb(51,102,51);
}
TD
{
	font-family: Arial;
	font-style: normal; 
	font-size: 9pt;
	color: rgb(0,0,0);
	border-color: rgb(51,102,51);
}
HR
{
	color: rgb(0,0,0);
}
MARQUEE
{
	font-size: 14pt;
	font-family: Arial;
}