/* 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 */
BODY {
	background-image: 	none;
	background-color: 	#FFFFFF;
}
.BgColGauche {
	color: 				#000000;
	background-color: 	#FFFFFF;
	padding:			0px;
}
.CellQuoiNeuf
 {
	padding:			0px;
	width: 				450px;
	background-color: 	#FFFFFF;
}
.TxtBox {
	 border:			1px solid #999999;
}
.Invisible {
	display: 			none;
	width: 				0px;
	height: 			0px;
}
.CellContenuInt
 {
	padding:			0px;
	width: 				650px;
	background-color: 	#FFFFFF;
}