/* CSS Document */
BODY 
{
	scrollbar-face-color: #cc9966;
	scrollbar-shadow-color: #cc9966;
	scrollbar-highlight-color: #cc9966;
	scrollbar-3dlight-color: #cc9966;
	scrollbar-darkshadow-color: #cc9966;
	scrollbar-track-color: #ffffcc;
	scrollbar-arrow-color: #990000;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px;
	color:#990000;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;

}


a {
	color: #AA6633;
	text-decoration:none;
}

a:hover {
	color:#990000;

}

.sujet a {
	color:#AA6633;
	text-decoration:underline;
}