If OptionButton1 Then .Object.BackColor = RGB(255, 0, 0) 'rouge
If OptionButton2 Then .Object.BackColor = RGB(0, 0, 255) 'vert
If OptionButton3 Then .Object.BackColor = RGB(255, 255, 0) 'jaune
If OptionButton4 Then .Object.BackColor = RGB(0, 255, 0) 'bleu
If OptionButton1 Then Feuil2.Range("A" & Ligne).Interior.Color = RGB(255, 0, 0)
If OptionButton2 Then Feuil2.Range("A" & Ligne).Interior.Color = RGB(0, 0, 255)
If OptionButton3 Then Feuil2.Range("A" & Ligne).Interior.Color = RGB(255, 255, 0)
If OptionButton4 Then Feuil2.Range("A" & Ligne).Interior.Color = RGB(0, 255, 0)