	$(document).ready(function(){
		
		$('.boutonPlus').toggle(function()
		{
			$('.boutonPlus').hover(function()
		{
			$(this).css('background-position','top right')
		},function()
		{
			$(this).css('background-position','bottom right');
		});
			
			
			$(this).css('background-position','top right');
			$('#reaWeb').animate(
				{width:'+=390'}
				,'slow');
				$('#interPhotoIllustration .partieD').animate(
				{width:'+=590'}
				,'slow');
		}
		,function(){
		
			$('.boutonPlus').hover(function()
		{
			$(this).css('background-position','top left')
		},function()
		{$(this).css('background-position','bottom left');
		});
			
			
			$(this).css('background-position','bottom left');
			$('#reaWeb').animate(
			
				{width:'-=390'}
				,'slow');
				$('#interPhotoIllustration .partieD').animate(
				{width:'-=590'}
				,'slow');
		});
	
	});
