Hello,
I can find how to add automatically a class to all links generated with ckeditor.
eg : If I add a link to a text through CKEditor, I'd like this link on my page to be rendered automatically with class="bouton" :
<a href="contact.php" class="bouton">Contact Me</a>
Thanks !