<!-- 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	= "2"		// MENU INTER SPACING


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="entetemenubackground"><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="'+menuspaceinter+'" height="15"></a><br>');



// START LINKS //


document.write('</td><td nowrap  WIDTH="448px">');
document.write('<p class="entete_menu" style="font-size:10px">Les Relais c\'est quoi ? C\'est qui ? C\'est pour qui ?</p>');


document.write('</td><td nowrap WIDTH="440px">');
document.write('<p class="entete_menu" style="font-size:10px">On y vient pour quoi ?</p>');


document.write('</td><td nowrap>');
document.write('<p class="entete_menu" style="font-size:10px">Quand ? Oł?</p>');



// END MENU LINK BUTTONS //



document.write('</td><td nowrap>');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="15"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');



//  End -->