//Navigation du site 
//aibm chantier 2003
//
//variable de positionemnt
var ma_var=screen.width/2;
var haut=250;
//calque 1 : layer 1 bandeau du site
document.writeln("<div id='bandeau' style='position:absolute; left:"+(ma_var-(600/2))+"px; top:12px; width:600px; height:130px; z-index:1'>");
//document.writeln("<a href='index.htm'>");
document.writeln("<img src='img/pt_bandeau.gif' border='0' alt=\"Retour &agrave; l'accueil\"  usemap=\"#Map\">");
//document.writeln("</a>");
document.writeln("</div>");
 document.writeln("<map name=\"Map\">");
document.writeln("    <area shape=\"rect\" coords=\"333,44,511,69\" href=\"musee.htm\" alt=\"Le musée et ses expositions\">");
 document.writeln("   <area shape=\"rect\" coords=\"335,75,511,102\" href=\"chateau.htm\" alt=\"Les à côtés du Musée\">");
 document.writeln("   <area shape=\"rect\" coords=\"335,106,511,131\" href=\"infos.htm\" alt=\"Horaires, Accée, Contact\">");
 document.writeln("   <area shape=\"rect\" coords=\"334,134,512,163\" href=\"liens.htm\">");
 document.writeln("  <area shape=\"rect\" coords=\"10,37,318,170\" href=\"index.htm\" alt=\"Retour à l\'accueil\">");
  if((dest_page!="liens")&&(dest_page!="expo")&&(dest_page!="hist")&&(dest_page!="infos_pratiques")&&(dest_page!="chateau")&&(dest_page.substr(0,3)!="e_v"))  
  	{
	document.writeln("<area shape=\"rect\" coords=\"50,176,344,205\" href=\"#\" onMouseOver=\"visite.style.visibility='visible'\">");
	}
	
 document.writeln(" </map>");
 
 document.writeln("<div id='bandeau_du_bas' style='position:absolute; left:"+(ma_var-(600/2))+"px; top:"+(long_p+80)+"px; width:600px; height:130px; z-index:150'>");
//document.writeln("<a href='index.htm'>");
document.writeln("<div align=\"center\"><p class=\"texte2\" ><font size=\"+1\">Mus&eacute;e Ren&eacute; BAUBEROT 87290 CHATEAUPONSAC    Tel:05.55.76.39.52<BR> 24 salles - 900 m² d'exposition </font></p><br><br><p class=\"texte2\"> <a href=\"sponso.htm\">&copy;2004 Ce site &agrave; &eacute;t&egrave; r&eacute;alis&eacute; dans le cadre d'un chantier d\'insertion. </a></p></div>");
//document.writeln("</a>");
document.writeln("</div>");
// fin calque 1
//
