
$(document).ready(function() {			
						
	$("#deploy").hide();
	$('#lienrech').click(function() {																													
		$("#deploy").show("slow");							
		return false;						
	});
	
	$('#poste').click(function() {																													
		$("#parmetiers").fadeTo("slow", 1);								
		$("#parcompetences").fadeTo("slow", 0.33);								
		return false;						
	});
	$('#competences').click(function() {	
		$("#parcompetences").fadeTo("slow", 1);		
		$("#parmetiers").fadeTo("slow", 0.33);								
		return false;						
	});
	
	$('textarea').elastic();
						
	// Input click ecriture noire
	$('#email_login').click(function() {$(this).css('color', 'black');});
	$('#mot_de_passe').click(function() {$(this).css('color', 'black');});
	$('#poste').click(function() {$(this).css('color', 'black');});
	$('#competences').click(function() {$(this).css('color', 'black');});
	$('#contrat').click(function() {$(this).css('color', 'black');});
	$('#localisation').click(function() {$(this).css('color', 'black');});
	$('#entreprise').click(function() {$(this).css('color', 'black');});
	$('#salaire').click(function() {$(this).css('color', 'black');});
	$('#titre_com').click(function() {$(this).css('color', 'black');});
	$('#desc_com').click(function() {$(this).css('color', 'black');});
	
	
	
	$('#nom').click(function() {$(this).css('color', 'black');});
	$('#prenom').click(function() {$(this).css('color', 'black');});
	$('#mail').click(function() {$(this).css('color', 'black');});
	$('#mdp').click(function() {$(this).css('color', 'black');});
	$('#nomentreprise').click(function() {$(this).css('color', 'black');});
	$('#date_naiss').click(function() {$(this).css('color', 'black');});
	$('#compet').click(function() {$(this).css('color', 'black');});
	$('#metier').click(function() {$(this).css('color', 'black');});
	$('#ville').click(function() {$(this).css('color', 'black');});
	$('#adresse').click(function() {$(this).css('color', 'black');});
	$('#ville').click(function() {$(this).css('color', 'black');});
	$('#cp').click(function() {$(this).css('color', 'black');});
	$('#region').click(function() {$(this).css('color', 'black');});
	$('#consultation').click(function() {$(this).css('color', 'black');});
	$('#abonnement').click(function() {$(this).css('color', 'black');});
	$('#suggestions').click(function() {$(this).css('color', 'black');});
	
	
	
					
						
	// Effet opacité title input
	$('#email_login').jLabel({ speed : 500, opacity : 0.1 });
	$('#mot_de_passe').jLabel({ speed : 500, opacity : 0.1 });
	$('#poste').jLabel({ speed : 500, opacity : 0.1 });
	$('#competences').jLabel({ speed : 500, opacity : 0.1 });
	$('#localisation').jLabel({ speed : 500, opacity : 0.1 });
	$('#entreprise').jLabel({ speed : 500, opacity : 0.1 });
	$('#contrat').jLabel({ speed : 500, opacity : 0.1 });
	

	$("#SignupForm").formToWizard({ submitButton: 'SaveAccount' })
	


	// Methode initcallback dans js.methode.js
    jQuery('#mycarousel').jcarousel({
        auto: 5,
        wrap: 'circular',
        initCallback: mycarousel_initCallback
    });



	
	
	//$("#slider").slider();
	
	/*
	$( "#slider-range" ).slider({
			range: true,
			min: 0,
			max: 500,
			values: [ 75, 300 ],
			slide: function( event, ui ) {
				$( "#amount" ).val( "$" + ui.values[ 0 ] + " - $" + ui.values[ 1 ] );
			}
		});
	$( "#amount" ).val( "$" + $( "#slider-range" ).slider( "values", 0 ) + " - $" + $( "#slider-range" ).slider( "values", 1 ) );
*/
});
