Commit | Line | Data |
---|---|---|
d15017b2 CR |
1 | {% extends "container_base.html" %} |
2 | ||
3 | {% block contenu %} | |
4 | <h4>Nous contacter</h4> | |
5 | ||
6 | <div class="zone-texte"> | |
7 | <p style="margin-bottom: 0cm;">Le projet <span style="color: #800000;">S</span><span style="color: #800000;"><em>avoirs en partage</em></span> est conduit par l'AUF. | |
8 | </p> | |
9 | <p style="margin-bottom: 0cm;"> </p> | |
10 | <p style="margin-bottom: 0cm;">Vous pouvez écrire au Webmaster du | |
11 | site : <span style="color: #800000;">savoirsenpartage@auf.org</span></p> | |
12 | <p style="margin-bottom: 0cm;"> </p> | |
13 | <p style="margin-bottom: 0cm;"> </p> | |
14 | <p style="margin-bottom: 0cm;">Vous trouverez ci-dessous les adresses | |
15 | du rectorat de l'AUF. Les adresses de nos différentes implantations | |
16 | sont accessibles sur notre site : <a href="http://www.auf.org/">www.auf.org</a></p> | |
17 | ||
18 | <p style="margin-bottom: 0cm;"> </p> | |
19 | <p style="margin-bottom: 0cm;"><span style="text-decoration: underline;">AUF- Rectorat et Siège : </span> | |
20 | </p> | |
21 | <p style="margin-bottom: 0cm;">Adresse postale : | |
22 | </p> | |
23 | <p style="margin-bottom: 0cm;">Case postale du Musée | |
24 | </p> | |
25 | <p style="margin-bottom: 0cm;">C.P. 49714 | |
26 | </p> | |
27 | <p style="margin-bottom: 0cm;">Montréal, (Québec) H3T 2A5 | |
28 | </p> | |
29 | <p style="margin-bottom: 0cm;">Canada | |
30 | </p> | |
31 | <p style="margin-bottom: 0cm;"> </p> | |
32 | ||
33 | <p style="margin-bottom: 0cm;">Adresse physique : | |
34 | </p> | |
35 | <p style="margin-bottom: 0cm;">3034, Boul. Edouard-Montpetit | |
36 | </p> | |
37 | <p style="margin-bottom: 0cm;">Montréal, (Québec) H3T 1J7 | |
38 | </p> | |
39 | <p style="margin-bottom: 0cm;">Canada | |
40 | </p> | |
41 | <p style="margin-bottom: 0cm;">Téléphone : +1 514 343 66 30 | |
42 | </p> | |
43 | <p style="margin-bottom: 0cm;">Télécopie : +1 514 343 57 83 | |
44 | </p> | |
45 | <p style="margin-bottom: 0cm;"> </p> | |
46 | <p style="margin-bottom: 0cm;"> </p> | |
47 | <p style="margin-bottom: 0cm;"><span style="text-decoration: underline;">AUF- Rectorat et Services centraux</span></p> | |
48 | ||
49 | <p style="margin-bottom: 0cm;">4, place de la Sorbonne | |
50 | </p> | |
51 | <p style="margin-bottom: 0cm;">75005 Paris | |
52 | </p> | |
53 | <p style="margin-bottom: 0cm;">France | |
54 | </p> | |
55 | <p style="margin-bottom: 0cm;"> </p> | |
56 | <p style="margin-bottom: 0cm;">Téléphone : +33 1 44 41 18 18 | |
57 | </p> | |
58 | <p style="margin-bottom: 0cm;">Télécopie : +33 1 44 41 18 19 | |
59 | </p> | |
60 | <p style="margin-bottom: 0cm;"> </p></div> | |
61 | ||
62 | {% endblock %} |