//footer

//construction du footer

footer='';
footer+='<div id="footer">';
footer+='<img src="http://www.mcq.org/img/logo_bas_page.gif" width="133" height="55" border="0" align="right" alt="Museological Complex" />';
footer+="February 2012<br />	&copy;Mus&eacute;e de la civilisation <br /><br />";
footer+="The Mus&eacute;e de la civilisation and the Mus&eacute;e de l\'Am&eacute;rique fran&ccedil;aise are subsidized by the minist&egrave;re de la Culture, des Communications et de la Condition f&eacute;minine.<br /><br /><br />";
footer+='<a href="http://www.mcq.org/en/complexe/index.html">Museological Complex</a> | <a href="http://www.mcq.org/en/mcq/index.html">Mus&eacute;e de la civilisation</a> | <a href="http://www.mcq.org/en/maf/index.html">Mus&eacute;e de l\'Am&eacute;rique fran&ccedil;aise</a> | <a href="http://www.mcq.org/en/cipr/index.html">Centre d\'interpr&eacute;tation de Place-Royale</a> | <a href="http://www.mcq.org/en/expos_virtuelles/index.html">Resources on line</a><br />';	
footer+='<a href="http://www.mcq.org/en/information.html">Information</a> | <a href="http://www.mcq.org/en/services/index.html">Services offered</a> | <a href="http://www.mcq.org/en/presse/index.html">News desk</a> | <a href="http://www.mcq.org/en/hyperliens.html">Hyperlinks</a> | <a href="http://www.mcq.org/en/joindre.html">To join us</a> | <a href="http://www.mcq.org/en/credits.html">Credits</a><br />';
footer+='<a href="/index.html">Home</a> | <a href="http://www.mcq.org/en/plan.html">Site map</a> | <a href="http://www.mcq.org/en/archives.html">Archives of the site</a> | <a href="/mobile/en/switch">Mobile version</a> | <a href="/index_fr.html">French</a><br /><br /><br />';
//footer+='<a href="http://www.facebook.com/museedelacivilisation"><img src="http://www.mcq.org/img/find_us_on_facebook_badge.gif" width="144" height="44" border="0" align="left" alt="Find us on Facebook" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://twitter.com/mcqorg"><img src="http://www.mcq.org/img/twitter_en.jpg" width="108" height="44" border="0"  alt="Find us on Twitter" /></a><br /><br /><br /><br />';


	footer+='<div id="trouveznous">';
		footer+='<div class="titlefooter">Find us on:</div>';
		footer+='<div class="linkfooter"><a href="http://www.facebook.com/museedelacivilisation" target="_blank"><img src="http://www.mcq.org/img/footer/facebook.jpg" alt="facebook" border="0" /></a></div>';
		footer+='<div class="linkfooter"><a href="http://twitter.com/mcqorg" target="_blank"><img src="http://www.mcq.org/img/footer/twitter.jpg" alt="twitter" border="0" /></a></div>';
		footer+='<div class="linkfooter"><a href="http://www.youtube.com/mcqpromo" target="_blank"><img src="http://www.mcq.org/img/footer/youtube.jpg" alt="youtube" border="0" /></a></div>';
		footer+='<div class="linkfooter"><a href="http://www.flickr.com/museedelacivilisation/" target="_blank"><img src="http://www.mcq.org/img/footer/flickr.jpg" alt="flickr" border="0" /></a></div>';
	footer+='</div><br /><br /><br /><br /><br /><br /><br /><br />';


footer+='</div>';

document.write(footer);
