/* CSS Document */
body{
	background-color:#000000;
	margin:0px;
	padding:0px;
}
td.Pointilles, table.Pointilles, tr.Pointilles {
	border: 1px dashed #B00000;
}
td.PointillesNoir, table.PointillesNoir, tr.PointillesNoir {
	background-color:#B00000;
	border: 1px dashed #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#B00000;
}
a:active {
	text-decoration: none;
}

