
/*ajouts aux CSS de base*/
@page {
	size: letter portrait;
	margin: 1cm;
}
body {
	background: none;
}
button, .ui-button, .fonction, #dialog-photo, .ctrl, .noprint, div#menu, #message {
	display: none !important;
}
.hiddenprint{
	display: none !important;
}
div#centre {
	padding: 0px !important;
}
div#menu {
	position: absolute;
	background: linear-gradient(to bottom, #dddddd, #bbbbbb);
	box-shadow: none;
	border: 1px solid #888;
}
div#logo-titre {
	color: black;
}
table.tableau {
	box-shadow: none;
}
table.tableau th {
	color: black;
	background: linear-gradient(to bottom, #dddddd, #bbbbbb);
}
table.tableaufiche th {
	color: black;
	background: #eeeeee;
}
