/* CSS Document */

.consoles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D6B82;
	font-weight: bold;
}
.noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2370A8;
	font-weight: bold;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.cadre {
	border: thin solid #3D6B82;
}
.cadrerouge {
	border: thin dashed #003C79;
}
