
/*
$(document).ready(function(){

   $(".display-fiche").hide();
	
   $("a.consulter").toggle(function(){
     $("display-fiche#"+$(this).attr('id')).hide('slow');
   },function(){
	   //alert($(this).attr('id'));
     $("display-fiche#"+$(this).attr('id')).show('fast');
   });

   
  
   $("a.consulter").click(function() {
	   alert($(this).attr('id'));
   });
	

	
  // Service Menu
  $('a.service-button').click(function() {
	  
	  //$("div#service-holder").addClass("color","blue");
	  
     //$('a.service-button').removeClass('surlignage');
     //$(this).addClass('surlignage');
     $('div#service-holder').load(
        $(this).attr('id') + '.htm'
      );

        //return false;
      });
 });
 */

$(document).ready(function(){

  $('ul#portfolio').innerfade({
		speed: 1000,
		timeout: 4000,
		type: 'sequence',
		containerheight: '270px'
	});

	$('.fade').innerfade({
		speed: 1000,
		timeout: 6000,
		type: 'random_start',
		containerheight: '1.5em'
	});

	$('.adi').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'random',
		containerheight: '150px'
	});
   /*
  $('body.body-template .column-r').css('height', $('body.body-template .column-l').css('height'));
  $('body.body-template .scroll-box').css('height', $('body.body-template .column-l').css('height'));  */
$('a').edecrypt();
});
