<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" xml:lang="fr-FR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<title>Test de Sortable</title>
<link rel="stylesheet" type="text/css" href="tests.css" />
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="scriptaculous.js?load=effects,dragdrop"></script>
<script src="organisation_menu.js" type ="text/javascript"></script>
</head>
<body>
<ul id="menu_0">
<li> 1 er ligne niveau 0</li>
<li> 2 eme ligne niveau 0</li>
<li> 3 eme ligne niveau 0</li>
<li> 4 eme ligne niveau 0</li>
<li> 5 eme ligne niveau 0</li>
<ul id="menu_1">
<li> 1 er ligne niveau 1</li>
<li> 2 eme ligne niveau 1</li>
<li> 3 eme ligne niveau 1</li>
<li> 4 eme ligne niveau 1</li>
</ul>
</ul>
</body>
</html>