/* 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 */
.CellSuccAcc, .CellTitreAcc, .CellTitre, .CellColDroite {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
	border:0;
	padding:0;
}

.CellContenuInt, .CellColDroite {
	width: 600px;
	color: #000000;
	padding:0;
	background-color: #FFFFFF;
}

.Texte, H1, H2 {
	color: #000000;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible, .CellColGauche {
	display: none;
	width: 0px;
	height: 0px;
	border:0;
}

.CellTitreAcc img, .CellTitre img {
	display:none;
}

.CellTitreAcc span {
	display:block;
}

#LogoPrint {
	display:block;
	margin-bottom:25px;
}

UL LI {
	list-style:square inside;
}