window.addEvent('domready',function(){$$('.bouton img').addEvent('click',function(){img=this;src=img.get('src');nsrc=src.replace('.gif','-clic.gif');img.set('src',nsrc);var loc=function(){nloc=img.getParent('div').get('id').replace('bouton-','')+'.html';if(nloc.match(/blog/g))nloc='blog';window.location.href='http://'+document.domain+'/'+nloc;}
loc.delay(100);});$('valide').addEvent('click',function(){var a=0;var regCourriel=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;var regNom=/^[A-Za-z0-9\s\']+$/;var regVide=/.+/;nom=$('nom').value;courriel=$('courriel').value;texte=$('texte').value;if(!nom.test(regNom)){$('nom').setStyle('border','1px solid red');a=a+1;cache.delay(500,$('nom'));}
if(!courriel.test(regCourriel)){$('courriel').setStyle('border','1px solid red');cache.delay(500,$('courriel'));a=a+1;}
if(!texte.test(regVide)){$('texte').setStyle('border','1px solid red');cache.delay(500,$('texte'));a=a+1;}
if(a==0){var req=new Request.HTML({url:'courriel.html',method:'post',autoCancel:true,onSuccess:function(html){$('retour').set('html','');$('retour').adopt(html);$('nom').value='';$('courriel').value='';$('texte').value='';},data:'courriel='+courriel+'&nom='+nom+'&message='+texte}).send();}});$$('#logo img').addEvents({'mouseenter':function(){$('accueil').setStyle('display','block');},'mouseleave':function(){$('accueil').setStyle('display','none');}});});var cache=function cache(){this.set('tween',{duration:'long'});this.tween('border-color',['#f00','#8f9bac']);}