Cufon('.slogan div, #contentLeft h3, #contentRight h3, #actualites h2, h4.slogan, h4.title, .formtitle, .testimonial-bottom');
$(document).ready(function(){
						   
	 
	 $('.fancybox').fancybox();
	 $('.maplink').fancybox({
		'hideOnContentClick': false,
		'frameWidth': 640,
		'frameHeight': 420
	 });
	 
	 $('#inline').fancybox({
			'hideOnContentClick': false,
			'frameWidth': 512,
			'frameHeight': 348
		 });
	 
	 $('#wrapperImages').cycle();
	 
	 $('.field-error-message').each(function() {
		 $(this).hide();
		 $(this).parent().prevAll("label:first").css('color','red'); 
	 });
	 
	 
	 $('.interieur-links a').click(function(e) {
		 window.open($(this).attr('href'));
		 return false;
	 });
	 
});
