jQuery(function ($) {
$(document).ready(function(){

$('a.carte1').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });
 
$('a.carte2').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });

$('a.carte3').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });

$('a.carte4').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });
 
$('a.carte5').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });

$('a.carte6').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });

$('a.carte7').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });

$('a.carte8').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });

$('a.carte9').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });
 
$('a.carte10').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });
 
$('a.carte11').click(function() {
  $(this).next('.deroule').slideToggle('slow');
 });

$("a.affiche").fancybox({
 'titleShow' : false,
 'speedIn' : 1000,
 'speedOut' : 1000
 }); 
 
$("a.postit").fancybox({
 'titleShow' : false,
 'speedIn' : 1000,
 'speedOut' : 1000
 });
 
$("a.postit2").fancybox({
 'titleShow' : false,
 'speedIn' : 1000,
 'speedOut' : 1000
});  

$("a.resa").fancybox({
 'titleShow' : false,
 'speedIn' : 1000,
 'speedOut' : 1000
 }); 
 
$("a.reserv").fancybox({
 'titleShow' : false,
 'speedIn' : 1000,
 'speedOut' : 1000
 }); 
 
$("a.voir_menu").fancybox({
 'titleShow' : false,
 'speedIn' : 1000,
 'speedOut' : 1000
 });
 
$("a.inscription").fancybox({
 'titleShow' : false,
 'speedIn' : 1000,
 'speedOut' : 1000
 });

	});
});
