/* Pour l'impression: certaines classes sont ici redéfinies ou ajoutées 
afin de rendre des portions du site invisibles ou adaptées à l'impression */
.CellCoordonneesAcc {
	color: 				#000000;
	background-color: 	#FFFFFF;
	padding:			0px;
	width: 				130px;
}
BODY {
	background-image: none;
	background-color: #FFFFFF;
}
.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}
.CellContenu
 {
	padding:			0px;
	width: 				600px;
	background-color: 	#FFFFFF;
}