body{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: black;
}


a:link{color: #AC5F00;	text-decoration: underline;}
a:active{color: #287C4C;	text-decoration: underline;}
a:hover{
	color: #ff8000;
	text-decoration: underline;
}
