/* 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 */

#LogoPrint {
	display:				block;
	margin-bottom:			25px;
}
.CellBodyInt {
	padding:	            0;
	border:					0;
}

/* Styles spéciaux pour page d'accueil ----------------------*/
#CellContenuAcc {
	padding:				0;
}
#CellContenuAcc .BoxAproposNouv {
	width:					194px;
	padding:                0 10px 15px 10px;
}
#CellContenuAcc .BoxNouveaute {
	width:					146px;
	padding:                0 0 15px 0;
}

/*- Conteneur global interieur ------------------------------*/
#CellContenuInt {
	padding:				0;
}

/*- Gabarit deux colonnes -----------------------------------*/
#CellContenuInt .ColonneDouble {
	height:					auto;
}
#CellContenuInt .ColonneSimple .ColonneGaucheInt {
	background:				none;
	width:					600px;
	padding:				0;
}
#CellContenuInt .ColonneGaucheInt {
	width:					410px;
	padding:				0;
}
#CellContenuInt .ColonneDroiteInt {
	width:					190px;
	padding:				0 0 0 15px;
}

/*- Gabarit produits ----------------------------------------*/
IMG.BarreSeparatriceFull {
	width:					600px;
}
#CellContenuInt H1.TitreProduit, #CellContenuInt  H1.TitreProduitCol {
	float:					none;
	width:					auto;
}
.TableauListe, .PrintProduit, .TableauListeIndex {
	width:					600px !important;
}
.TableauListeIndex UL {
	list-style:				disc outside !important;
	margin:					0 0 20px 18px;
}
.TableauListeIndex UL LI {
	background:				none !important;
}

/*- Styles généraux ----------------------------------------*/
BODY {
	background-image: 		none;
	background-color: 		#FFFFFF;
}

.Invisible, #ProduitGalerie, #NavigationProduit {
	display: 				none;
	width: 					0px;
	height: 				0px;
}
UL {
	list-style:				disc outside !important;
	margin:					0 0 0 18px;
}
UL LI {
	background:				none !important;
	padding:				0 0 3px 0 !important;
}

/*- Style sIFR --------------------------------------------*/
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: 				none !important;
	height: 				0;
	width: 					0;
	position: 				absolute;
	overflow: 				hidden;
}

span.sIFR-alternate {
	visibility: 			visible !important;
	display: 				block !important;
	position: 				static !important;
	left: 					auto !important;
	top: 					auto !important;
}