JavaScript change la couleur de l'entrée de texte
document.getElementById("yourInputID").style.color = 'the color of your choice';
Tartaud
document.getElementById("yourInputID").style.color = 'the color of your choice';