/* 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 */

#EnteteLogo {
	padding: 0;
}
#PageEntete, #PageCorps {
	width: 600px;
}
#IntContenu {
	padding: 30px 0 0 0;
}
.Texte, .TexteSpecial, .TextePetit,
H1, H2, H3, H4,
.CelluleTitre, .CelluleSousTitre, .CelluleTexte1 ,.CelluleTexte2 {
	color: #000000;
}
.Tableau, .CelluleTitre, .CelluleSousTitre, .CelluleTexte1 ,.CelluleTexte2 {
	border-color: #dbdddf;
}
.TitreCouleur, A.Lien {
	color: #dbdddf;
}


BODY {
	color: #000000;
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible {
	display: none;
	width: 0px;
	height: 0px;
}
