jQuery(document).ready(function() { jQuery('a.colorbox').colorbox({'width':'350px','height':'200px'}); jQuery('a#lien_id').colorbox({'iframe':true,'width':'350px','height':'300px'}); jQuery('a#lien_mdp').colorbox({'width':'250px','height':'180px'}); jQuery("#msgerror").colorbox({width:"50%", inline:true, href:"#msgerror", open:true}); });