<?php
include 'admin/session.php';

$contenu = file_get_contents("http://www.illico-travaux.com/");
ob_start();
include 'piedPage.php';
$piedPage = ob_get_contents();
ob_end_clean();

echo str_replace("<!--DevisTravaux-->",$piedPage,$contenu);
exit;

if( isset($_POST['valeur']) )
{
	$i18n = new I18n('fr-FR');
	echo $i18n->ajout($_POST['mot'], $_POST['valeur'], $_POST['section']);
	exit;
}

?>

<?php
include('menu_haut.php');
?>

<DIV align="center"><DIV class="corps">
  <table width="100%" border="0" cellspacing="0" cellpadding="10">
    <tr>
      <td valign="top"><h1>Nos courtiers travaux en France</h1>
<span class="titreOrange">Ma&ccedil;on, Pl&acirc;trier, Plombier, Couvreur, Carreleur <br />
Charpentier, Electricien, Menuisier...
      </span>
        <table width="100%" border="0" cellspacing="0" cellpadding="7">
        <tr>
          <td valign="top"><p><img src="images/etape123.gif" width="315" height="183" /></p>
            <p><span class="normalOrange">Les courtiers ILLICO <strong>acc&eacute;l&egrave;rent et simplifient</strong> la pr&eacute;paration de tous vos travaux !</span> Obtenez des devis ainsi que des disponibilit&eacute;s aupr&egrave;s d'entreprises fiables et r&eacute;actives. Le tout en une seule demande et en un temps record ! <br />
              <span class="normalOrange">Alors,<strong> rencontrez vite votre courtier en travaux</strong> !</span></p>
            <p align="right"><a href="http://www.illico-travaux.com/demande-de-devis.php"><img src="images/bt_votre-devis-maintenant.gif" width="126" height="47" border="0" /></a>           </p></td>
          <td valign="top"><a href="http://www.illico-travaux.com/demande-de-devis.php"><img src="images/etape4.gif" width="265" height="331" border="0" /></a></td>
        </tr>
      </table>



        </td>
      <td width="272" valign="top">
      <?php
      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>
<?php

include('piedPage.php');

?>
