/*******************************************/
/**************  Colis CSS *************/
/*******************************************/

#contenu span.regular-price {
	background-image: url(../images/prix.jpg);
	background-repeat: no-repeat;
	width: 192px;
	height: 50px;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 65px;
	vertical-align: middle;
	line-height: 50px;
	float:left;
	margin-top: 177px;
	color: #000000 !important;
}

li.item {
	list-style: none;
	clear: both;
}

li.item div.description {
	font-size: 11px;
	position: absolute;
	left: 399px;
	width: 410px;
}

li.item div.description  strong {
	font-size: 12px;
}

button.form-button {
	background: url(../images/ajout-panier.jpg) no-repeat transparent;
	border: none;
	width: 193px;
	height: 40px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	cursor: pointer;
}

.out-of-stock {
	background: url(../images/ajout-panier.jpg) no-repeat transparent;
	border: none;
	width: 193px;
	height: 40px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	float: left;
	color: #FF0000 !important;
	padding: 13px 0 0 65px;
}

.product-image {
	float:left;
}

.Descriptions_colis {
	margin-bottom: 20px;
}

