/* CSS Document */
body {
	margin: 0px;
	background-color: #ffffff;
}
body, p, td, input, textarea {
	color: #444444;
	font-family: Tahoma;
	font-size: 13px;
}
.copyright{
	color: #999999;
	font-family: Tahoma;
	font-size: 9px;
}
a:link, a:visited {
	color:#647cb9;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
a:active {
	color:#FF9900;
	text-decoration:none;
}
.tableau{
	border:1px dashed black;
}
.rouge{
	color : #990000;
}