/* 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: 500px;
	color: #000000;
	background-color: #FFFFFF;
}

.CellTitreInt {
	width: 500px;
	color: #000000;
	background-color: #FFFFFF;
}

BODY {
	background-image: none;
	background-color: #FFFFFF;
}

.Invisible, .CelluleContenuGauche {
	display: none;
	width: 0px;
	height: 0px;
}
.CelluleContenu, .CelluleContenuProduits {
	width: 100%;
	padding:0;
}
.BorderFilAriane {
	border:0;
}
.TableauNouvelles {
	width:534px;
}
.ContourTexture {
	border-width: 1px;
}
.Largeur {
	width: 100%;
}
