Created
March 30, 2014 20:00
-
-
Save matael/9878780 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| listes = { | |
| 1: "LISTE D'UNION DE LA DROITE ET DU CENTRE (Alain PIGEAU)", | |
| 2: "LUTTE OUVRIERE FAIRE ENTENDRE LE CAMP DES TRAVAILLEURS (Yves CHEÈRE)", | |
| 3: "LE MANS RENOUVEAU CITOYEN (Ariane HENRY)", | |
| 4: "AVEC VOUS POUR LE MANS (Christelle MORANÇAIS)", | |
| 5: "LE MANS POUR TOUS (Jean-Claude BOULARD)", | |
| 6: "CARTON ROUGE (Pascal LE PORT)", | |
| 7: "LE MANS BLEU MARINE (Louis NOGUÈS)", | |
| 8: "ALTERNATIVE PROGRESSISTE SOLIDAIRE (Michel PEZERIL)" | |
| } | |
| colors = { | |
| 1: "#129cda", | |
| 2: "#ee2c29", | |
| 3: "#a1da8d", | |
| 4: "#06589d", | |
| 5: "#963a60", | |
| 6: "#ff7400", | |
| 7: "#01527a", | |
| 8: "#007b25" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment