necrologie.lapresse.ca Open in urlscan Pro
104.20.130.89  Public Scan

Submitted URL: http://necrologie.lapresse.ca/
Effective URL: https://necrologie.lapresse.ca/
Submission: On February 28 via api from US — Scanned from CA

Form analysis 1 forms found in the DOM

Name: necro

<form name="necro" enctype="multipart/form-data">
  <style>
    #searchContent {
      margin: 10px 0;
    }

    #searchContent label {
      padding-left: 5px;
      font-weight: normal;
      float: none;
      font: normal 8pt Verdana;
      padding-right: 15px;
    }

    #searchQuotidiens label {
      float: none;
      font-weight: normal;
      font: normal 8pt Verdana;
      padding-left: 5px;
    }

    #searchQuotidiens input {
      margin-top: 5px;
    }

    .searchTitle {
      font: bold 11pt Verdana;
      margin-top: 5px;
    }

    .breadcrumb {
      background: #eff0ef;
      font-size: 10px;
      overflow: hidden;
      padding: 6px 8px !important;
    }

    .searchDate {
      margin-top: 15px;
      width: 440px;
      font: bold 10pt Verdana;
      margin-left: 60px;
    }

    .searchDate input {
      width: 85px;
      text-align: center;
    }

    .searchDate p,
    .searchDate em {
      font: normal 8pt Verdana;
      margin: 6px 0;
    }

    #QuickSubmit {
      margin-top: 32px;
      position: relative;
    }

    #searchManip {
      display: inline-block;
      float: none;
      width: 610px
    }

    #searchBase {
      position: relative;
      width: 100% !important;
    }

    #showPicBox {
      display: none;
    }

    .red {
      color: red;
    }

    .field .searchTitle {
      margin: 8px 0;
    }

    .pubsExternal {
      margin: 0 auto;
      float: none !important;
    }
  </style>
  <div class="breadcrumb">
    <a href="/" target="_top"> <b>  Accueil </b> </a> » Nécrologie
  </div>
  <div id="searchBase">
    <div id="searchManip">
      <div class="searchTitle">Vous êtes à la recherche :</div>
      <div id="searchContent">
        <input name="page" type="hidden" value="1">
        <input name="cptpage" type="hidden" value="1">
        <input type="radio" name="rubrique" id="rub1" value="0" checked=""> <label for="rub1">d'un avis de décès</label>
        <input type="radio" name="rubrique" id="rub2" value="1"><label for="rub2">de remerciements</label>
        <input type="radio" name="rubrique" id="rub3" value="2"><label for="rub3">d'anniversaire</label>
      </div>
      <div class="searchTitle">La Presse</div>
      <div id="searchQuotidiens" style="display: none">
        <br><input type="radio" name="quo" id="quo1" value="1" checked=""><label for="quo1">La Presse (Montréal)</label>
      </div>
      <div class="searchDate"> *Période du <input type="text" id="datedebut" name="datedebut" size="10" value="2023-02-21"> au <input type="text" id="datefin" name="datefin" size="10" value="2023-02-28">
        <em style="display:Block;margin-top:5px;font:normal;">*Période de publication de l'avis.</em>
        <p>Note : ce site présente les avis parus depuis le 22 septembre 2014.</p>
      </div>
      <div class="field">
        <h2 class="searchTitle">Précisez votre recherche - <span class="red">optionnelle</span></h2>
        <div>
          <input type="text" name="recherche" id="recherche" size="40" onkeydown="if (event.keyCode == 13) { Soumettre('/resultatrecherche.php'); return false; }">
          <input class="frmbut" type="button" name="Recherche" value="Rechercher" onclick="Soumettre('/resultatrecherche.php');">
        </div>
      </div>
    </div>
    <div id="searchAd">Publicité<br>
      <div id="dfp-bigbox-1" data-google-query-id="CLG7zIC9t_0CFT4OiAkdPh8GBg">
        <script>
          googletag.cmd.push(function() {
            googletag.defineSlot('/21686484267/LPCA/LPCA_necrologie', [
              [1, 1],
              [300, 250],
              [300, 600],
              [300, 1050]
            ], 'dfp-bigbox-1').addService(googletag.pubads()).setTargeting("position", "pos1");
            googletag.enableServices();
            googletag.display('dfp-bigbox-1');
          });
        </script>
        <div id="google_ads_iframe_/21686484267/LPCA/LPCA_necrologie_1__container__" style="border: 0pt none; width: 300px; height: 0px;"></div>
      </div>
    </div>
  </div>
  <script>
    var today = new Date();
    var todayTmp = document.necro.datedebut.value;

    function isDisabledDebut(date) {
      if (date.getTime() < today.getTime()) return false;
      else return true;
    }

    function isDisabledFin(date) {
      if (date.getTime() < today.getTime()) return false;
      else return true;
    }
    if (typeof(Calendar) == "undefined") alert("Unable to find script library '/js/datepicker'. Try placing this directory manually, or redefine constant JS_DATEPICKER in TDatePicker.php.");
    Calendar.setup({
      inputField: "datedebut",
      ifFormat: "%Y-%m-%d",
      showsTime: false,
      timeFormat: "24",
      dateStatusFunc: isDisabledDebut,
      eventName: "focus"
    });
    Calendar.setup({
      inputField: "datefin",
      ifFormat: "%Y-%m-%d",
      showsTime: false,
      timeFormat: "24",
      dateStatusFunc: isDisabledFin,
      eventName: "focus"
    });
    document.getElementById('recherche').focus()
  </script>
  <script>
    if (typeof nuglif !== undefined && typeof nuglif.App === 'function') {
      window.dataLayerEventSubscriber = new DataLayerEventSubscriber(new nuglif.App().getDataLayer());
      window.dataLayerEventSubscriber.setPageId();
      window.dataLayerEventSubscriber.recordTimeSpentOnLastPage();
      window.dataLayerEventSubscriber.logSuccessfulConnection();
      window.dataLayerEventSubscriber.setArticleId('undefined');
      window.dataLayerEventSubscriber.setChannelPath(['Nécrologie']);
      window.dataLayerEventSubscriber.subscribeAll();
    }
  </script>
  <div id="bgOpaque"></div>
  <div id="showPicBox">
    <div id="showPicText">
      <div class="top">
        <table cellspacing="0">
          <tbody>
            <tr>
              <td>
                <h4>Photo agrandie</h4>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
      <div class="bottom">
        <table>
          <tbody>
            <tr>
              <td>
                <div id="ShowPic"></div>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
      <div class="top">
        <table cellspacing="0">
          <tbody>
            <tr>
              <td class="headCenter"><a href="javascript:displayDefunt(null);"><span class="close">Fermer</span></a></td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </div>
  <div style="clear: both"></div>
  <link rel="stylesheet" type="text/css" href="/css/header_footer_externe.css" media="screen">
