/* 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 */

.CellContenuAcc, .CellContenuInt, .CellTitreInt, .CellSousTitreInt {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
	padding:0;
}

.CellSousTitreInt {
	padding-bottom:15px;
}
.CellNavigFiche {
	height:auto;
}

.CellNotePDF, .CellMenu {
	width: 0px;
	height: 0px;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible, .CellNotePDF p, .CellNotePDF span, .MenuColDroite, .MenuColGauche, .CellNouvInt {
	display: none;
	width: 0px;
	height: 0px;
}

