@CHARSET "UTF-8";




/*infobulle*/
a.info{
	z-index:24;
	text-decoration:none;
}
 
a.info:hover{
	position:relative;
	text-decoration:none;
	z-index:25;
}
 
a.info span.containerInfobulleBouton{
	display: none;
}
 
a.info:hover span.containerInfobulleBouton {
	display:block;
	position:absolute;
	left:180px;
	top:-10px; 
	width:184px;
	
	text-decoration:none;
	
	font-size:11px;
	color:white;
	font-weight:none;
	text-transform:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	a.info:hover span.containerInfobulleBouton_panier_liste {
		bottom:0px;
	}
}

a.info span.containerInfobulleBouton img,
a.info span.fondInfobulle {
	float:left;
}
a.info:hover span.containerInfobulleBouton img {
	z-index:30;
	padding:0;
	margin:0;
}
a.info:hover span.fondInfobulle {
	z-index:30;
	
	text-align:center;
	text-decoration:none;
	padding:10px;
	width:155px;
	
	background-color:#4f4f52;
}

