HTML:
Produit Prix Revenu / jour Revenu total Cycle
Maréa VIP 13 000 FCFA350 FCFA40 250 FCFA115 jours
Maréa VIP 27 000 FCFA1 020 FCFA117 300 FCFA115 jours
Maréa VIP 310 000 FCFA1 650 FCFA189 750 FCFA115 jours
Maréa VIP 425 000 FCFA4 000 FCFA460 000 FCFA115 jours
Maréa VIP 560 000 FCFA9 000 FCFA1 035 000 FCFA115 jours
Maréa VIP 6100 000 FCFA20 000 FCFA2 300 000 FCFA115 jours
Maréa VIP 7300 000 FCFA55 000 FCFA6 325 000 FCFA115 jours
CSS: .green-table { width: 100%; border-collapse: collapse; background-color: #2e7d32; /* couleur verte principale */ color: #ffffff; /* texte blanc sur tout le tableau */ font-family: Arial, sans-serif; } .green-table thead th { background-color: #1b5e20; /* teinte plus sombre pour les en-têtes */ color: #ffffff; padding: 8px 12px; border: 1px solid #166534; text-align: left; } .green-table tbody td { padding: 8px 12px; border: 1px solid #1b5e20; } .green-table tbody tr:nth-child(even) { background-color: rgba(0,0,0,0.05); /* légère alternance sans fuga de couleur forte */ color: #ffffff; } .green-table tbody tr:hover { background-color: #1b8a3c; /* léger survol en vert plus foncé */ color: #ffffff; }