#btq_fiche_produit_conteneur {
	width: 100%;
	position: relative;
	float: left;
}
#btq_fiche_produit_nom {
	width: 510px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#btq_fiche_produit_zoom {
	width: 100%;
	position: relative;
	float: left;
}
#btq_fiche_produit_retour {
	width: 100px;
	position: relative;
	float: right;
	text-align: right;
}
#btq_fiche_produit_navigation {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
}
#btq_fiche_produit_pre {
	width: 45%;
	position: relative;
	float: left;
	text-align: right;
	border-right: 1px dotted #736357;
	padding-right: 15px;
}
#btq_fiche_produit_suivant {
	width: 45%;
	position: relative;
	float: right;
	text-align: left;
	border-left: 1px dotted #736357;
	padding-left: 15px;
}

