/******************************** CSS pour impression ************************/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid #000000;
	padding: 10px;
	font-size: 0.6em;
}

/******************************** Suppression de l'entête et du menu *********/

.navbar, .menu-zone, .footer, .bug-link {
	display: none;
}

.main {
	background-color: white;
	color: black;
}

/******************************** Couleur des tableaux ***********************/


th, .tableau thead td {
	color: black;
	background-color: white;
	font-size: 0.8em;
}

