var vBD;
vBD = '';

vBD = vBD + "<table width=\"980\" height=\"79\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
vBD = vBD + " <tr>";
vBD = vBD + "  <td width=\"980\" height=\"79\"><img src=\"img/header_top.gif\" width=\"980\" height=\"79\" border=\"0\" usemap=\"#MapAccueil\"></td>";
vBD = vBD + " </tr>";
vBD = vBD + " <tr>";
vBD = vBD + "  <td width=\"980\" height=\"32\" bgcolor=\"#FFCC33\"><img src=\"img/trans.gif\" width=\"980\" height=\"32\" border=\"0\"></td>";
vBD = vBD + " </tr>";
vBD = vBD + " <tr>";
vBD = vBD + "  <td width=\"980\" height=\"11\" background=\"img/header_barre_rouge.gif\"><img src=\"img/trans.gif\" width=\"980\" height=\"11\" border=\"0\"></td>";
vBD = vBD + " </tr>";
vBD = vBD + "</table>";

vBD = vBD + "<map name=\"MapAccueil\">";
vBD = vBD + "  <area shape=\"rect\" coords=\"31,2,173,78\" href=\"index.php\" alt=\"LES Accueil\" title=\"LES Accueil\">";
vBD = vBD + "</map>";

document.write (vBD);