
document.writeln('&nbsp;</div><nofollow><div class=basdepage><hr> ');


document.writeln(' <table border="0"  width="100%"> ');
document.writeln('    <tr> ');

//Retour sommaire
document.writeln('<td align="left" valign=top width="25%">');


if (profondeur=="") ; //Page d'accueil
else if(retour=='rubrique') 
	document.writeln('<a href="'+profondeur+dossier+'/index.htm"><img src="'+profondeur+'images/'+dossier+'.gif"  alt="'+dossier+'" border="0"  width="30" height="30"><BR><font size="1">retour sommaire '+libelle_rubrique+'</font></a>');
else if (retour=='accueil') 
	 document.writeln('<a href="'+profondeur+'index.htm"><img src="'+profondeur+'images/accueil.gif"  alt="Retour à la page d\'accueil" border="0"  width="30" height="30"><BR><font size="1">Page d\'accueil</font></a>');
else if (sommaire) //Sommaire d'une sous sous rubrique
	document.writeln('<a href="../index.htm"><img src="'+profondeur+'images/'+dossier+'.gif"  alt="" border="0"  width="30" height="30"><BR><font size="1">retour sommaire '+retour+'</font></a>');
else 
	document.writeln('<a href="index.htm"><img src="'+profondeur+'images/'+dossier+'.gif"  alt="" border="0"  width="30" height="30"><BR><font size="1">retour sommaire '+retour+'</font></a>');


//Moteur recherche


document.writeln('         <td valign=top align=center> ');

document.writeln(' <FORM ACTION="http://search.freefind.com/find.html" METHOD="GET" target="_top">');
document.writeln(' <INPUT TYPE="HIDDEN" NAME="id" SIZE="-1" VALUE="8889810"><INPUT TYPE="HIDDEN" NAME="pid" SIZE="-1" VALUE="r"><INPUT TYPE="HIDDEN" NAME="mode" SIZE="-1" VALUE="ALL">');
document.writeln(' <INPUT TYPE="TEXT" NAME="query" SIZE="20"> ');
document.writeln(' <INPUT TYPE="SUBMIT" VALUE="Trouver!" > ');
document.writeln(' <input type="HIDDEN" name="t" value="s"><input type="HIDDEN" name="lang" value="fr"> ');
document.writeln(' </FORM>');

//navigation
document.writeln('<td align="right" valign=top width="25%"><a href="#haut"><img src="'+profondeur+'images/haut.gif" alt="haut" border="0" width="16" height="15"><BR><font size="1">Haut de la page</font></a></td>');




document.writeln(' </table></div></nofollow>');
if (!sommaire) document.writeln('<FONT SIZE=1><I>En lisant la Bible, nous avons d&eacute;couvert J&eacute;sus. Il a transform&eacute; notre vie.<BR>Nous voulons en parler avec nos fr&egrave;res qui sont dans l\'islam.</I><BR></FONT>');

document.writeln('<a name="bas"></a></body></html>');
