div#item-cart-seat-detail {
  float: left;
  width: 90%;
}

div#delete_seat_buttons {
  float: right;
}

div.remove_seat_wrapper {
  margin-top: 50px;
}

div.delete_seat {
  background:url("../images/suppr.png") no-repeat transparent;
  height:30px;
  width:27px;
  cursor:pointer;
}

.select_place ul.liste li ul li {
	position: relative;
}
.tarif_commentaire {
	padding: 0 10px;
	margin: 0;
	position: absolute;
	top: 4px;
	left: 48%;
}
.tarif_commentaire i {
	background: url('../images/pictos_infos.png') no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	text-indent: -9999px;
	background-position: left top;
  background-size:100%;
	margin-top: 5px;
}
.tarif_commentaire i:hover {
	background-position: left bottom;
}
.tarif_commentaire .hidden_hover {
	display: none;
}
.commentaire_popin {
	background: #fff;
	position: absolute;
	padding: 5px 8px;
}
.ui-dialog .ui-button-text {
	display: block;
	/*text-indent: -9999px;*/
  
}

.merch_produit_gauche .visuel_merch {
  position: relative;
  display: block;
  width: 355px;
  cursor: crosshair;
}
.quote_commentaire {
	position: static;
	display: inline-block;
}
