@charset "utf-8";
.jlabel {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.jtitle {
	font-size: 16px;
	color:#242D24;
	text-decoration: none;
	font-weight: bolder;
	font-variant: small-caps;
}
.blanc {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

.jerror {
	font-size: 14px;
	color:#F30;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a {
	font-size: 13px;
	font-weight: bold;
	color: #004600;
	text-decoration: none;
	font-variant: small-caps;
	font-family: Tahoma, Geneva, sans-serif;
}
th {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #9BC4FF;
}
.titre {
	font-size: 36px;
	font-weight: 900;
	color: #063;
	text-align: center;
}

