/*----------------------------------------------------------*/
/*  ressort un nombre aleatoire                             */
<!--
function nbre_aleatoire(nb)
{
	nombre1= Math.floor(Math.random() * nb)+1;
} 
var nombre1;
//-->
