function header () {
	document.write('<div id="LogoConteneur">');
		document.write('<a href="Home.html" title="Sequoia Pressings" target="_parent">');
			document.write('<img id="Logo" src="images/logoSequoiaPressings.png" alt="Sequoia Pressings"/>');
		document.write('</a>');
	document.write('</div>');
	document.write('<ul id="NavTop">');
		document.write('<li id="nav1"><a href="Vision.html">NOTRE VISION</a></li>');
		document.write('<li id="nav2"><a href="SavoirFaire.html">NOTRE SAVOIR-FAIRE</a></li>');
		document.write('<li id="nav3"><a href="Services.html">NOS SERVICES</a></li>');
		document.write('<li id="nav4"><a href="Engagements.html">NOS ENGAGEMENTS</a></li>');
		document.write('<li id="nav7"><a href="Presse.html">COMMUNICATION</a></li>');
		document.write('<li id="nav6"><a href="NousTrouver.html">NOUS TROUVER</a></li>');
		document.write('<li id="nav8"><a href="NousRejoindre.html">NOUS REJOINDRE</a></li>');
		document.write('<li id="nav5"><a href="FAQ.html">FAQ</a></li>');
	document.write('</ul>');
}


function header2 () {
	document.write('<div id="LogoConteneur">');
		document.write('<a href="../Home.html" title="Sequoia Pressings" target="_parent">');
			document.write('<img id="Logo" src="../images/logoSequoiaPressings.png" alt="Sequoia Pressings"/>');
		document.write('</a>');
	document.write('</div>');
	document.write('<ul id="NavTop">');
		document.write('<li id="nav1"><a href="../Vision.html">NOTRE VISION</a></li>');
		document.write('<li id="nav2"><a href="../SavoirFaire.html">NOTRE SAVOIR-FAIRE</a></li>');
		document.write('<li id="nav3"><a href="../Services.html">NOS SERVICES</a></li>');
		document.write('<li id="nav4"><a href="../Engagements.html">NOS ENGAGEMENTS</a></li>');
		document.write('<li id="nav7"><a href="../Presse.html">COMMUNICATION</a></li>');
		document.write('<li id="nav6"><a href="../NousTrouver.html">NOUS TROUVER</a></li>');
		document.write('<li id="nav8"><a href="../NousRejoindre.html">NOUS REJOINDRE</a></li>');
		document.write('<li id="nav5"><a href="../FAQ.html">FAQ</a></li>');
	document.write('</ul>');
}

function footer () {
	document.write('<div id="Footer">');	
		document.write('<table cellpadding="0" cellspacing="0" align="center" border="0">');
			document.write('<tr>');
				/*document.write('<td><a href="QuiSommes.html">Qui sommes nous ?</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>');*/
				document.write('<td><a href="Contact.html">Nous contacter</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>');
				document.write('<td><a href="Presse.html">Presse</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>');
				document.write('<td><a href="espacePro.php">Espace franchisés</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>');
				document.write('<td><a href="Mentions.html">Mentions légales</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>');
				document.write('<td><a href="http://www.facebook.com/group.php?sid=0215707b0cba3fa32259e053d17858a7&gid=52446616971" target="_blank"><img src="images/miniFacebook.gif"></a></td>');
			document.write('</tr>');
		document.write('</table>');	
	document.write('</div>');
}

function footer2 () {
	document.write('<div id="Footer">');	
		document.write('<table cellpadding="0" cellspacing="0" align="center" border="0">');
			document.write('<tr>');
				document.write('<td><a href="../Contact.html">Nous contacter</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>');
				document.write('<td><a href="../Presse.html">Presse</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>');
				document.write('<td><a href="../espacePro.php">Espace franchisés</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>');
				document.write('<td><a href="../Mentions.html">Mentions légales</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>');
				document.write('<td><a href="http://www.facebook.com/group.php?sid=0215707b0cba3fa32259e053d17858a7&gid=52446616971" target="_blank"><img src="../images/miniFacebook.gif"></a></td>');
			document.write('</tr>');
		document.write('</table>');	
	document.write('</div>');
}