function bandeau()
{
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr align="center" valign="middle">');
document.write('<td><img src="/images/image1.jpg" width="80" height="110" border="1"></td>');
document.write('<td><img src="/images/image2.jpg" width="80" height="110" border="1"></td>');
document.write('<td><img src="/images/image3.jpg" width="80" height="110" border="1"></td>');
document.write('<td><img src="/images/image4.jpg" width="80" height="110" border="1"></td>');
document.write('<td><img src="/images/image5.jpg" width="80" height="110" border="1"></td>');
document.write('<td><img src="/images/image6.jpg" width="80" height="110" border="1"></td>');
document.write('</tr>');
document.write('</table>');
	  }

function menu()
{
document.write('<a href="/index.html" class="menu"><strong>Accueil</strong></a><strong> | </strong><a href="/atelier.html" class="menu"><strong>L\'atelier</strong></a><strong> | </strong><a href="/formation.html" class="menu"><strong>Ma formation</strong></a><strong> | </strong><a href="/album.html" class="menu"><strong>Album photo</strong></a><strong> | </strong><a href="/voeux.html" class="menu"><strong>Carte de voeux</strong></a><strong> | </strong><a href="/liens.html" class="menu"><strong>Liens</strong></a><strong> | </strong><a href="/contact.html" class="menu"><strong>Nous contacter</strong></a>');
}

function copyright()
{
document.write('Reproduction totale ou partielle interdite sans le consentement de l\'auteur<br><a href="http://www.desnoues.fr">www.desnoues.fr</a>');
}