jQuery(document).ready(function(){jQuery("div.nouvelles img, div.evenements img").each(function(){if(jQuery(this).width()>320){jQuery(this).width(320);}});jQuery(".front .photo img").each(function(){if(jQuery(this).width()>120){jQuery(this).width(120);}});});
