/* CSS Document */
<!--
BODY {

	background-color: #FFFFCC;
}



.titre {
	color: #0099FF;
	font-weight: bold;
	font-size: 16px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
	font-size:14px;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color: #0099FF;
	font-size:14px;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #0099FF;
	font-size:14px;
	font-weight:bold;
}
.commentaires {
	color: #0099FF;
	font-style: italic;
}

table {
border: #0099FF;
background-color:#FFFF99;
border-style:groove;

}




-->

