* {
	font-family: Garamond, "Times New Roman", Times, serif;
}

.Conteneur {
	position: relative;
	margin: 0;
	padding: 0;
}
.Haut {
	position: relative;
	left: 0;
	top: 0;
}
.Bas {
	position: relative;
	left: 0;
	bottom: 0;
	text-align: center;
}

@media screen {
	.afficher1 { display: none; }
	.afficher2 { display: block; }
}

@media print {
	body { background-color: #fff; }
	.afficher1 { display: block; }
	.afficher2 { display: none; }
}
