.product_item {
	float: left;
	text-align: left;
}
.product_image{
	display: block;
	width: 100px;
	
}

.product_hover {
	display: none;
	width: 1px;
	height: 1px;
	
}
#product_hover_infos {
	display: none;
	position: absolute;
	top: 580px;
	left: 500px;
	height: 90px;
	width: 463px;
	
}
.product_savoir_plus{
	background: url(../images/catalog_savoir_plus.png) no-repeat top left;
	height: 22px;
	width: 96px;
	padding:10px 7px 6px 12px;
	position: relative;
	float: left;
	margin: 45px 5px 0 0 ;
	cursor: pointer;
	color: #518B23;
	font-size: 12px;
	text-decoration:  underline;
}
.product_savoir_plus:hover{
	background: url(../images/catalog_savoir_plus_hover.png) no-repeat top left;
}
.product_savoir_plus a {
	height: 22px;
	display: block;
	width: 96px;
	color: #518B23;
	font-size: 12px;
	text-decoration:  underline;
}
.product_add_card{
	 height: 66px;
	 float: left;
	 width: 135px;
	 display: block;
	 position: relative;
     left: 5px;
	 margin: 25px 0 0 0;
}
.add_card{
	 background: url(../images/product_add_card.png) no-repeat top left;
	 height: 66px;
	 width: 135px;
	 display: block;
}

.add_card:hover{
	 background: url(../images/product_add_card_hover.png) no-repeat top left;
}
