/* 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: 600px;
	color: #000000;
	background-color: #FFFFFF;
}


.CellInfoLogo-FR {
	background:				url(../images/Bg_IntEnteteG_FR.jpg) no-repeat;
	width:					288px;
	height:					0px;
	vertical-align:			top;
}

.CellInfoLogo-FR img {
	margin:					0 0 50px 5px;
}

.CellIntLogo-FR {
	background:				url(../images/Bg_IntEnteteG_FR.jpg) no-repeat;
	width:					288px;
	height:					0px;
	vertical-align:			top;
}

.CellIntLogo-FR img {
	margin:					0 0 0 20px;
}

.CellAccLogo-FR {
	background:				url(../images/Bg_IntEnteteG_FR.jpg) no-repeat;
	width:					288px;
	height:					0px;
	vertical-align:			top;
}

.CellAccLogo-FR img {
	margin:					0 0 0 20px;
}

.CellContenuInfo {
	margin: 0 0 0 0;
}

.CellTitreInt {
	width: 600px;
	color: #000000;
	background-color: #FFFFFF;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}
