#header, #menu, .pied, button, .menu2, .no-print {
	display: none;
}

.no-print {
	visibility: collapse;
}

#header .title {
	text-align: left;
	font-size: 24pt;
}

body {
	font: 0.7em verdana, arial, sans-serif;
	margin: 0;
	text-align: center;
}

th {
	font-weight:bold;
}

a:link, a:visited {
	text-decoration: none;
	color: black;
}

input, select {
	border: solid 1px black;
}

.tableau, .fiche, .criteres {
	border: solid 1px  black;
	border-collapse:collapse;
}

.tableau td, .tableau th {
	border: solid 1px  black;
	padding-left: 2px;
}

.fiche th {
	padding-right: 4px;
	text-align: right;
}

.fiche td {
	padding-left: 4px;
	text-align: left;
}
