



function mbp(  )
{
 chaine = "";

 copy = "2010";
 mainpage = "../accueil.htm";
 courriel = "dominique_richard_@hotmail.com";
 dist = "60"; // distance en pixels entre les 3 items

 chaine = "<span style='font-size:8pt; position:relative; top:-1px; left:0px'>&copy; " + copy + "<img src='../spacer.gif' width='" + dist + "px' height='1px'><a href='" + mainpage + "' style='font-size:8pt;'>accueil</a><img src='../spacer.gif' width='" + dist + "px' height='1px'><a href='mailto:" + courriel + "'>courriel</a></span>";
 

 document.write( chaine );

}



function mbp2(  )
{

 chaine = "<img src='nav01.gif' border='0' usemap='#navigation01'><span style='font-size:8pt; position:relative; top:-7px; left:0px; padding-left:30px; padding-right:30px;'><a href='accueil.htm'>oeuvres<\/a><\/span><img src='nav02.gif' border='0' usemap='#navigation02'>";

 document.write( chaine );

}


function signature(  )
{


 chaine = "<span style='font-size:7pt; position:relative; top:0px; left:340px'>design et conception <a href='http://www.benoitdavid.net' style='font-weight:bold'>benoit david pouin net</a></span>";
 

 document.write( chaine );

}


function titre( nom )
{

// chaine = "<table style='margin-top:10px;margin-left:10px;margin-right:10px;width:390px;'><tr><td style='background:black;'><img src='../spacer.gif'></td><td style='background:#FDF9EE;font-weight:bold; text-align:center; color:black;'>&nbsp;" + nom + "&nbsp;</td><td style='background:black;'><img src='../spacer.gif'></td></tr></table>";

 chaine = "<table border='0' style='margin-top:10px; margin-left:10px ;margin-right:10px; width:390px;'><tr><td style='background:black; text-align:center'><span style='background:#FDF9EE; font-weight:bold; color:black; padding-left:10px; padding-right:10px; '>&nbsp;" + nom + "&nbsp;</span></td></tr></table>";

 document.write( chaine );

}