The Commission's has consulted the NGO's in depth on the discussion paper (pdf) The Commission and NGOs : building a stronger partenership. NGOs have had two months to make their comments which will be taken into consideration in following-up the document Click on getting information to read your comments. En savoir plus...
La Commission a consulté de manière élargie les ONG sur le document de discussion (pdf) La Commission et les ONG : le renforcement du Partenariat. Les ONG ont eu 2 mois pour faire connaître leurs commentaires qui seront pris en compte dans la suite à donner au document. Cliquez sur s'exprimer pour lire vos contributions. En savoir plus...
<html> <head> <style> p[lang] { font-size: 11pt; font-family: Verdana; } p[lang = fr] span {quotes: "«" "»"} p[lang = en] span {quotes: '"' '"'} span:before { content: open-quote } span:after { content: close-quote } </style> </head> <body> <p lang="en"> ... <span> ... </span> ... <span> ... </span> ... <a href=" ... "> ... </a></p> <p lang="fr"> ... <span> ... </span> ... <span> ... </span> ... <a href=" ... "> ... </a></p> </body> </html> <!-- La feuille de style suivante devrait donner un résultat équivalent --> p { font-size: 11pt; font-family: Verdana; } p:lang(fr) span {quotes: "«" "»"} p:lang(en) span {quotes: '"' '"'} span:before { content: open-quote } span:after { content: close-quote }