body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f3f3;
}
.tableauBlanc {
	background-color: #FFFFFF;
	border: 2px solid #C40000;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #C40000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #C40000;
	text-decoration: none;
	font-weight: bold;
}
.Cadre {
	background-color: #f9f9f9;
	border: 1px solid #C40000;
}
.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C40000;
}
.PoliceAdresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C40000;
	background-color: #f9f9f9;
	border: 2px dashed #C40000;
}
.TexteAlignLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}