<!-- raw : NE PAS SUPPRIMER CETTE LIGNE-->

<!-- Un peu de style -->
<style>
 #defaultInfosEtabsLateral table.infos th { border-bottom:1px dotted lightSteelBlue; text-shadow:0px 0px 2px darkBlue;background-color: transparent;color:lightgray; }
 #defaultInfosEtabsLateral table.infos td { border-bottom:1px dotted lightSteelBlue;color:lightgray;text-align:left}

 #defaultInfosEtabsLateral .cbox {
    margin-top:10px;
    margin-bottom:10px;
    box-shadow: 1px 1px 4px gray;
    padding:10px;
    border-radius:5px;
    background-color: rgba(202, 202, 255, 0.5);
  }
  
</style>

<!-- Le contenu -->
<div style='width:320px;' id='defaultInfosEtabsLateral'>
  <div class='cbox'>
  <table class='table infos'>
  <tbody>
      <tr>
          <th>Rne</th>
          <td><a class='rne' href='#' target='_blank'>{infosetabs.uaj}</a></td>
      </tr>
      <tr>
          <th>Libelle</th>
          <td>{infosetabs.libelle}</td>
      </tr>
      <tr>
          <th>Téléphone</th>
          <td>{infosetabs.tel}</td>
      </tr>
      <tr>
          <th>Adresse</th>
          <td>{infosetabs.adresse}</td>
      </tr>
      <tr>
          <th>Ville</th>
          <td>{infosetabs.ville}</td>
      </tr>
  </tbody>
  </table>
  </div>
</div>

<!-- Un peu de script -->
<script>
 $('#defaultInfosEtabsLateral a.rne').attr('href',GetZephirUrl()+'/etab/get?rne={infosetabs.uaj}');
</script>

