/*HORAIRE*/







document.write("<table cellpadding='0' cellspacing='0' border='0' class='tblData noMarTop' style='margin-top:6px; margin-left: 9px;'>")



jour=Array('Dim','Lun','Mar','Mer','Jeu','Ven','Sam')



for(x in horaire){



		document.write("<tr><td>"+jour[x]+".</td><td>"+horaire[x][0]+"&nbsp;&nbsp;"+ horaire[x][1]+ "</td><td>"+ horaire[x][2]+"</td><td>"+horaire[x][3]+"</td></tr>")



}



document.write("</table>")
