/*
	Clean & Compress JS - ©2010 dynamicnet.fr
	Clean Ratio: 71.51%
*/


function rappelContexte(){var anchors=$A($("menu").getElementsByTagName("a"));anchors.each(function(a){if(document.location.href==a.href){Element.addClassName(a,"actif");}});}
Event.observe(window,'load',function(){rappelContexte()},false);