/* 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: 300px;
	color: #000000;
	background-color: #FFFFFF;
}

.CellContenuInt {
	width: 535px;
	color: #000000;
	background-color: #FFFFFF;
	border:0;
}

.CellTitreInt {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}

/*Styles des titres de pages differents */
H1.Normal, H1.Environnement, H1.Gouvernance, 
H1.Education, H1.Formation, H1.Finances,
H1.Reformes, H1.Institutions, H1.Developpement {
	font:					22px Georgia, Times New Roman, serif;
	margin:					20px 0 30px 0;
}
H1.Normal {
	color:					#C3A23C;
}
H1.Environnement {
	color:					#81b23c;
}
H1.Gouvernance {
	color:					#73730d;
}
H1.Education {
	color:					#ed1458;
}
H1.Formation {
	color:					#cf13a7;
}
H1.Finances {
	color:					#95d7f0;
}
H1.Reformes {
	color:					#69a9c1;
}
H1.Institutions {
	color:					#158ebb;
}
H1.Developpement {
	color:					#0f7f6c;
}

.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;
}
.LargeurImpression {
	width: 535px;
}