/* 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 */
.LogoPrint {
	display:block;
}

.bodyPrint {
	width: 600px;
}
.BgCont, .CellContenuAcc, .CellContHome, .TableContBody, CellContenuInt {
	width: 600px;
	color: #000000;
	padding:0;
	background-color: #FFFFFF;
	text-align:left;
}
H1, H2, H3, H4 {
	color: #000000;
}
.Texte, .TextePale, .TexteOrange, .TextePetit {
	color: #000000;
}
.CelluleTitre, .CelluleSousTitre, .CelluleTexte1, .CelluleTexte2 {
	color: #000000;
}

.TableSectionHeader {
	height: auto;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
	color: black;
}

.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}

/* sIFR Print Style */
.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;
}