/*
	Auberge des Michels
	Définition des feuilles de style pour affichage papier
	Auteur : Cécile Roussel - Alliances Consultant

*/

@page { size: landscape; }
@page { margin: 1cm; }

body {
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

#bandeau, #photo, #pied, #copyright { display: none; }

#pied-print {
	display: block;
	text-align: center;
	margin-top: 60px;
}

#copyright-print {
	display: block;
	text-align: center;
	margin-top: 20px;
}
