/*------------------------------------------------------------------------------------//
// Feuille de styles pout impression -------------------------------------------------//
//------------------------------------------------------------------------------------//
// Client : -
// Note   : 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
// Date   : 9 novembre 2007
//------------------------------------------------------------------------------------*/

.CellContenuAcc, .CellContenuInt {
	width: 					600px;
	color: 					#000000;
	background-color: 		#FFFFFF;
}
body {
	background-image: 		none;
	background-color: 		#FFFFFF;
}
#centre {
	border:					0;
}

div.interieur #colGauche {
	width:					375px;
}
div.interieur #colDroite {
	float:					left;
	margin-left:			30px;
}
.Invisible, #entete, #menu, #piedpage {
	display: 				none;
	width: 					0px;
	height: 				0px;
}