/*********** GLOBAL   ****************/
.boutique_objproduitliste {
	width:auto;
	border-spacing:10px;
	border-collapse:separate;	
}

.boutique_objproduitliste_cellule {
	width:33%;
	text-align: center;
	border:1px solid #afafaf;
}

/*********** BLOC IMAGE   ****************/
.boutique_objproduitliste .bloc_image{
	height:110px;
	margin:5px 0px 0px 0px;
}


/*********** BLOC PRIX ****************/
.bloc_prix {
	margin:0px 7px 0px 7px;
	width:auto;
	overflow: hidden;
	text-align: center;
	border-bottom:1px dotted #afafaf; 
}

.bloc_prix .boutique_objproduit_prixremise{
	width:auto;
	background-color:transparent;
	height:auto;
	vertical-align:middle;
	float: none;
	
}

.bloc_prix .boutique_objproduit_prixremise_prixttc{
	float: none;
	display: inline;
	text-align:center;
	vertical-align:middle;
	text-decoration:line-through;
	font-weight:bold;
	color:#e570e5;
	font-size: 12px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bloc_prix .boutique_objproduit_prixremise_remise{
	float: none;
	background-color:#e570e5;
	color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-size: 10px;
	display: inline;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
}

.bloc_prix .boutique_objproduit_prixremise_prixttcremise{
	float: none;
	display: inline;
	font-weight:bold;
	color:#e570e5;
	text-align:center;
	vertical-align:middle;
	font-size: 15px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
}

.bloc_prix .boutique_objproduit_prixnormal {
	background-color:transparent;
	font-weight:bold;
	font-size:18px;
	color:#e570e5;
	text-align:center;
	vertical-align:middle;
	height:15px;	
}

/*********** BLOC INFO   ****************/
.boutique_objproduitliste .bloc_informations{
	margin:5px 7px 5px 7px;
	height:42px;
	overflow: hidden;
	color:#e570e5;
}

.boutique_objproduitliste .bloc_informations STRONG{
	color:#e570e5;
	font-weight: bold;
}

.boutique_objproduitliste .bloc_informations EM{
	color : #545454;
	font-weight: bold;
}


/*********** BLOC BOUTONS  ****************/
.boutique_objproduitliste .bloc_bouton{
	height:56px;
	width: auto;
	overflow: auto;
}

.boutique_objproduitliste .bloc_bouton IMG{
	margin:2px 0px 0px 2px;
	float:left;
	border:none;
}

.boutique_objproduitliste .voir{
	float:left;
}
.boutique_objproduitliste .cde{
	float:right;
	margin:0px 5px 0px 0px;
}
