﻿//Tooltip
$(document).ready(function($){
    $(function(){		

		$(".link").corner("bottom");
		$("#news_NewsListOnLine .news").corner();
		$("#news_NewsView .tools").corner();
		$("#news_NewsListOffLine .newsByMonth .news").corner("5px");
		$("#categoryList h2").corner();
		$("#documentList h2").corner();
		$(".produit .content h2").corner("5px");
		$(".productFooter").corner();
		
    });
});
