@charset "UTF-8";
.nom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-style: normal;
	font-weight: bold;
}
.header {
	font-size: 36px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.date {
	font-weight: bold;
	color: #CC6600;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e66b1e;
	font-size: 12px;
	
}
a {
	color: #003366;
	text-decoration: underline;
}
.sep {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.cadre {
	border: 1px solid #FF6600;
}
