@charset "utf-8";

/* FEUILLE CSS POUR L'IMPRESSION */

/* Masquer ces éléments lors de l'impression */
#menu,
#entete,
#copyright,
#navdroite,
table.haut,
p.ariane
{
	display: none;
}

/* Structure */
html {
	background: #fff;
}
body {
	margin: 0;
	padding: 0;
	background: none;
}
/* Ajouter des bordures aux tableaux */
table.data {
	border: 1px solid #000000;
}


