-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
101 lines (87 loc) · 5.16 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<html>
<head>
<meta name="keywords"
content="psychomotricite, psychomotricite Aucouturier, Aucouturier, seance de psychomotricite, psychomotricite Bruxelles, psychomotricite Brabant Wallon, psychomotricite Hainaut, psychomotricite Liege, psychomotricité Namur, psychomotricité Luxembourg, association psychomotriciens Aucouturier, Association Belge de psychomotriciens formes à la Pratique Aucouturier, therapie psychomotricite,groupe d'aide psychomotricite, education psychomotricite">
<meta name="description content=" content="Association Belge de psychomotriciens formes à la Pratique Aucouturier">
<meta name="robots" content="all">
<title>Association Belge de psychomotriciens formés à la Pratique Aucouturier IABPAI</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css">
<link rel="stylesheet" type="text/css" href="main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container all">
<div class="jumbotron">
<h1>Qui sommes-nous?</h1>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">ABPA</a>
</div>
<ul class="nav navbar-nav navbar-left">
<li class=""><a href="accueil.html">Qui sommes-nous?</a></li>
<li class="current"><a href="conception.html">Conception de la pratique</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Lieux de pratique <span class="caret"></span></a>
<ul class="dropdown-menu multi-level">
<li class="dropdown-submenu">
<a href="/education/education.html">Education ▸</a>
<ul class="dropdown-menu">
<li><a href="/education/bruxelles.html">Bruxelles</a></li>
<li><a href="/education/brabant_wallon.html">Brabant Wallon</a></li>
<li><a href="/education/hainaut.html">Hainaut</a></li>
<li><a href="/education/namur.html">Namur</a></li>
<li><a href="/education/liege.html">Liège</a></li>
<li class="last"><a href="/education/luxembourg.html">Luxembourg</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="/groupes/groupes.html">Groupes d'aide ▸</a>
<ul class="dropdown-menu">
<li><a href="/groupes/bruxelles.html">Bruxelles</a></li>
<li><a href="/groupes/brabant_wallon.html">Brabant Wallon</a></li>
<li><a href="/groupes/hainaut.html">Hainaut</a></li>
<li><a href="/groupes/namur.html">Namur</a></li>
<li><a href="/groupes/liege.html">Liège</a></li>
<li class="last"><a href="/groupes/luxembourg.html">Luxembourg</a></li>
</ul>
</li>
<li class="dropdown-submenu last">
<a href="/therapie/therapie.html">Thérapie ▸</a>
<ul class="dropdown-menu">
<li><a href="/therapie/bruxelles.html">Bruxelles</a></li>
<li><a href="/therapie/brabant_wallon.html">Brabant Wallon</a></li>
<li><a href="/therapie/hainaut.html">Hainaut</a></li>
<li><a href="/therapie/namur.html">Namur</a></li>
<li><a href="/therapie/liege.html">Liège</a></li>
<li class="last"><a href="/therapie/luxembourg.html">Luxembourg</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="activites.html">Activités et Agenda</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="contact.html">Contact</a></li>
<li><a href="accueil.html">Accueil</a></li>
</ul>
</div>
</nav>
<div class="content">
<h2>Qui sommes-nous?</h2>
<p>ezrzerzerzerzerzer</p>
</div>
<div class="push"></div>
<footer class="footer center-block">
<div class="container">
<p class="text-muted text-center">I ABPA - ASBL I Tous droits réservés I 2015-2016 I</p>
</div>
</footer>
</div>
</body>
</html>