SELECT document.id,document.document,document.titre,document.video,grille.titre,document.ligne,document.ordre,document.id_vide,document.id_projet,document.id_categorie,document.id_client from document left join grille on grille.id = document.id_grille where document.latable = 'travaux' and document.id_type = 1 and document.id_parent = 33 order by document.ordre