I have good results, based on this "$FE, $14 - Move cursor right one position" :
Code:
if (temperature2/100) =>10 then
LcdOut $FE, $c0, "OUT :  ", Sign2," ", DEC (Temperature2 / 100), ".", DEC Temperature2 dig 1, " ",223,"C " 
else
LcdOut $FE, $C0, "OUT :  ", Sign2," ", $14, DEC (Temperature2 / 100), ".", DEC Temperature2 dig 1, " ",223,"C " 
endif
Thanks !!!