IMAGEPNG_exists = 'BANDEAU_EXISTS';
if(IMAGEPNG_exists=='BANDEAU_EXISTS' && (navigator.appName.indexOf("Microsoft")!=-1 || isMinNS6))IMAGEPNG_exists='BANDEAU_EXISTS';
else IMAGEPNG_exists='no png';

var iedom=(document.all||document.getElementById)?true:false;
function correctPNG()
   {
	   var strGif = "/sources/images/accueil/dot.gif";
   for(var i=0; i<document.images.length; i++)
      {
	  var img = document.images[i];
	  var imgID = (img.id) ? "id='" + img.id + "' " : "" ;
	  var imgName = img.src.toUpperCase();
	  if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
	     {
		 var imgID = (img.id) ? "id='" + img.id + "' " : ""
		 var imgClass = (img.className) ? "class='" + img.className + "' " : ""
		 var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
		 var imgStyle = "display:inline-block;" + img.style.cssText 
		 if (img.align == "left") imgStyle = "float:left;" + imgStyle
		 if (img.align == "right") imgStyle = "float:right;" + imgStyle
		 if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle	
		 if (img.useMap)imgMapping = " USEMAP=\"" + img.useMap + "\"";else imgMapping = "";
		 var strNewHTML = "<img border=\"0\" " + imgMapping + " src=\"" + strGif  + "\"" + imgID + imgClass + imgTitle
		 + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
	     + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
		 + "(src=\'" + img.src + "\', sizingMethod='scale');\">" 
		 img.outerHTML = strNewHTML
		 i = i-1;
	     }
      }
   }
//Gestion de l'alignement des calques pour les navigateurs de type Netscape
function AlignCalque(decalage){
decalage=null;	
var NameCalque= new Array();
NameCalque=[
//['Layer5',237],
['Layer2',347],
['Layer3',457],
['Layer4',567]
];
largeur_cadre = 750;

blog_pub_display=null;
blog_pub_actif=null;
top_blog = 112;
var isIE = (document.all);
var isNN6 = (!isIE) && (document.getElementById);
if (isIE) bloc_pub_blog = document.all["blog_pub_page"];
if (isNN6) bloc_pub_blog = document.getElementById("blog_pub_page");
if (bloc_pub_blog!=null){
		blog_pub_actif=bloc_pub_blog.style.display;
		if(blog_pub_actif!=null || blog_pub_actif=='')top_blog=204;
	}


if(decalage!=null && screen.width > 600)largeur_cadre+=decalage;
for(i=0;i<NameCalque.length;i++){
	var skin = MM_findObj(NameCalque[i][0]);
	if(skin==null)continue;
	if (document.getElementById) { //IE
		var LP=document.body.clientWidth;
		skin.style.left=NameCalque[i][1]+(LP>largeur_cadre ? (((LP-largeur_cadre)/2)):0);
		skin.style.top=(IMAGEPNG_exists=='BANDEAU_EXISTS'?(top_blog-36):top_blog);
	}
	if ((document.getElementById)&&(!document.all)) { //NS6
		var LP=window.innerWidth;
		skin.style.left=NameCalque[i][1]+(LP>largeur_cadre ? (((LP-largeur_cadre)/2)-8):0);
		skin.style.top=(IMAGEPNG_exists=='BANDEAU_EXISTS'?(top_blog-36):top_blog);
		
	}
	if (document.layers) { //NS4.X seul
		var LP=window.innerWidth;
		skin.left=NameCalque[i][1]+(LP>largeur_cadre ? (((LP-largeur_cadre)/2)-8):0);
		skin.top=(IMAGEPNG_exists=='BANDEAU_EXISTS'?(top_blog-36):top_blog);
	}
   }
}

   



