$(document).ready(function(){
    $("div.class-page_creations div.attribute-body_2 a").colorbox({
        width:"480px",
        height:"80%",
        iframe:true
    });

    $("a.fiche_piece").colorbox({
        width:"480px",
        height:"80%",
        iframe:true
    });

    $("div.class-page_la_compagnie div.attribute-equipe a").colorbox({
        width:"480px",
        height:"80%",
        iframe:true
    });
});

