document.write ('<div id="logo"><img src="img/logo.jpg"></div>');

document.write ('<div id="menu" style="background-image:url(img/fondMenu.jpg); background-repeat:repeat-x">');
document.write ('<div id="hmenu" style="width:80px;"><a href="index.htm">Home</a></div>');
document.write ('<div id="hmenu" style="left:80px;"><a href="projets.htm">Projets</a></div>');
//document.write ('<div id="hmenu" style="left:80px;"><a href="sponsors.htm">Sponsors</a></div>');
document.write ('<div id="hmenu" style="left:220px;"><a href="comptesAudites.htm">Comptes audités</a></div>');
document.write ('<div id="hmenu" style="left:360px;"><a href="contact.htm">Dons et Donateurs</a></div>');
document.write ('<div id="hmenu" style="left:500px;"><a href="Articles.htm">Medias</a></div>');
document.write ('</div>');


