// Logo Arius permettant le retour a la home

/*document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write(" <tr>");
document.write("   <td width=\"134\"><a href=\""+niveau+"default.htm\"><img src=\""+niveau+"images/commun/logo.gif\" width=\"144\" height=\"52\" border=\"0\"></a></td>");
if (arius == '0') // Si on est pas dans la rubrique arius, le logo ne change pas
{
document.write("   <td><img src=\""+niveau+"images/commun/d_logo.gif\" name=\"d_logo\" width=\"19\" height=\"100\" id=\"d_logo\"></td>");
}
else  // Si on est dans la rubrique arius, un bout du logo doit devenir orange
{
document.write("   <td><img src=\""+niveau+"images/commun/d_logo_on.gif\" name=\"d_logo\" width=\"19\" height=\"100\" id=\"d_logo\"></td>");
}
document.write(" </tr>");
document.write("</table>");*/



document.write(" <tr>");
document.write("   <td><a href=\""+niveau+"default.htm\"><img src=\""+niveau+"images/logo.jpg\"  border=\"0\"></a></td>");
document.write(" </tr>");