check if my led is on

Who knows?
The chances of an analogRead returning zero are low, unless the pin is tied directly to ground.
Maybe instead of if {valeurLue == 0) {
how about if {valeurLue < someThreshold) { ?