function bandeau_b(decal) {
texte2=
  "			<div style=\"position:relative;width:812px;height:50px;margin:auto;border: none;-adbe-g:p;\">"
+ "				<div style=\"position:absolute;top:0px;left:0px;width:px;height:100px;-adbe-c:c\">"
+ "					<div align=\"center\">"
+ "						<hr width=\"812\">"
+ "						<a class=\"ref\" href=\"" + decal + "\" title=\"Index\">Page d'accueil</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "grands-rouilles.html\" title=\"grands rouilles\">Les grands rouilles</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "carres-rouilles.html\" title=\"carrés rouilles\">Les carrés rouilles</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "autres-rouilles.html\" title=\"autres rouilles\">Les autres rouilles</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "petits-rouilles.html\" title=\"petits rouilles\">Les petits rouilles</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "carres-mixtes-80.html\" title=\"carrés de 80\">Les carrés de 80</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "carres-mixtes-50.html\" title=\"carrés de 50\">Les carrés de 50</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "kakemonos.html\" title=\"kakémonos\">Les kakémonos</a>"
+ "					</div>"
+ "					<div align=\"center\">"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "carre-aimante-1.html\" title=\"carrés aimantés\">Les carrés aimantés</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "petits-mixtes.html\" title=\"petits mixtes\">Les petits mixtes</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "travaux-papiers.html\" title=\"travaux papier\">Les travaux sur papiers</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "illustrations.html\" title=\"illustration\">Illustrations</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "page2.html\" title=\"d'entrée en matières\">D'entrée en matières</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "cv.html\" title=\"cv\">Mon CV</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "liens.html\" title=\"liens\">Mes liens favoris</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "scolaire.html\" title=\"intervention scoalire\">Interventions scolaires</a><br/>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "mentions-legales.html\" title=\"Mentions légales\">Mentions légales</a>"
+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "contact.html\" title=\"Contact\">Me contacter</a><br/>"

+ "<span class=\"mini\"> - </span><a class=\"ref\" href=\"" + decal + "\" title=\"MHB\">&copy; Marie-Helene Burgeat 2011</a>"
+ "					</div>"
+ "				</div>"
+ "			</div>";
document.write(texte2);
}

