@charset "iso-8859-1";
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:10px;
	width:95%;
	text-align:left;
}
pre{
	overflow:visible;
}
td {vertical-align:top;}
table caption{text-align:left; font-weight:bold; font-size:16px;}
.product_detail #carte_grise{width:234px; float:right;}
.product_detail #carte_grise_detail{
	background:#EEF2F1;
	border-left:1px solid #3F3F3F;
	border-right:1px solid #3F3F3F;
	padding:3px 15px;
	}
	.product_detail	.vignette img{
	max-width:380px;
		float:left;
		margin-bottom:0 20px 20px 0;

}
table.detail td{border:solid 1px;}


/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align:bottom;
}

/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	margin:0;
	padding:0;
vertical-align:bottom;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}
