/*
Java script qui utilise la library JQuery 1.4
Ils est indispensable que la library soit appellée avant ce script dans le header de la template
*/

//Annonce
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_annonce').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_annonce').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_annonce').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_annonce').click(function() {
 $('#txt_annonce').toggle(400);
 return false;
  });
});
//-->

//Echos du net
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_echos').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_echos').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_echos').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_echos').click(function() {
 $('#txt_echos').toggle(400);
 return false;
  });
});
//-->

//Courrier des lecteurs
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_clecteur').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_clecteur').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_clecteur').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_clecteur').click(function() {
 $('#txt_clecteur').toggle(400);
 return false;
  });
});
//-->

//Multimedia
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_multimedia').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_multimedia').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_multimedia').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_multimedia').click(function() {
 $('#txt_multimedia').toggle(400);
 return false;
  });
});
//-->

//Universite ete
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_ue').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_ue').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_ue').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_ue').click(function() {
 $('#txt_ue').toggle(400);
 return false;
  });
});
//-->

//Guadeloupe
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_guadeloupe').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_guadeloupe').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_guadeloupe').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_guadeloupe').click(function() {
 $('#txt_guadeloupe').toggle(400);
 return false;
  });
});
//-->

//Dom
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_dom').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_dom').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_dom').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_dom').click(function() {
 $('#txt_dom').toggle(400);
 return false;
  });
});
//-->

//ecrits
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_ecrits').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_ecrits').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_ecrits').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_ecrits').click(function() {
 $('#txt_ecrits').toggle(400);
 return false;
  });
});
//-->

//List les editoriaux
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_lste').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_lste').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_lste').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_lste').click(function() {
 $('#txt_lste').toggle(400);
 return false;
  });
});
//-->

//Les chronique 1 (side bar)
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_c1').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_c1').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_c1').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_c1').click(function() {
 $('#txt_c1').toggle(400);
 return false;
  });
});
//-->

//Les chronique 2 (Republique en outre mer)
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_rom').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_rom').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_rom').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_rom').click(function() {
 $('#txt_rom').toggle(400);
 return false;
  });
});
//-->

//Les chronique 3 (CSLR PARIS)
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_cslrp').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_cslrp').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_cslrp').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_cslrp').click(function() {
 $('#txt_cslrp').toggle(400);
 return false;
  });
});
//-->

//Guadeloupe 4 vérités
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_gua4').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_gua4').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_gua4').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_gua4').click(function() {
 $('#txt_gua4').toggle(400);
 return false;
  });
});
//-->

//Ils ont dis de nous
$(document).ready(function() {
 // 1 - On cache la div que l'on ne veut pas voir
  $('#txt_nous').hide();
 // 2 - Fonction afficher par rapport a l'ID du lien
  $('a#slick-show').click(function() {
 $('#txt_nous').show('slow');
 return false;
  });
 // 3 - Fonction Masquer
  $('a#slick-hide').click(function() {
 $('#txt_nous').hide('fast');
 return false;
  });
 // 4 - Fonction permuter entre Afficher et masquer
  $('a#view_nous').click(function() {
 $('#txt_nous').toggle(400);
 return false;
  });
});
//-->






