function Fond()
image = net.loadIMG("1020","GPnet/fond",3)
fond = paintutils.loadImage(image)
paintutils.drawImage(fond,1,4)
end

Fond()
term.setBackgroundColor(colors.white)
term.setTextColor(colors.black)
texte = "La prochaine devrait bientot arriver."
longueur = string.len(texte)
X = 52 / 2 - longueur / 2
term.setCursorPos(X,11)
print(texte)
sleep(3)
Fond()

return "askPage->1020->srv/pagenext->3"