</form>

Text Content

LA PRESSE.CA  RETOUR À L'ACCUEIL

 
 * Débats
 * Vidéos

 * Actualités
 * International
 * Affaires
 * Sports
 * Auto
 * Arts
 * Cinéma
 * Société
 * Voyage
 * Gourmand
 * Maison

 * Accueil
 * Actualités
 * Arts
 * International
 * Photos
 * Débats
 * Sports
 * Vidéos
 * Vins
 * Vivre
 * Voyage

Accueil » Nécrologie
Vous êtes à la recherche :
d'un avis de décès de remerciements d'anniversaire
La Presse

La Presse (Montréal)
*Période du au *Période de publication de l'avis.

Note : ce site présente les avis parus depuis le 22 septembre 2014.


PRÉCISEZ VOTRE RECHERCHE - OPTIONNELLE


Publicité




PHOTO AGRANDIE



Fermer


 * À propos de nous
 * Nous joindre
 * LA PRESSE - Carrières chez nous
 *  


INTERNET

 * Information en continu
 * Rester connecté
 * * Facebook
   * Twitter
 * Alertes
 * Infolettre
 * Lapresse.ca en page d'accueil

 * Archives
 * Recherche
 * Renseignements sur les archives

 * Détente
 * Caricatures
 * Concours
 * Horoscope

 * Services
 * Météo
 * Résultats sportifs
 * Nécrologie
 * Éditions La Presse


APPLICATIONS

 * La Presse+
 * Application mobile La Presse

 *  
 * Actualités
 * International
 * Affaires
 * Sports
 * Auto
 * Arts
 * Cinéma
 * Société
 * Voyage
 * Gourmand
 * Maison

 * Plan du site
 * FAQ
 * Nous joindre
 * Conditions d'utilisation
 * Politique de confidentialité
 * Code de conduite
 * Registre de publicité électorale
 * Annoncez dans nos médias

© La Presse Inc. Tous droits réservés.