<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuside		= "left"	// MENU CENTER, LEFT OR RIGHT SIDE
var menuspace		= "10"		// MENU END SPACING
var menuspaceinter	= "3"		// MENU INTER SPACING


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="menubackground"><tr><td align="'+menuside+'" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="28"></a><br>');



// START LINKS //



document.write('</td><td nowrap WIDTH="54px">');
document.write('<a href="accueil.htm" class="menu" style="font-size:10px">Accueil</br></a>');

document.write('</td><td nowrap WIDTH="57px">');
document.write('<a href="raison_d_etre.htm" class="menu" style="font-size:10px">Raison<br>d\'être</br></a>');


document.write('</td><td nowrap WIDTH="77px">');
document.write('<a href="disciplines_proposees.htm" class="menu" style="font-size:10px">Disciplines<br>proposées</br)</a>');


document.write('</td><td nowrap WIDTH="79px">');
document.write('<a href="fondateurs.htm" class="menu" style="font-size:10px">Fondateurs</a>');


document.write('</td><td nowrap WIDTH="45px">');
document.write('<a href="sites.htm" class="menu" style="font-size:10px">Sites</a>');


document.write('</td><td nowrap WIDTH="81px">');
document.write('<a href="deontologie.htm" class="menu" style="font-size:10px">Déontologie</a>');


document.write('</td><td nowrap WIDTH="52px">');
document.write('<a href="public.htm" class="menu" style="font-size:10px">Public<br>\"visé\"</br></a>');

document.write('</td><td nowrap>');
document.write('<img src="picts/menu-end.gif" width="1" height="28"></a><br>');
document.write('</td><td nowrap>');
document.write('<img src="picts/spacer.gif" width="'+menuspaceinter+'" height="28"></a><br>');

document.write('</td><td nowrap WIDTH="142px">');
document.write('<a href="seminaire_13_ors.htm" class="menu" style="font-size:10px">Séminaire<br>\"La chasse aux 13 Ors\"</br></a>');


document.write('</td><td nowrap WIDTH="72px">');
document.write('<a href="coaching.htm" class="menu" style="font-size:10px">Coaching</a>');


document.write('</td><td nowrap WIDTH="73px">');
document.write('<a href="formation_reiki.htm" class="menu" style="font-size:10px">Formation<br>Reiki</br></a>');


document.write('</td><td nowrap WIDTH="49px">');
document.write('<a href="soins_reiki.htm" class="menu" style="font-size:10px">Soins<br>Reiki</br></a>');

document.write('</td><td nowrap WIDTH="100px">');
document.write('<a href="neuroscience.htm" class="menu" style="font-size:10px">NeuroScience<br>Motivationnelle</br></a>');

document.write('</td><td nowrap>');
document.write('<img src="picts/menu-end.gif" width="1" height="28"></a><br>');
document.write('</td><td nowrap>');
document.write('<img src="picts/spacer.gif" width="'+menuspaceinter+'" height="28"></a><br>');

// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


document.write('</td><td nowrap WIDTH="73px">');
document.write('<a href="calendrier.htm" class="menu" style="font-size:10px">Calendrier</a>');




// END MENU LINK BUTTONS //




document.write('</td><td WIDTH="2">');
document.write('<img src="picts/menu-end.gif" width="1" height="28"></a><br>');
document.write('</td><td WIDTH="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="28"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');



//  End -->