
@media print {
 /*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
 /*Dans cet exemple, on cache les Notes de pied de page. */
#Imprimer {
	display:none;
	}
.Corpsh1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.Corpsh2S {
	text-decoration: underline;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.Corpsh3S {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}
.Corpsh5 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: medium solid #999999;
	height: auto;
	width: auto;
	text-indent: 5mm;
}
.Corpsh6 {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
body {
	text-align: left;
	margin: 10px;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
}
}

