body{
	background: #F9FDFF url(images/fond.jpg) repeat-x;
	margin: 0;
	color: #666666;
	font: smaller "Times New Roman", Times, serif;
}
b{
	color: #519C01;
	font: bold;
}
h1{
	left: 10px;
	float:left;
	margin: 0;
	color: #FFF;
	font: bold 28px Arial, Helvetica, sans-serif;
}
h2{
	margin: 0;
	color: #90BEDB;
	font: bolder 20px "MS Sans Serif", Geneva, sans-serif;
}
h2 a:link{
	color: #3399FF;
	text-decoration: none;
}
h2 a:visited{
	color: #3399FF;
	text-decoration: none;
}
h2 a:hover{
	color: #33CCFF;
	text-decoration: none;
}
h2 a:active{
	color: #003399;
	text-decoration: none;
}
a:link{
	color: #519C01;
	text-decoration: none;
}
a:visited{
	color: #519C01;
	text-decoration: none;
}
a:hover{
	color: #33CC00;
	text-decoration: none;
}
a:active{
	color: #336600;
	text-decoration: none;
}



