/* 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 */

.LargeurPrint {
	width:600px;
	margin:	0;
	padding:0;
}
.CellContenuAcc {
	width: 300px;
	color: #000000;
	background-color: #FFFFFF;
}

.CellContenuInt {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}

.CellTitreInt {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible, .ColonneDroite, .Footer {
	display: none;
	width: 0px;
	height: 0px;
}
.TableauBlocInfo {
	margin-left: 50px;
	/*width: 500px;
	float:none;*/
}
.ContenuAN, .ContenuEL, .ContenuJV, .ContenuIN, .ContenuMO, .ContenuAC {
	padding:0;
}
.CellLogo img {
	margin:0 0 45px 0;
}