<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Vaud2003</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script> if (document.images){     img1on = new Image;     img1off = new Image; 	img2on = new Image;     img2off = new Image; 	img3on = new Image;     img3off = new Image; 	img4on = new Image;     img4off = new Image; 	img5on = new Image;     img5off = new Image; 	img6on = new Image;     img6off = new Image;          img1on.src = "../image/menu/bienvenue_off.gif"     img1off.src = "../image/menu/bienvenue.gif" 	img2on.src = "../image/menu/quest_ce_off.gif"     img2off.src = "../image/menu/quest_ce.gif" 	img3on.src = "../image/menu/unpeu_off.gif"     img3off.src = "../image/menu/unpeu.gif" 	img4on.src = "../image/menu/presentation_off.gif"     img4off.src = "../image/menu/presentation.gif" 	img5on.src = "../image/menu/calendrier_off.gif"     img5off.src = "../image/menu/calendrier.gif" 	img6on.src = "../image/menu/contact_off.gif"     img6off.src = "../image/menu/contact.gif" } </script>  <link rel="stylesheet" type="text/css" href="../styled.css">  <style type="text/css"> div#column1 {position: absolute; top: 72px; left: 240px; width: 240px;} </style> </head>  <body> <div id="sitenav">   <table cellspacing="0" cellpadding="0">     <tr> 		<td><a href="../index.html" onMouseOver="document.img1.src=img1on.src" onMouseOut="document.img1.src=img1off.src"><img src="../image/menu/bienvenue.gif" border="0" name="img1"></a></td> 		<td><a href="../questceque.html"><img src="../image/menu/quest_ce_off.gif" border="0" name="img2"></a></td> 		<td><a href="../histoire.html" onMouseOver="document.img3.src=img3on.src" onMouseOut="document.img3.src=img3off.src"><img src="../image/menu/unpeu.gif" border="0" name="img3"></a></td> 		<td><a href="../programme.html" onMouseOver="document.img4.src=img4on.src" onMouseOut="document.img4.src=img4off.src"><img src="../image/menu/presentation.gif" border="0" name="img4"></a></td> 		<td><a href="../calendrier.html" onMouseOver="document.img5.src=img5on.src" onMouseOut="document.img5.src=img5off.src"><img src="../image/menu/calendrier.gif" border="0" name="img5"></a></td> 		<td><a href="../contact.html" onMouseOver="document.img6.src=img6on.src" onMouseOut="document.img6.src=img6off.src"><img src="../image/menu/contact.gif" border="0" name="img6"></a></td> 		<td background="../image/menu/spacer.gif" width="100%"></td> 	</tr> </table> </div>  <div id="sidenav"> <a href="../questceque.html" id="level1">Introduction</a> <a href="quelledifference.html" id="level1">Quelle diffrence avec le Bicentenaire dj clebr en 1998?</a> <a href="quiorganise.html" id="level1">Qui organise vaud2003.ch?</a> <a href="conseilfondation.html" id="level2">Conseil de Fondation</a>  <a href="bureaufondation.html" id="level2" class="active">Bureau de la Fondation</a> <a href="chefprojet.html" id="level2">Chef de projet</a> <a href="collaborateurs.html" id="level2">Collaborateurs indpendants</a>  <a href="quifinance.html" id="level1">Qui finance vaud2003.ch?</a> <a href="partenaires.html" id="level1">Prsentation des partenaires</a> <a href="logo.html" id="level1">Logo vaud2003.ch</a>  </div>  <div id="column1"> <h1>Bureau de la Fondation</h1> <p> Le <strong>Bureau de la Fondation</strong> r&eacute;unit les membres du Conseil de Fondation suivants: </p> <p> <strong>Claude Ruey</strong> </p> <p> <strong>Francine Crettaz</strong> </p> <p> <strong>Fran&ccedil;ois Jequier</strong> </p> <p> <strong>Chantal Tauxe</strong> </p> <p> <strong>Pierre-Alain Uberti</strong> </p> </div> </table> </body> </html> 
