/* Feuille de style pour les impressions */

* {
	margin:0;
	padding:0;
}
html {	
	font-size:100%;
	height:100%;
}
body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#373737;
	width:595px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear:both;
}
.header {
	background-color:#004d3e;
	height:74px;
	padding-top:26px;
	padding-left:10px;
}
.bloc-rounded {
	width:566px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.bloc-rounded .bloc-rounded-top {
	background:url(../images/print/bg-top-content.gif) left top no-repeat;
	width:566px;
	height:6px;
	overflow:hidden;
}
.bloc-rounded .bloc-rounded-content {
	border-left:#d0d0d0 1px solid;
	border-right:#d0d0d0 1px solid;
	width:534px;
	padding:15px;
	overflow:hidden;
}
.bloc-rounded .bloc-rounded-bottom {
	background:url(../images/print/bg-bottom-content.gif) left top no-repeat;
	width:566px;
	height:6px;
	overflow:hidden;
}

.bloc-rounded-content h1 {
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:20px;
}
.bloc-rounded-content .visuel-left-magasin {
    float:left;
}
.bloc-rounded-content .detail-right-magasin {
    float:left;
    padding-left:10px;
    width:175px;
    padding-right:5px;
}
.bloc-rounded-content .detail-right-magasin h2 {
    font-size:18px;
    padding-top:5px;
    padding-bottom:20px;
}
.bloc-rounded-content .detail-right-magasin p {
	line-height:18px;
}
.bloc-rounded-content .visuel-right-magasin {
    float:left;
	width:163px;
}
.bloc-rounded-content .visuel-right-magasin p {
	line-height:18px;
}
.bloc-rounded-content .visuel-right-magasin p strong {
	color:#9192ce;
}

.bloc-rounded-content .visuel-left-produit {
    float:left;
}
.bloc-rounded-content .detail-right-produit {
    float:left;
    padding-left:30px;
    width:220px;
}
.bloc-rounded-content .detail-right-produit h2 {
    font-size:18px;
    color:#004d3e;
    float:left;
    padding-top:5px;
	text-transform:uppercase;
}
.bloc-rounded-content .detail-right-produit p.prix {
    font-size:24px;
    color:#004d3e;
    float:left;
    font-weight:bold;
    padding-left:5px;
}
