jQuery(document).ready(function() {
	
	jQuery("#coeur-number2").click(function(){
		jQuery("#coeur1").hide();
		jQuery("#coeur3").hide();
		jQuery("#coeur2").fadeIn();
		jQuery(this).css({
			'background':'url(squelettes/css/image/numberhover.png)',
			'width' : '17px',
			'height' : '16px',
			'color' : '#000',
			'padding-top' : '2px',
			'margin-top' : '4px'
		});
		jQuery("#coeur-number1").css({
			'background':'url(squelettes/css/image/number.png)',
			'width' : '15px',
			'height' : '16px',
			'color' : '#fff',
			'padding-top' : '0px',
			'margin-top' : '5px'
		});
		jQuery("#coeur-number3").css({
			'background':'url(squelettes/css/image/number.png)',
			'width' : '15px',
			'height' : '16px',
			'color' : '#fff',
			'padding-top' : '0px',
			'margin-top' : '5px'
		});

		
   });
	jQuery("#coeur-number3").click(function(){
		jQuery("#coeur1").hide();
		jQuery("#coeur2").hide();
		jQuery("#coeur3").fadeIn();
		jQuery(this).css({
			'background':'url(squelettes/css/image/numberhover.png)',
			'width' : '17px',
			'height' : '16px',
			'color' : '#000',
			'padding-top' : '2px',
			'margin-top' : '4px'
		});
		jQuery("#coeur-number1").css({
			'background':'url(squelettes/css/image/number.png)',
			'width' : '15px',
			'height' : '16px',
			'color' : '#fff',
			'padding-top' : '0px',
			'margin-top' : '5px'
		});
		jQuery("#coeur-number2").css({
			'background':'url(squelettes/css/image/number.png)',
			'width' : '15px',
			'height' : '16px',
			'color' : '#fff',
			'padding-top' : '0px',
			'margin-top' : '5px'
		});
	
   });
	jQuery("#coeur-number1").click(function(){
		jQuery("#coeur3").hide();
		jQuery("#coeur2").hide();
		jQuery("#coeur1").fadeIn();
		jQuery(this).css({
			'background':'url(squelettes/css/image/numberhover.png)',
			'width' : '17px',
			'height' : '16px',
			'color' : '#000',
			'padding-top' : '2px',
			'margin-top' : '4px'
		});
		jQuery("#coeur-number2").css({
			'background':'url(squelettes/css/image/number.png)',
			'width' : '15px',
			'height' : '16px',
			'color' : '#fff',
			'padding-top' : '0px',
			'margin-top' : '5px'
		});
		jQuery("#coeur-number3").css({
			'background':'url(squelettes/css/image/number.png)',
			'width' : '15px',
			'height' : '16px',
			'color' : '#fff',
			'padding-top' : '0px',
			'margin-top' : '5px'
		});
	
   });
});
