    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
		font-family:sans-serif !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	body { 
	  width: auto!important; 
	  margin: auto!important; 
	  font-family: serif; 
	  font-size: 13pt; 
	  background-color: #fff!important; 
	  color: #000!important; 
	} 
	p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol { 
	  color: #000!important; 
	  margin: auto!important; 
	} 
	.print { 
	  display: block; /* affichage des �l�ments de classe print */ 
	} 
	p, blockquote { 
	  orphans: 3; /* pas de ligne seule en bas */ 
	  widows: 3; /* pas de ligne seule en haut */ 
	} 
	blockquote, ul, ol { 
	  page-break-inside: avoid; /* pas de coupure dans ces �lements */ 
	} 
	h1 { 
	  page-break-before: always; /* chaque titre commence sur une nouvelle page */ 
	} 
	h1, h2, h3, caption { 
	  page-break-after: avoid; /* pas de saut apr�s ces �l�ments */ 
	} 
	a { 
	  color: #000!important; 
	  text-decoration: underline!important; 
	} 
	a[href]:after { 
	  content: " (" attr(href) ")"; /* affichage des URL des liens */ 
	}
	#header,
	#headerInner,
	#leftbar,
	#rightbar,
	#footer,
	.widget widgetCatalogSearch widgetRechercher,
	.widget widgetProduct widgetNouveaute,
	.breadcrumb,
	.box_fiche,
	.panier,
	#formproductversion,
	#titre_fiche_produit,
	.LinkIn productLightbox,
	hr,
	#produits_associes,
	.pagerProduct,
	.productLightbox a, #formcart + p, #steps, #stepsMobile, #cart_footer
	{display:none  !important;} 

	.product_detail .picture_product .productPictures img{
		display:block;
		margin:5px auto;
		max-height:250;
		max-width:300px;
		padding:0 0 0 15px;
		float:left;
		}
	.titre_description,
	.titre_prix
	{color:#db382d;
	padding-top:5px;}
	.widgetRechercher, .reseauxsociaux, .widgetPanier, .widgetLogin, #menu, #banner, footer, #overDiv, .ariane, #accountActions {
		display:none !important;
	}
	
	.logo a {
		font-size:0 !important;
	}
	
	table tr td, table tr th {
		padding:7px 10px !important;
		text-align:left !important;
		border:1px solid rgba(0,0,0,0.3) !important;
		border-collapse:collapse !important;
	}
	
	header {
		text-align:center !important;
	}
	
	.logo p {
		font-family: "Dancing Script", cursive !important;
		font-size:1.6rem !important;
	}
	
	#accountOrderDetail h2 {
		padding:7px 0 !important;
	}
	
	.amount {
		font-weight:600 !important;
	}
	
	.address {
		float:left;
		width:50%;
		margin:20px 0 0 0;
	}
	
	#payment_infos {
		margin:20px 0;
	}
	
	#cart_detail {
		clear:both;
		margin:20px 0;
		padding:20px 0;
	}
	
	#cart_detail .amount {
		font-weight:400 !important;
	}
	
	#cart_detail .amount .txtcenter.red {
		font-weight:600 !important;
	}
