to use it
---------------
a. in phpcompta create a new "dossier"
b. in the "accueil page" you can see it id
c. ./simul.py|psql database_name (the database name is the DOMAIN_dossierID, replace the uppercase
			by the good values)


for reusing the same database
------------------------------
* drop the database = dropdb database_name 
* recreate it 
	createdb -T mod1 -E latin1 -O phpcompta database_name

