@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !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;
	}
}

* {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

/* Process */

#cart_payment_confirmation h3 {
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}

#steps {
	display: none;
}

table thead th {
	border: 1px solid #000;
	border-spacing: 0;
	margin: 0;
	border-collapse: collapse;
	text-transform: uppercase;
}

table tr td {
	border: 1px solid #000;
	border-spacing: 0;
	margin: 0;
	border-collapse: collapse;
}

.thanks-links-container {
	display: none;
}


/* Produit */
.results-container,
#visuels_additionnels,
#product .short-description,
.tabs-navigation,
#formproductversion,
.special-price,
.besoin-daide,
.product-notice,
.specialRate {
	display: none;
}

#product #productPicture img {
	max-width: 40%;
}

.product-prop > span {
	display: block;
	margin-bottom: 10px;
}

.product-prop > span .label {
	font-weight: bold;
}

#product .old_price {
	text-decoration: line-through;
}

#product .total-price {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}