/* 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;
}
.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}
.CellBienvenue {
	width: 650px;
	color: #000000;
	background-color: #FFFFFF;
}
.CellFonctionnalites {
	width: 275px;
	color: #000000;
	background-color: #FFFFFF;
}
.CalendrierBordure, .CellAccTexte, .CellActualite {
	width: 270px;
	color: #000000;
	background-color: #FFFFFF;
}
.CellTitreBienvenue, .CellDegrade {
	padding: 3px;
}

