-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiographie.html
More file actions
executable file
·56 lines (54 loc) · 2.67 KB
/
biographie.html
File metadata and controls
executable file
·56 lines (54 loc) · 2.67 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Etienne Vincent - Biographie</title>
<link href="./css/principal.css" rel="stylesheet" />
</head>
<body>
<div class="menu">
<h1>
Etienne Vincent
Guitariste
</h1>
<nav class="principal">
<ul>
<li><a href="./">Accueil</a></li>
<li>Biographie</li>
<li><a href="./groupes_vip.html">Groupes</a></li>
<li>Photos</li>
<li>Agenda</li>
<li>Atelier Jazz</li>
<li>Liens</li>
<li>Contacts</li>
</ul>
</nav>
</div>
<!-- Séparation de bloc -->
<div class="bandeau">
<img
src="./media/images/bandeau_etiennevincent.jpg"
alt="Etienne Vincent - Guitariste"
title="Etienne Vincent - Guitariste" />
</div>
<div class="biographie">
<p>
<strong>Etienne Vincent</strong> commence la guitare rock à treize ans et découvre ensuite le jazz grâce au guitariste Gilles Trial.
</p>
<p>
Il suit son enseignement à <strong>Jazz Action Valence</strong> jusqu' en 1999, puis étudie à l'<strong>ENM de Villeurbanne</strong> et au <strong>CNR de Lyon</strong>. Il y obtient son <strong>DEM jazz</strong> en 2004.
</p>
<p>
Sur Lyon, il participe à la création du <strong>collectif Polycarpe</strong>, se produit avec "Drawbars Organ trio " (avec <strong>David Bressat et Stephane Foucher</strong>), joue et enregistre un album avec <strong>Néo</strong> (groupe électro jazz leadé par D. Bressat), et avec son propre quartet (avec Remy Kapriélan, Clément Edouard et Basile Mouton).
Il se produit notamment au théâtre de minuit pour <strong>jazz à Vienne 2005</strong>, au festival du péristyle de l'opéra de Lyon ainsi qu'au Train Théâtre (26).
</p>
<p>
En 2007 il reprend le chemin de l’école, au <strong>Centre des musiques Didier Lockwood</strong>, ou il étudie pendant un an auprès et des plus grands musiciens de jazz français. Il sortira diplômé avec mention.
Il poursuit parallèlement ses projets sur Valence, avec la chanteuse <strong>Anne Sila</strong>, et <strong>Siam trio</strong>.
</p>
<p>
Actuellement il se produit principalement avec <strong>Mellophonic Quartet</strong> (hommage à Chet Baker) avec le chanteur Emmanuel Domergue en région Rhône alpes, et sur Paris, il multiplie les rencontres et se produit notamment avec <strong>Michel Pérez, Serge Merlaud, Fred Borey, Julien Pontvianne, Olivier Bogé</strong>… et bien sur avec son nouveau quartet.
</p>
</div>
</body>
</html>