function header_html() {
	var htmlheader = '';
var lastpos = window.location.href.lastIndexOf('/');
var currentPage = window.location.href.substring(lastpos+1);

htmlheader += '<table border="0" cellspacing="0" cellpadding="0" width="831">';
htmlheader += '<tr><td colspan="6"><a href="refuge.html"><img src="images/banniere.jpg" alt="Le Refuge" style="border: 0px; text-decoration: none; margin: 0px; padding: 0px;"></a></td></tr>';
htmlheader += '<tr bgcolor="#B3C6CA" height="20">';
htmlheader += '<td style="border-left: 1px #999999 solid; border-right: 1px #999999 solid; border-bottom: 1px #999999 solid; border-top: 1px #999999 solid; text-align: center; width: 138px;"><a class="headerMenu" href="index.html"' + (currentPage == "index.html" ? ' style="color: #990033; font-weight: 700;"' : '') + '>Accueil</a></td>';
htmlheader += '<td style="border-right: 1px #999999 solid; border-bottom: 1px #999999 solid; border-top: 1px #999999 solid; text-align: center; width: 137px;"><a class="headerMenu" href="refuge.html"' + (currentPage == "refuge.html" ? ' style="color: #990033; font-weight: 700;"' : '') + '>Le Refuge</a></td>';
htmlheader += '<td style="border-right: 1px #999999 solid; border-bottom: 1px #999999 solid; border-top: 1px #999999 solid; text-align: center; width: 137px;"><a class="headerMenu" href="liens.html"' + (currentPage == "liens.html" ? ' style="color: #990033; font-weight: 700;"' : '') + '>Liens</a></td>';
htmlheader += '<td style="border-right: 1px #999999 solid; border-bottom: 1px #999999 solid; border-top: 1px #999999 solid; text-align: center; width: 137px;"><a class="headerMenu" href="recherche_search.html"' + (currentPage == "recherche_search.html" ? ' style="color: #990033; font-weight: 700;"' : '') + '>Recherche</a></td>';
htmlheader += '<td style="border-right: 1px #999999 solid; border-bottom: 1px #999999 solid; border-top: 1px #999999 solid; text-align: center; width: 137px;"><a class="headerMenu" href="plan_site.html"' + (currentPage == "plan_site.html" ? ' style="color: #990033; font-weight: 700;"' : '') + '>Plan du site</a></td>';
htmlheader += '<td style="border-right: 1px #999999 solid; border-bottom: 1px #999999 solid; border-top: 1px #999999 solid; text-align: center; width: 137px;"><a class="headerMenu" href="contact.html"' + (currentPage == "contact.html" ? ' style="color: #990033; font-weight: 700;"' : '') + '>&#9679; CONTACT &#9679;</a></td>';

	htmlheader += '</tr>';
	htmlheader += '</table>';
	
	return htmlheader;
} 
