/* 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 */

.Titre H1, .Titre H2 {
	display:block;
	color: #000000;
	font:bold 18px/20px Verdana, Arial, Helvetica, Sans-serif;
}
.Titre H2 {
	padding:0;
	font-size:14px;
	text-transform:none;
	margin:4px 0 8px 0;
}

.CellContenuAcc {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}

.CellContenuInt {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}
