
/** decoration boite */
.listing_bien {
	background:url(images/haut_listing_box.png) 0 0 no-repeat;
	position:relative;	
	width:655px;
	float:left;
	margin:0;
	padding:0;
	border-right:1px #004380 solid;
	border-left:1px #004380 solid;
	border-bottom:1px #004380 solid;
	font-family:arial;
	background:#fff;
}




.listing .content_box {
	position:relative;
	float:left;
	margin:0;
}	

.listing_bien_sep {
	display:block;
	position:relative;
	background:none;
	height:10px;
	width:100%;
	float:left;
}
/** contenu boite */

.listing_top  {
	float:left;
	width:100%;
	background:#004380;
	
	color:#fff;
	font-size:16px;
	font-weight:bold;
	
	border-bottom:1px dashed #004380;
	
}
.listing_name {
	float:left;
	padding:5px ;
}

.listing_name a {
	color:#fff;
}
.listing_price {
	float:right;	
	padding:5px 5px 0 0;
}

.listing_name a:hover {
	color:#ccc;
}

.listing_image {
	float:left;
	position:relative;
	padding:3px 3px 3px 3px;
	width:166px;
}

.listing_picto {
	position:absolute;
	right:7px;
	bottom:4px;
}

.listing_description {
	float:left;
	padding:3px;
	font-size:12px;
	width:310px;
	color:#004380;
}
.listing_description_option {
	float:left;
	padding:3px;
	font-size:12px;
		width:460px;
}
.listing_manufacturer a {
	color:#111957;
	font-size:12px;	
	font-weight:normal;
}

.listing_manufacturer .tel {
	color:#111957;
	font-size:14px;	
	font-weight:bold;
}
.listing_manufacturer {
		float:right;
		background:#fff;
		width:144px;
		padding:3px;
		margin:3px;
		float:right;
		border:1px dashed #004380;
		text-align:center;
		
		font-size:10px;

}
.credit {
	position:absolute;
	bottom:20px;
	right:2px;
}




.listing_bandeau_bas {
	float:left;
	width:100%;
	background:#97ba09;
	margin:0 0 0 0;
	
	line-height:20px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	
	border-top:1px dashed #48778c;
}

.listing_buy_now, .listing_nb_photos {
	float:left;
	padding:0 5px;
	
}
.listing_buy_now a {
	color:#fff;
}	
.listing_share {
	padding:0 5px 0 0 ;
}
.listing_share  a{
	padding:0 0 0 5px;
	line-height:20px;
	height:20px;
	float:right;
	color:#fff;
}
.listing_share a img {
	border:none;
		float:left;
		padding:2px 2px 0 0; 
}

.listing_model { 
	float:left;
	padding:0 5px 0 5px;
}

.listing_info {
	float:left;
	padding:0;
	font-size:12px;
}


