$(document).ready(function(){

	/*$(".left_menu ul li a").each(function(){
		
		if( $(this).attr("href") == ("dentaleurope.fr/" + window.location)){
			$(this).addClass("active");
		}
		
	});*/
	
	$("form .submitButton").hover(
	    function(){
	    	$(this).addClass("hover");
    	},
	    function(){ 
        	$(this).removeClass("hover");
        }
	);
	
	//$("a[rel^='prettyPhoto']").prettyPhoto();
	$("a.prettyPhoto").prettyPhoto();
	
});
