function entrainements(index)
{
document.write('<table id="table_entrainements" width="100%" border="0" cellpadding="10" cellspacing="0" >')
document.write('	<tr>')
document.write('  	  <td class="page_title">'+array_menu_club[index]["title"]+'</td>')
document.write('  </tr>')
document.write('  <tr>')
document.write('  	<td align="center">')
document.write('  	  <table width="80%" border="0" cellpadding="15">')
document.write('        <tr>')
document.write('        	<td width="16%" align="right" valign="top"><span class="large_color1">Quand:</span></td>')
document.write('          <td width="84%" align="left" class="normal_color1">')
document.write('            Le <strong> MARDI </strong> et le <strong> JEUDI </strong> de <b>18h00</b> &agrave; <strong>20h00</strong>')
//document.write("          <br/><span class='normal_color2'>(Juillet: Pas d'entraînement)")
//document.write("          <br/><span class='normal_color2'>(Horaire pour le mois d'août: 18h30 à 20h)</td>")
document.write('        </tr>')
document.write('    		<tr>')
document.write('        	<td width="16%" align="right" valign="top"><span class="large_color1">O&ugrave;:</span></td>')
document.write('          <td width="84%" align="left" class="normal_color1">Au <b>Complexe sportif de Marchienne-au-Pont</b><BR/>Place Albert I, 38b</td>')
document.write('        </tr>')
document.write('        <tr>')
document.write('        	<td align="right" valign="top"><span class="large_color1">Qui:</span></td>')
document.write('          <td class="normal_color1" align="left">Bruno <b>TOMA</b> (5&egrave;me Dan J.K.A.) </td>')
document.write('        </tr>')
document.write('        <tr>')
document.write('        	<td align="right" valign="top"><span class="large_color1">&nbsp;</span></td>')
document.write('          <td class="normal_color1" align="left"><img src="./images/1moisGratuit_160x142.gif"/><br/>(Inscription possible toute l\'année!)</td>')
document.write('        </tr>')
document.write('      </table>')
document.write('    </td>')
document.write('  </tr>')

document.write('</table>')
}
