

/**
 * Styles par defaut
 */
img.content-icon {
	display:inline;
	float:none;
	border:none;
	margin:0;
	padding:0;
	vertical-align: text-bottom;
	background: none;
	background-position: center;
	background-repeat: no-repeat;
}
img.content-icon.bull {
	background-image: url(/img/layout/puce.png);
}
img.content-icon.curren {
	background-image: url(/img/layout/yes.png);
}