30 lines
992 B
HTML
30 lines
992 B
HTML
{% include 'page.html' %}
|
|
{% include 'header.html' %}
|
|
<fieldset style="background-color:#e0e0e0e0;text-algin: lef; margin-left:15px;margin-right:15px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;">
|
|
<p> </p>
|
|
<p>Nous contacter.</p>
|
|
|
|
<center>
|
|
<fieldset style="border-radius: 8px; background-color:#e0e0e0e0; text-algin: lef; margin-left:15px;margin-right:15px;font-size:14px;border-top-left-radius: 10px; border-top-right-radius: 10px;border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width:50%;">
|
|
<table style="width:80%; font: 10pt arial, sans-serif">
|
|
<tr>
|
|
<td><strong>Indicatif</strong></td>
|
|
<td> {{contact_call}}</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>E-Mail</strong></td>
|
|
<td> {{contact_email}}</td>
|
|
</tr>
|
|
<tr>
|
|
<td><strong>Website</strong></td>
|
|
<td> {{contact_website}}</td>
|
|
</tr>
|
|
|
|
</table></fieldset>
|
|
</center>
|
|
|
|
<p> </p>
|
|
</fieldset>
|
|
{% include 'footer.html' %}
|
|
|