//TODO OBR : displace into /htdocs main js function and replace minit-l rollhover
$(function(){
	$('a img.ro, a.ro img').hover(function() {
	$(this).css("opacity",0.8);
	},function() {
	$(this).css("opacity",1);
	}); 
});