$(function(){
						   
	$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 7000, true);
	
	$('.lightbox').lightBox();
	
	$('.lightbox2').lightBox();
	
	$('.wrapGauche2').hover(function() {
		$(this).addClass('hover');
	}, function() {
		$(this).removeClass('hover');
	});
	
 $('#container-5 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	
	var height_contenu = $('#contenu').height()+44;
	$('#menu').height(height_contenu+'px');

	$('#top').corner('tl tr 15px');
	$('.blocCompteG').corner('tl bl 15px');
	$('.blocCompteD').corner('tr br 15px');
	$('#blocG').corner("bl");
	
	//$('form#formContact input, form#formContact textarea, #infoContact, .captchaImages').corner('5px');
	
	
	$('#captcha1').simpleCaptcha({
		numImages: 4,
    	introText: '<br /><p style="text-align:center;">Pour des mesures de s&eacute;curit&eacute; Anti-Spam, \n merci de cliquer sur : <strong class="captchaText"></strong></p>'
  	});
 	
	$('.tableHover').columnHover({eachCell:true, hoverClass:'betterhover'});
	
	$('#formContact input:text, #formContact textarea').bind('focus', function(){
		$(this).css('background-color','#6dc3f2');						 
	});
	$('#formContact input:text, #formContact textarea').bind('blur', function(){
		$(this).css('background-color','#ffffff');						 
	});
});
