
(function($) {
	$(document).ready( function() {
		var height1 = (Math.round((60-$("#prochain-match-cfa2 img:first").height())/2))+'px';
		var height2 = (Math.round((60-$("#prochain-match-cfa2 img:last").height())/2))+'px';
		$("#prochain-match-cfa2 img:first").css('margin-top',height1);
		$("#prochain-match-cfa2 img:last").css('margin-top',height2);
	});
})(jQuery);
