<?php
 include('head.php');
?>

 <?php

 include('menu_haut.php');
 ?>


<DIV align="center"><DIV class="corps">
  <table width="100%" border="0" cellspacing="0" cellpadding="10">
    <tr>
      <td valign="top">
         <?

	include('admin/edit.php');

    if($rubrique_id && $id_template )
 {
      echo "<table width=100% border=0 cellpadding=0 cellspacing=9 align=center>";
       if(!$debut)
        $debut=0;

       if(!$nb_par_page)
        $nb_par_page=12;

         if(!$rubrique_id && is_numeric($id_rubrique))
         $rubrique_id=$id_rubrique;

         echo aff_det_menu($rubrique_id,$mode_edit,$debut,$nb_par_page,$id_template);
       echo"</table>";

 }




   ?>
      </td>
      <td width="272" valign="top">
      <?
      include('menu_droit.php');
      ?>
      </td>
    </tr>
  </table>
  <div align="center">
  <img src="images/tout-travaux-habitat.gif" width="570" height="48" />
  <br />
  <br />
  <br />



  </div>
</DIV></DIV>
<?include('piedPage.php');?>