if(IMAGEPNG_exists=='BANDEAU_EXISTS')
	{
	//Tableau avec Png
	document.write(''
	+'<table width="750" border="0" cellspacing="0" cellpadding="0">'
	+'<tr>'
	+'<td background="http://www.top-depart.com/Templates/1/1/1/815//images/divers/bandeau/bandeau.jpg">'
	+ (navigator.appName.indexOf("Microsoft")!=-1
		?'<img src="/sources/images/bandeau/png_ie.png" width="750" height="79" usemap="#MapBandeau" border="0">'
		:'<img src="/sources/images/bandeau/png_no_ie.png" width="750" height="79" usemap="#MapBandeau" border="0">'
		)
	+'</td>'
	+'</tr><tr><td><table width="750" border="0" cellspacing="0" cellpadding="0"><tr>'
	+'<td><a href="{INTERFACE_LANGUAGE_URL}"><img src="/sources/images/bandeau/logo.gif" width="238" height="46" border="0"></a></td>'
	+'<td><a href="{INTERFACE_BLOG_PAGE_QUI_URL}" onMouseOut="calqueArray[5]=true;CloseCalque(5);" onMouseOver="OpenCalque(5);calqueArray[5]=false;"><img src="/sources/images/bandeau/qui.gif" width="110" height="46" border="0"></a></td>'
	+'<td><a href="#" onMouseOut="calqueArray[2]=true;CloseCalque(2);" onMouseOver="OpenCalque(2);calqueArray[2]=false;"><img src="/sources/images/bandeau/pret.gif" width="110" height="46" border="0"></a></td>'
	+'<td><a href="#" onMouseOut="calqueArray[3]=true;CloseCalque(3);" onMouseOver="OpenCalque(3);calqueArray[3]=false;"><img src="/sources/images/bandeau/partez.gif" width="110" height="46" border="0"></a></td>'
	+'<td bgcolor="#FFFFFF"><a href="#" onMouseOut="calqueArray[4]=true;CloseCalque(4);" onMouseOver="OpenCalque(4);calqueArray[4]=false;"><img src="/sources/images/bandeau/contact.gif" width="110" height="46" border="0"></a></td>'
	+'<td width="72" background="/sources/images/bandeau/chrono.gif" valign="top" class="txtnormal"><font color="#DD853C">&nbsp;<img src="/sources/images/menu/sablier.gif" width="16" height="16">&nbsp;&nbsp;&nbsp;'+dateblog
	+'</font></td>'
	+'</tr></table></td></tr></table>'
	);
	
	//Calque avec PNG
	document.write(''
	+(
	 iedom ? '<span id="Layer5" style="position:absolute; left:347px; top:'+top_blog+'px; width:110px; height:100px; z-index:1; visibility: hidden; overflow: hidden" border="0">'
	 :'<LAYER name="Layer5" visibility="hidden">'
	 )
	+'<img src="/sources/images/shim.gif" width="1" height="8" border="0"><br>'
	+'<table width="110" border="0" cellspacing="0" cellpadding="0">'
	+'<tr><td><a href="{INTERFACE_BLOG_PAGE_QUI_URL}" onMouseOut="calqueArray[5]=true;CloseCalque(5);" onMouseOver="calqueArray[5]=false;"><img border="0" src="/sources/images/shim.gif" height="53" width="110"></a><br>'
	+'</tr></table>' 
	+(
	 iedom ? '</span><span id="Layer2" style="position:absolute; left:347px; top:-19px; width:110px; z-index:1; visibility: hidden; overflow: hidden" border="0">'
	 :'</Layer><LAYER name="Layer2" visibility="hidden">'
	 )
	+'<img src="/sources/images/shim.gif" width="1" height="8" border="0"><br>'
	+'<table width="110" border="0" cellspacing="0" cellpadding="0">'
	+'<tr><td ><a href="#" onMouseOut="calqueArray[2]=true;CloseCalque(2);" onMouseOver="calqueArray[2]=false;"><img border="0" src="/sources/images/shim.gif" height="35" width="110"></a><br>'
	+'<a href="#" onMouseOut="calqueArray[2]=true;CloseCalque(2);" onMouseOver="calqueArray[2]=false;"><img src="/sources/images/menu/f2.gif" border="0"></a><br>'
	//
	+'<a href="{INTERFACE_BLOG_PAGE_PREPARATIFS_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[2]=true;CloseCalque(2);return document.MM_returnValue" onMouseOver="calqueArray[2]=false;MM_swapImage(\'m1_21\',\'\',\'/sources/images/menu/m1_2_on.gif\',1);MM_displayStatusMsg(\'pr&eacute;paratifs\')"><img name="m1_21" border="0" src="/sources/images/menu/m1_2.gif" width="110" height="24" alt="pr&eacute;paratifs"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_ITINERAIRE_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[2]=true;CloseCalque(2);return document.MM_returnValue" onMouseOver="calqueArray[2]=false;MM_swapImage(\'m1_3\',\'\',\'/sources/images/menu/m1_3_on.gif\',1);MM_displayStatusMsg(\'itin&eacute;raire\')"><img name="m1_3" border="0" src="/sources/images/menu/m1_3.gif" width="110" height="24" alt="itin&eacute;raire"></a>'
	//
	+'</td></tr></table>'
	+(iedom ?'</span><span id="Layer3" style="position:absolute; left:457px; top:-19px; width:150px; z-index:2; visibility: hidden; overflow: hidden" border="0">'
		: '</Layer><LAYER name="Layer3" visibility="hidden">'
	 )
	+'<img src="/sources/images/shim.gif" width="1" height="8" border="0"><br>'
	+'<table width="125" border="0" cellspacing="0" cellpadding="0"  >'
	+'<tr><td ><a href="#" onMouseOut="calqueArray[3]=true;CloseCalque(3);" onMouseOver="calqueArray[3]=false;"><img border="0" src="/sources/images/shim.gif" height="35" width="110"></a><br>'
	+'<a href="#" onMouseOut="calqueArray[3]=true;CloseCalque(3);" onMouseOver="calqueArray[3]=false;"><img src="/sources/images/menu/f2.gif" border="0"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_RECIT_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_111\',\'\',\'/sources/images/menu/m2_1_on.gif\',1);MM_displayStatusMsg(\'carnet de voyage\')">	<img name="m2_111" 	border="0" src="/sources/images/menu/m2_1.gif" width="125" height="24" alt="carnet de voyage"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_SITUATION_URL}" 		onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_211\',\'\',\'/sources/images/menu/m2_2_on.gif\',1);MM_displayStatusMsg(\'ou sommes-nous ?\')">	<img name="m2_211" 	border="0" src="/sources/images/menu/m2_2.gif" width="125" height="24" alt="ou sommes-nous ?"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_PHOTO_URL}" 		onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_3\',\'\',\'/sources/images/menu/m2_3_on.gif\',1);MM_displayStatusMsg(\'album photos\')">	<img name="m2_3" 	border="0" src="/sources/images/menu/m2_3.gif" width="125" height="24" alt="album photos"></a><br>'
	//<!-- BEGIN VIDEO1 -->
	+'<a href="{INTERFACE_BLOG_PAGE_VIDEO_URL}" 	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_5\',\'\',\'/sources/images/menu/m2_5_on.gif\',1);MM_displayStatusMsg(\'album video\')">	<img name="m2_5" 	border="0" src="/sources/images/menu/m2_5.gif" width="125" height="24" alt="album video"></a><br>'
	//<!-- END VIDEO1 -->
	//<!-- BEGIN BUDGET1 -->
	+'<a href="{INTERFACE_BLOG_PAGE_BUDGET_URL}" 					onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_4\',\'\',\'/sources/images/menu/m2_4_on.gif\',1);MM_displayStatusMsg(\'budget\')">		<img name="m2_4" 	border="0" src="/sources/images/menu/m2_4.gif" width="125" height="24" alt="budget"></a><br>'
	//<!-- END BUDGET1 -->
	//<!-- BEGIN REMERCIEMENTS1 -->
	+'<a href="{INTERFACE_BLOG_PAGE_REMERCIEMENT_URL}" 					onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_7\',\'\',\'/sources/images/menu/m2_7_on.gif\',1);MM_displayStatusMsg(\'remerciements\')">		<img name="m2_7" 	border="0" src="/sources/images/menu/m2_7.gif" width="125" height="24" alt="remerciements"></a><br>'
	//<!-- END REMERCIEMENTS1 -->
	//
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-356.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'mdin2_356\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-GUESTHOUSE%20RESTO%20%26%20BONS%20PLANS.gif\',1);"><img name="mdin2_356"	border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-GUESTHOUSE%20RESTO%20%26%20BONS%20PLANS.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-357.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'mdin2_357\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-TRANSPORTS%20Part%20one.gif\',1);"><img name="mdin2_357"	border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-TRANSPORTS%20Part%20one.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-361.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'mdin2_361\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-Horaires%20Avion.gif\',1);"><img name="mdin2_361"	border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-Horaires%20Avion.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-572.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'mdin2_572\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-TRANSPORTS%20Part%20two.gif\',1);"><img name="mdin2_572"	border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-TRANSPORTS%20Part%20two.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-671.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'mdin2_671\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-TRANSPORTS%20Part%20three.gif\',1);"><img name="mdin2_671"	border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-TRANSPORTS%20Part%20three.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-1020.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'mdin2_1020\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-TRANSPORTS%20Part%20Four.gif\',1);"><img name="mdin2_1020"	border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-TRANSPORTS%20Part%20Four.gif"></a></td></tr></table>'
	//
	+'</td></tr></table>'
	
	
	
	
	
	+(iedom ? '</span><span id="Layer4" style="position:absolute; left:568px; top:-19px; width:200px; z-index:3; visibility: hidden; overflow: hidden" border="0">'
	 : '</Layer><LAYER name="Layer4" visibility="hidden">'
	 )
	
	+'<img src="/sources/images/shim.gif" width="1" height="8" border="0"><br>'
	+'<table width="110" border="0" cellspacing="0" cellpadding="0">'
	+'<tr><td ><a href="#" onMouseOut="calqueArray[4]=true;CloseCalque(4);" onMouseOver="calqueArray[4]=false;"><img border="0" src="/sources/images/shim.gif" height="35" width="110"></a><br>'
	+'<a href="#" onMouseOut="calqueArray[4]=true;CloseCalque(4);" onMouseOver="calqueArray[4]=false;">'
	+'<img src="/sources/images/menu/f2.gif" border="0"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_CONTACT_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'m3_11\',\'\',\'/sources/images/menu/m3_1_on.gif\',1);MM_displayStatusMsg(\'{INTERFACE_BLOG_PAGE_CONTACT}\')"><img name="m3_11" border="0" src="/sources/images/menu/m3_1.gif" width="110" height="24" alt="{INTERFACE_BLOG_PAGE_CONTACT}"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_LIVRE_OR_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'m3_21\',\'\',\'/sources/images/menu/m3_2_on.gif\',1);MM_displayStatusMsg(\'livre d\\\'or\')"><img name="m3_21" border="0" src="/sources/images/menu/m3_2.gif" width="110" height="24" alt="livre d\'or"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_FORUM_VOYAGE_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'m3_3\',\'_\',\'/sources/images/menu/m3_3_on.gif\',1);MM_displayStatusMsg(\'vos questions\')"><img name="m3_3" border="0" src="/sources/images/menu/m3_3.gif" width="110" height="24" alt="vos questions"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_NEWSLETTER_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'m3_4\',\'\',\'/sources/images/menu/m3_4_on.gif\',1);MM_displayStatusMsg(\'recevoir la newsletter\')"><img name="m3_4" border="0" src="/sources/images/menu/m3_4.gif" width="110" height="24" alt="recevoir la newsletter"></a><br>'
	//<!-- BEGIN LIENS1 -->
	+'<a href="{INTERFACE_BLOG_PAGE_LIENS_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'site_web_liens\',\'\',\'/sources/images/menu/autres_site_on.gif\',1);MM_displayStatusMsg(\'Les autres sites web\')"><img name="site_web_liens" border="0" src="/sources/images/menu/autres_site_off.gif" width="125" height="24" alt="{INTERFACE_BLOG_PAGE_LIENS}"></a>'
	//<!-- END LIENS1 -->
	//
	+'</td></tr>'
	+'</table>'
	+(iedom?'</span>':'</Layer>')
	+(iedom ? '</span><span id="GOOGLE" style="position:absolute; left:0px; top:0px; width:0px; height:0px; z-index:8; visibility: hidden; overflow: hidden" border="0">'
	 : '</Layer><LAYER name="Layer4" visibility="hidden">'
	 )
	 
	+(iedom?'</span>':'</Layer>') 
	//
	);

	
	if(navigator.appName.indexOf("Microsoft")!=-1)window.attachEvent("onload", correctPNG);
//	correctPNG();
}
else
{
	document.write('<table width="750" border="0" cellpadding="0" cellspacing="0" height="117" bgcolor="#ffffff">'
	
	+'<tr><td width="750" height="117" align="left">'
	
	+'<table width="750" border="0" cellspacing="0" cellpadding="0" height="117" bgcolor="#ffffff">'
	+'<tr><td rowspan="2" width="238" bgcolor="#ffffff"><a href="{INTERFACE_LANGUAGE_URL}" alt="Accueil"><img src="/sources/images/menu/i1.jpg" border="0"></a></td>'
	+'<td colspan="3" bgcolor="#ffffff" width="330"><img src="/sources/images/menu/i2.jpg"></td><td colspan="2" valign="middle" background="/sources/images/menu/i3.jpg" bgcolor="#ffffff" align="right"><br>&nbsp;<br>'
	+((""=="_fr_en")?'<img src="/sources/images/bandeau/bandeau_type_fr_en.gif" usemap="#MapBandeauType" border="0"><map name="MapBandeauType"><area shape="rect" coords="1,1,21,13" href="/carnet-de-voyage-rq-accueil-lang-en.html"><area shape="rect" coords="31,1,52,12" href="{INTERFACE_LANGUAGE_URL}"></map>':'')
	+((""=="_fr_en_es")
		?'<img src="/sources/images/bandeau/bandeau_type_fr_en_es.gif" usemap="#MapBandeauType" border="0"><map name="MapBandeauType"><area shape="rect" coords="63,1,87,14" href="{INTERFACE_LANGUAGE_URL}"><area shape="rect" coords="33,2,53,13" href="/carnet-de-voyage-rq-accueil-lang-en.html"><area shape="rect" coords="2,0,22,13" href="/carnet-de-voyage-rq-accueil-lang-es.html"></map>':'')
	+'</td></tr>'
	+'<tr><td bgcolor="#ffffff" background="/sources/images/menu/b1.gif"><a href="{INTERFACE_BLOG_PAGE_QUI_URL}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'b11\',\'\',\'/sources/images/menu/b1_on.gif\',1)"><img name="b11" border="0" src="/sources/images/menu/b1.gif" width="110" height="44"></a></td>'
	+'<td bgcolor="#ffffff" background="/sources/images/menu/b2.gif"><a href="#" onMouseOut="calqueArray[2]=true;CloseCalque(2);" onMouseOver="OpenCalque(2);calqueArray[2]=false;"><img src="/sources/images/menu/b2.gif" alt="Pr&ecirc;t ?" name="b2" width="110" height="44" border="0"></a></td><td bgcolor="#ffffff" background="/sources/images/menu/b3.gif"><a href="#" onMouseOut="calqueArray[3]=true;CloseCalque(3);" onMouseOver="OpenCalque(3);calqueArray[3]=false;"><img src="/sources/images/menu/b3.gif" alt="Partez !" name="b3" width="110" height="44" border="0"></a></td><td bgcolor="#ffffff" background="/sources/images/menu/b4.gif"><a href="#" onMouseOut="calqueArray[4]=true;CloseCalque(4);" onMouseOver="OpenCalque(4);calqueArray[4]=false;"><img src="/sources/images/menu/b4.gif" alt="{INTERFACE_BLOG_PAGE_CONTACT}" name="b4" width="110" height="44" border="0"></a></td><td background="/sources/images/menu/b5.gif" width="72" valign="top" align="left" bgcolor="#ffffff" class=\"txtnormal\"><img src="/sources/images/menu/dot.gif" width="1" height="8" hspace="0" vspace="0"><br><img src="/sources/images/menu/dot.gif" width="4" height="1" align="left" hspace="1" vspace="0"><img border="0" src="/sources/images/menu/sablier.gif" align="left" hspace="0" vspace="0"><img src="/sources/images/menu/dot.gif" width="1" height="2"><font color="#DD853C"><br>&nbsp;&nbsp;'+dateblog
	+'</font></td></tr></table></td></tr></table>'
	
	+(
	 iedom ? '<span id="Layer2" style="position:absolute; left:347px; top:-19px; width:110px; z-index:1; visibility: hidden; overflow: hidden" border="0">'
	 :'<LAYER name="Layer2" visibility="hidden">'
	 )
	
	+'<img src="/sources/images/shim.gif" width="1" height="8" border="0"><br>'
	+'<table width="110" border="0" cellspacing="0" cellpadding="0">'
	+'<tr><td ><a href="#" onMouseOut="calqueArray[2]=true;CloseCalque(2);" onMouseOver="calqueArray[2]=false;"><img src="/sources/images/menu/f2.gif" border="0"></a><br>'
	//
	+'<a href="{INTERFACE_BLOG_PAGE_PREPARATIFS_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[2]=true;CloseCalque(2);return document.MM_returnValue" onMouseOver="calqueArray[2]=false;MM_swapImage(\'m1_21\',\'\',\'/sources/images/menu/m1_2_on.gif\',1);MM_displayStatusMsg(\'pr&eacute;paratifs\')"><img name="m1_21" border="0" src="/sources/images/menu/m1_2.gif" width="110" height="24" alt="pr&eacute;paratifs"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_ITINERAIRE_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[2]=true;CloseCalque(2);return document.MM_returnValue" onMouseOver="calqueArray[2]=false;MM_swapImage(\'m1_3\',\'\',\'/sources/images/menu/m1_3_on.gif\',1);MM_displayStatusMsg(\'itin&eacute;raire\')"><img name="m1_3" border="0" src="/sources/images/menu/m1_3.gif" width="110" height="24" alt="itin&eacute;raire"></a>'
	//
	+'</td></tr></table>'
	+(iedom ?'</span><span id="Layer3" style="position:absolute; left:457px; top:-19px; width:125px; z-index:2; visibility: hidden; overflow: hidden" border="0">'
		: '</Layer><LAYER name="Layer3" visibility="hidden">'
	 )
	+'<img src="/sources/images/shim.gif" width="1" height="8" border="0"><br>'
	+'<table width="125" border="0" cellspacing="0" cellpadding="0"><tr><td ><a href="#" onMouseOut="calqueArray[3]=true;CloseCalque(3);" onMouseOver="calqueArray[3]=false;"><img src="/sources/images/menu/f2.gif" border="0"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_RECIT_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_111\',\'\',\'/sources/images/menu/m2_1_on.gif\',1);MM_displayStatusMsg(\'carnet de voyage\')">	<img name="m2_111" 	border="0" src="/sources/images/menu/m2_1.gif" width="125" height="24" alt="carnet de voyage"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_SITUATION_URL}" 		onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_211\',\'\',\'/sources/images/menu/m2_2_on.gif\',1);MM_displayStatusMsg(\'ou sommes-nous ?\')">	<img name="m2_211" 	border="0" src="/sources/images/menu/m2_2.gif" width="125" height="24" alt="ou sommes-nous ?"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_PHOTO_URL}" 		onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_3\',\'\',\'/sources/images/menu/m2_3_on.gif\',1);MM_displayStatusMsg(\'album photos\')">	<img name="m2_3" 	border="0" src="/sources/images/menu/m2_3.gif" width="125" height="24" alt="album photos"></a><br>'
	//+'<a href="{INTERFACE_BLOG_PAGE_AUDIO_URL}" 		onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_3\',\'\',\'/sources/images/menu/m2_3_on.gif\',1);MM_displayStatusMsg(\'album audio\')">	<img name="m2_3" 	border="0" src="/sources/images/menu/m2_3.gif" width="125" height="24" alt="album audio"></a><br>'
	//<!-- BEGIN VIDEO2 -->
	+'<a href="{INTERFACE_BLOG_PAGE_VIDEO_URL}" 	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_5\',\'\',\'/sources/images/menu/m2_5_on.gif\',1);MM_displayStatusMsg(\'album video\')">	<img name="m2_5" 	border="0" src="/sources/images/menu/m2_5.gif" width="125" height="24" alt="album video"></a><br>'
	//<!-- END VIDEO2 -->
	//<!-- BEGIN BUDGET2 -->
	+'<a href="{INTERFACE_BLOG_PAGE_BUDGET_URL}" 					onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_4\',\'\',\'/sources/images/menu/m2_4_on.gif\',1);MM_displayStatusMsg(\'budget\')">		<img name="m2_4" 	border="0" src="/sources/images/menu/m2_4.gif" width="125" height="24" alt="budget"></a><br>'
	//<!-- END BUDGET2 -->
	//<!-- BEGIN REMERCIEMENTS2 -->
	+'<a href="{INTERFACE_BLOG_PAGE_REMERCIEMENT_URL}" 					onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_7\',\'\',\'/sources/images/menu/m2_7_on.gif\',1);MM_displayStatusMsg(\'remerciements\')">		<img name="m2_7" 	border="0" src="/sources/images/menu/m2_7.gif" width="125" height="24" alt="remerciements"></a><br>'
	//<!-- END REMERCIEMENTS2 -->
	//
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-356.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_356\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-GUESTHOUSE%20RESTO%20%26%20BONS%20PLANS.gif\',1);">		<img name="m2_356" border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-GUESTHOUSE%20RESTO%20%26%20BONS%20PLANS.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-357.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_357\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-TRANSPORTS%20Part%20one.gif\',1);">		<img name="m2_357" border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-TRANSPORTS%20Part%20one.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-361.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_361\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-Horaires%20Avion.gif\',1);">		<img name="m2_361" border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-Horaires%20Avion.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-572.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_572\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-TRANSPORTS%20Part%20two.gif\',1);">		<img name="m2_572" border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-TRANSPORTS%20Part%20two.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-671.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_671\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-TRANSPORTS%20Part%20three.gif\',1);">		<img name="m2_671" border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-TRANSPORTS%20Part%20three.gif"></a></td></tr></table>'
	//
	+'<table width="10" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor=white><a href="{INTERFACE_BLOG_PAGE_PAGE_LIBRE_URL}-rubrique-1020.html"	onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[3]=true;CloseCalque(3);return document.MM_returnValue" onMouseOver="calqueArray[3]=false;MM_swapImage(\'m2_1020\',\'\',\'/carnet-de-voyage-rq-bandeau_img-texton-TRANSPORTS%20Part%20Four.gif\',1);">		<img name="m2_1020" border="0" src="/carnet-de-voyage-rq-bandeau_img-textoff-TRANSPORTS%20Part%20Four.gif"></a></td></tr></table>'
	//
	+'</td></tr></table>'
	
	+(iedom ? '</span><span id="Layer4" style="position:absolute; left:568px; top:-19px; width:110px; z-index:3; visibility: hidden; overflow: hidden" border="0">'
	 : '</Layer><LAYER name="Layer4" visibility="hidden">'
	 )
	
	+'<img src="/sources/images/shim.gif" width="1" height="8" border="0"><br>'
	+'<table width="110" border="0" cellspacing="0" cellpadding="0">'
	+'<tr><td ><a href="#" onMouseOut="calqueArray[4]=true;CloseCalque(4);" onMouseOver="calqueArray[4]=false;">'
	+'<img src="/sources/images/menu/f2.gif" border="0"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_CONTACT_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'m3_11\',\'\',\'/sources/images/menu/m3_1_on.gif\',1);MM_displayStatusMsg(\'{INTERFACE_BLOG_PAGE_CONTACT}\')"><img name="m3_11" border="0" src="/sources/images/menu/m3_1.gif" width="110" height="24" alt="{INTERFACE_BLOG_PAGE_CONTACT}"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_LIVRE_OR_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'m3_21\',\'\',\'/sources/images/menu/m3_2_on.gif\',1);MM_displayStatusMsg(\'livre d\\\'or\')"><img name="m3_21" border="0" src="/sources/images/menu/m3_2.gif" width="110" height="24" alt="livre d\'or"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_FORUM_VOYAGE_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'m3_3\',\'_\',\'/sources/images/menu/m3_3_on.gif\',1);MM_displayStatusMsg(\'vos questions\')"><img name="m3_3" border="0" src="/sources/images/menu/m3_3.gif" width="110" height="24" alt="vos questions"></a><br>'
	+'<a href="{INTERFACE_BLOG_PAGE_NEWSLETTER_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'m3_4\',\'\',\'/sources/images/menu/m3_4_on.gif\',1);MM_displayStatusMsg(\'recevoir la newsletter\')"><img name="m3_4" border="0" src="/sources/images/menu/m3_4.gif" width="110" height="24" alt="recevoir la newsletter"></a><br>'
	//<!-- BEGIN LIENS2 -->
	+'<a href="{INTERFACE_BLOG_PAGE_LIENS_URL}" onMouseOut="MM_swapImgRestore();MM_displayStatusMsg(\'\');calqueArray[4]=true;CloseCalque(4)" onMouseOver="calqueArray[4]=false;MM_swapImage(\'site_web_liens\',\'\',\'/sources/images/menu/autres_site_off.gif\',1);MM_displayStatusMsg(\'Les autres sites web\')"><img name="site_web_liens" border="0" src="/sources/images/menu/autres_site_off.gif" width="125" height="24" alt="{INTERFACE_BLOG_PAGE_LIENS}"></a>'
	//<!-- END LIENS2 -->
	//
	+'</td></tr>'
	+'</table>'
	+(iedom?'</span>':'</Layer>')
	+(iedom ? '</span><span id="GOOGLE" style="position:absolute; left:0px; top:0px; width:0px; height:0px; z-index:8; visibility: hidden; overflow: hidden" border="0">'
	 : '</Layer><LAYER name="Layer4" visibility="hidden">'
	 )
	 
	+(iedom?'</span>':'</Layer>') 
	);
	
}
