body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #FF0000;
}
body {
	background-color: #FFF3D9;
	margin: 0px;
}
.grand-titre {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC0000;
}
.grand-nr {
	font-family:"Times New Roman", Times, serif;
	font-size: 44px;
	color: #FF6600;
	font-style: italic;
}
.soustitre {
	font-size: 18px;
	color: #CC0066;
	font-style: italic;	
}
a {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF33CC;
	text-decoration: underline;
	font-weight: bold;
}

li {
	list-style-position: outside;
	color: #FF6600;
}
hr{
	width: 90%;
	height: 1px;	
	color: #9900FF;
}

