#detail_fichart {
	float: right;
	width: 670px;
	height: auto;
	border: 1pt solid #D3D3D3;
	-moz-border-radius: 6px 6px 6px 6px; 
	-webkit-border-radius: 6px 6px 6px 6px;  
	border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px 6px 6px 6px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 6px 6px 6px 6px;
	padding: 10px 10px 10px 50px;
	margin-top: 5px;
	margin-bottom: 20px;
	background: #FFFFFF;
}
#detail_photo {
	float: left;
	width: 160px;
	height: 160px;
}
#detail_libelle {
	float: left;
	width: 370px;
	padding-left: 15px;
	font: bold 20px "Trebuchet MS";
	color: #6C8297;
	padding-right: 10px;
}
#detail_designation {
	font: 15px "Trebuchet MS";
	color: #333333;
	float: left;
	height: auto;
	width: 370px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
}
#detail_bouton {
	float: right;
	width: 110px;
	padding: 5px 0px;
	text-align: center;
	margin: 0px;
	border: 1pt solid #CCCCCC;
}
 #detail_marqueur {
	width: 66px;
	height: 23px;
	position: relative;
	bottom: 20px;
	left: 0px;
}
#detail_ref {
	float: right;
	width: 110px;
	border-bottom: 1pt solid #D3D3D3;
	font: bold 12px "Trebuchet MS";
	color: #6C8297;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
#detail_pdf {
	float: right;
	width: 110px;
	border-bottom: 1pt solid #D3D3D3;
	font: bold 12px "Trebuchet MS";
	color: #6C8297;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

