I added:

CMCON = 7 ' Disable comparators.
VRCON.7 = 0 ' Disable voltage reference module ; no current.
TRISIO = %000000 ' All output except for GP3.
ADCON0.0 = 0 ' Turn off ADC module.

... and everything is working properly. THANKS !

Fabien