/*Feuille de style servant à l'affichage de la fiche produit lors d'une impression*/

a { 
  text-decoration:underline; 
  color:black; 
}

body {
	background:white;
}

#achatChapitre {
	margin-left:none;
}

#background-gauche, #background-droit, #background-centre {
	background:none;
}

body, #corps, #colonne-centre, #corps-fiche, #description-chapitre{
	width:auto;
	float:none;
}

#image-produit {
	float:left;
	margin-right:10px;
}

#achatAutreSupport, #colonne-droite, #entete a, #imagePanier, #liens-produit, #menu-general, #menu-haut, #pied, #pub-entete, .addthis_button, .flipbook-text {
	display:none;
}

#print-header {
	display:inline;
}
