function attente(id)
{
	theUL= document.getElementById('unit_ul'+id);

	theUL.innerHTML= '<div class="loading"></div>';


}