/* 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 {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}
.CellBoxGauche, CellBoxDroit {
	display: none;
	width: 0px;
	height: 0px;
}
.CellSousTitreInt {
	padding:0px;
	margin:0px;
}
.CellContenuInt {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}
.CellColonneContenuCourt, .CellBoxContenuCourt {
	vertical-align:			top;
	width:					300px;
	padding:				0px;
}
.CellColonneContenuLong, .CellBoxContenuLong {
	vertical-align:			top;
	width:					600px;
	padding:				0px;
}

.CellTitreInt {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}

body {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

