//---- modifie le theme du captcha
//---- voir :http://code.google.com/intl/fr/apis/recaptcha/docs/customization.html

 var RecaptchaOptions = {
    theme : 'clean',
	lang : 'fr'
 };
 
