/* 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;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}

.CellJourWeekEnd, .CellJourActif, .CellJour  {
	border:				1px solid #c9c9c9;
}

.Tableau {
	border-collapse:		collapse;
}
.BgHeaderPop {
	background:				url(../images/Bg_HeaderPop.gif) no-repeat;
	text-align:				right;
	vertical-align:			top;
	padding-top:			60px;
}