/* 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: 350px !important;
	color: #000000;
	background-color: #FFFFFF;

}
.ContainerContenu {
	width:300px !important;
	overflow: hidden;
	height:auto;
	padding-right: 50px;
}
.ContainerContenu table {
	width:auto !important;
}

.CellTitreInt {
	width: 300px !important;
	color: #000000;
	background-color: #FFFFFF;
}
.FilAriane {
	width: 350px !important;
}
#ContainerContenuD, #ContenuD, .CellContenuDroite {
	width:150px;
	height: auto;
	overflow: visible;
}
.ScrollUpD, .ScrollDownD  {
	display: none;
}
.ColonneNouvelles {
	padding: 7px 0 0 7px;
}
.ColonneEvenements {
	padding-top: 7px
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}
.ContainerContenu .TableauRechercheProf {
	width: 600px !important;
}

.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}
.LargeurImpression {
	width:	600px;
}
.ContainerContenu-RechercheImpression {
	width: 600px !important;
}