/* Navigation menu */
function tr1(){
	$('#supersize').fadeIn('slow');
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/home.php');
	});
	$('#content').fadeIn(0);
	$('.menu_over').animate({'margin-top':'0px'}).fadeIn('slow');
	$('.supersize1 img').fadeIn('slow');
	$('.supersize2 img').fadeIn('slow');

}


function tr2(){
	$('#supersize').fadeIn('slow');
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/cocoun.php');
	});
	$('#content').fadeIn(0);
	$('.menu_over').animate({'margin-top':'27px'}).fadeIn('slow');
	$('.supersize1 img').fadeIn('slow');
	$('.supersize2 img').fadeOut('slow');
}

function tr3(){
	$('#supersize').fadeOut('slow');
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/vision.php');
	});
	$('#content').fadeIn('slow');
	$('.menu_over').animate({'margin-top':'54px'}).fadeIn('slow');
	$('.supersize1 img').fadeOut('slow');
	$('.supersize2 img').fadeOut('slow');
}

function tr4(){
	$('.planche').delay(200).animate({'right':'-250px'}).fadeOut('slow');
	$('#supersize').fadeOut('slow');
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/caracteristiques.php');
	});
	$('#content').fadeIn('slow');
	$('.menu_over').animate({'margin-top':'81px'}).fadeIn('slow');
	$('.supersize1 img').fadeOut('slow');
	$('.supersize2 img').fadeOut('slow');	
}

function tr5(){
	$('#supersize').fadeIn('slow');
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/cocoun_gallery.php');
	});
	$('#content').fadeIn('slow');
}

function tr_4_demande(){
	$('#supersize').fadeOut('slow');
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		//$('#content').load('./view/caracteristiques.php', function (){
			$('#footer').fadeIn('slow').delay(200).animate({'bottom':'0px'});
		$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/demande_full.php');
	});
		
				//});
	});
	$('#content').delay(200).fadeIn('slow');
	$('.menu_over').animate({'margin-top':'81px'}).fadeIn('slow');
	$('.supersize1 img').fadeOut('slow');
	$('.supersize2 img').fadeOut('slow');	
}

function tr6(){
	$('#supersize').fadeIn('slow');
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/contact.php');
	});
	$('#content').fadeIn('slow');
	// Ici pour efface le menu over de contact
	$('.menu_over').fadeOut('slow');
	$('.supersize1 img').fadeIn('slow');
	$('.supersize2 img').fadeIn('slow');
}

function tr7(){
	$('#supersize').fadeIn('slow');
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/espacePro.php');
	});
	$('#content').fadeIn('slow');
	$('.supersize1 img').fadeOut('slow');
	$('.supersize2 img').fadeOut('slow');	
}

function tr8(){
	$('#supersize').fadeIn('slow');
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/mentionsLegales.php');
	});
	$('#content').fadeIn(0);
	$('.menu_over').fadeOut('slow');
	$('.supersize1 img').fadeIn('slow');
	$('.supersize2 img').fadeOut('slow');
}

function tr_demande(){

	$('#footer').fadeIn('slow').delay(200).animate({'bottom':'0px'});
	$('.planche').delay(200).animate({'right':'-250px'}).fadeOut('slow');
	
	$('#content').fadeOut(0, function() {
		$('.content').remove();
		$('#content').load('./view/demande_full.php');
	});
	$('#content').fadeIn('slow');
}
function tr_regles(){
	
	$('#footer').delay(200).animate({'bottom':'-250px'}).fadeOut('slow');
	$('.planche').delay(200).fadeIn('slow').animate({'right':'0px'});
	$('#back').fadeOut('slow');
	$('#texte').fadeOut('slow', function() {
   	 $('.container_caracteristiques').remove();
		$('#texte').animate({'height':'500px'}, 0, function(){
      $('#texte').load('./view/reglementation.php')
    });
	});
	$('#texte').fadeIn('slow');
}

function tr_regles2(){
	
	$('#footer').delay(200).animate({'bottom':'-250px'}).fadeOut('slow');
	$('.planche').delay(200).fadeIn('slow').animate({'right':'0px'});
	$('#back').fadeOut('slow');

	$('#texte2').fadeOut('slow', function() {
   	 $('.container_caracteristiques').remove();
		$('#texte2').animate({'height':'500px'}, 0, function(){
      $('#texte2').load('./view/reglementation.php')
    });
	});
	$('#texte2').fadeIn('slow');
}


check_box=false;
function pro(){
if (check_box){
  $('.prof').hide(); 
  check_box=false;
  } else {
  $('.prof').show();
  check_box=true;
  };
} 
