// Procedures globales du projet
function POINT_VIRGULE(ev)
{
	if(event.keyCode == 46)
	{
		event.keyCode=44;
	}
}

