

// menu bas


document.write('<td align="right" class="bottomMenu">');
document.write('<table cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td class="bottomMenu1"><a href="presentation.html"><img src="img/presentation.png" width="70" height="10" alt="presentation" /></a></td>');
document.write('<td class="bottomMenu2"><a href="produits.html"><img src="img/produits.png" width="53" height="10" alt="produits" /></a></td>');
document.write('</tr></table></td>');		
document.write('<td class="bottomMenu"><table cellpadding="0" cellspacing="0"><tr>');
document.write('<td class="bottomMenu1"><a href="technique.html"><img src="img/technique.png" width="65" height="10" alt="technique" /></a></td>');
document.write('<td class="bottomMenu2"><a href="contact.html"><img src="img/contact.png" width="65" height="10" alt="" /></a></td></tr></table>');
document.write('</td>');
