/* Page Où nous trouver */
$(window).load(function() {
  $("#annotation").annotateImage({
      editable: false,
      useAjax: false,
      notes:
      [{
        "top": 109,
        "left": 415,
        "width": 11,
        "height": 11,
        "text": "Revendeur1 <br />Adresse<br />CP<br />Ville<br />",
        "editable": false
      }]
  });

});

$(document).ready(function(){
  /*$('#nav-main ul li strong');*/
$('#content #main').hide();
  $('#content #img-background').show();
  $('div#questions-nos-vins').hide();
  $('#content #main').css('background', '#fcfbf8');
  $('#content #main').css('opacity', '1');
  
  /*$('#content #main').css('width', '744px');*/
  $('#content #main').css('min-height', '768px');

  $('input.pushbutton-wide').replaceWith('<input type="submit" class="pushbutton-wide" value="ENVOYER">');
	

	/*if ($(li).hasClass('.current-menu-item')) {*/

  $('#content #main').delay(500);
  $('#content #main').toggle('slide', {}, 1000);
  $('#fleche').click(function() {
  $('#content #main').toggle('slide', {}, 1000);
  });

  /* Drapeaux */
  /*$('ul#drapeaux').hide();*/
  /*$('body.home ul#drapeaux').show();
  $('body.page-id-10 ul#drapeaux').show();
  $('body.page-id-16 ul#drapeaux').show();*/

  /* Page Nos Vins */
  $('body.page-id-2 ul#drapeaux').hide();
  $('body.page-id-2 div#questions-nos-vins').show();

  /* Page Propriété */
  $('body.page-id-10 #content #main').css('width', '744px');
  /* Comportement de la page par défaut*/
  $('body.page-id-10 #content #main #content-right #chateau-pillebois').show();
  $('body.page-id-10 #content #main #content-right #chateau-grande-rouchonne').hide();
  $('body.page-id-10 #content #main #content-right #chateau-franc-lartigue').hide();
  $('body.page-id-10 #content #main #content-left p#link-pillebois').css('font-weight', 'bold');
  $('body.page-id-10 #content #main #content-left p#link-rouchonne').css('font-weight', 'normal');
  $('body.page-id-10 #content #main #content-left p#link-lartigue').css('font-weight', 'normal');
  /*Si clique sur Propriété Pillebois*/
  $('body.page-id-10 #content #main #content-left p#link-pillebois').click(function(){
    $('body.page-id-10 #content #main #content-right #chateau-pillebois').show();
    $('body.page-id-10 #content #main #content-right #chateau-grande-rouchonne').hide();
    $('body.page-id-10 #content #main #content-right #chateau-franc-lartigue').hide();
    $('body.page-id-10 #content #main #content-left p#link-pillebois').css('font-weight', 'bold');
    $('body.page-id-10 #content #main #content-left p#link-rouchonne').css('font-weight', 'normal');
    $('body.page-id-10 #content #main #content-left p#link-lartigue').css('font-weight', 'normal');
  });
  $('body.page-id-10 #content #main #content-left a#link-img-pillebois').click(function(){
    $('body.page-id-10 #content #main #content-right #chateau-pillebois').show();
    $('body.page-id-10 #content #main #content-right #chateau-grande-rouchonne').hide();
    $('body.page-id-10 #content #main #content-right #chateau-franc-lartigue').hide();
    $('body.page-id-10 #content #main #content-left p#link-pillebois').css('font-weight', 'bold');
    $('body.page-id-10 #content #main #content-left p#link-rouchonne').css('font-weight', 'normal');
    $('body.page-id-10 #content #main #content-left p#link-lartigue').css('font-weight', 'normal');
  });
  /*Si clique sur Propriété Rouchonne*/
  $('body.page-id-10 #content #main #content-left p#link-rouchonne').click(function(){
    $('body.page-id-10 #content #main #content-right #chateau-pillebois').hide();
    $('body.page-id-10 #content #main #content-right #chateau-grande-rouchonne').show();
    $('body.page-id-10 #content #main #content-right #chateau-franc-lartigue').hide();
    $('body.page-id-10 #content #main #content-left p#link-rouchonne').css('font-weight', 'bold');
    $('body.page-id-10 #content #main #content-left p#link-pillebois').css('font-weight', 'normal');
    $('body.page-id-10 #content #main #content-left p#link-lartigue').css('font-weight', 'normal');
  });
  $('body.page-id-10 #content #main #content-left a#link-img-rouchonne').click(function(){
    $('body.page-id-10 #content #main #content-right #chateau-pillebois').hide();
    $('body.page-id-10 #content #main #content-right #chateau-grande-rouchonne').show();
    $('body.page-id-10 #content #main #content-right #chateau-franc-lartigue').hide();
    $('body.page-id-10 #content #main #content-left p#link-pillebois').css('font-weight', 'normal');
    $('body.page-id-10 #content #main #content-left p#link-rouchonne').css('font-weight', 'bold');
    $('body.page-id-10 #content #main #content-left p#link-lartigue').css('font-weight', 'normal');
  });
  /*Si clique sur Propriété Lartigue*/
  $('body.page-id-10 #content #main #content-left p#link-lartigue').click(function(){
    $('body.page-id-10 #content #main #content-right #chateau-pillebois').hide();
    $('body.page-id-10 #content #main #content-right #chateau-grande-rouchonne').hide();
    $('body.page-id-10 #content #main #content-right #chateau-franc-lartigue').show();
    $('body.page-id-10 #content #main #content-left p#link-lartigue').css('font-weight', 'bold');
    $('body.page-id-10 #content #main #content-left p#link-pillebois').css('font-weight', 'normal');
    $('body.page-id-10 #content #main #content-left p#link-rouchonne').css('font-weight', 'normal');
  });
  $('body.page-id-10 #content #main #content-left a#link-img-lartigue').click(function(){
    $('body.page-id-10 #content #main #content-right #chateau-pillebois').hide();
    $('body.page-id-10 #content #main #content-right #chateau-grande-rouchonne').hide();
    $('body.page-id-10 #content #main #content-right #chateau-franc-lartigue').show();
    $('body.page-id-10 #content #main #content-left p#link-pillebois').css('font-weight', 'normal');
    $('body.page-id-10 #content #main #content-left p#link-rouchonne').css('font-weight', 'normal');
    $('body.page-id-10 #content #main #content-left p#link-lartigue').css('font-weight', 'bold');
  });


  /* Survol du menu et Affichage des différents fonds */

  var url;
  if(id_page==4){
    url = 'img';
  }else {
    url = '../img'
  }
  /* Survol Onglet Histoire */
  $("#nav-main li#menu-item-6").hover( function() {
    $('#img-background').css('background-image', 'url("'+url+'/histoire.png")');
  });
  /* Survol Onglet Nos Vins */
  $("#nav-main li#menu-item-7").hover( function() {
    $('#img-background').css('background-image', 'url("'+url+'/nos-vins.png")');
  });
  /* Survol Onglet Propriété */
  $("#nav-main li#menu-item-30").hover( function() {
    $('#img-background').css('background-image', 'url("'+url+'/propriete.png")');
  });
  /* Survol Onglet Actualites */
  $("#nav-main li#menu-item-29").hover( function() {
    $('#img-background').css('background-image', 'url("'+url+'/actualites.png")');
  });
  /* Survol Onglet Où nous trouver */
  $("#nav-main li#menu-item-28").hover( function() {
    $('#img-background').css('background-image', 'url("'+url+'/nous-trouver.png")');
  });
  /* Survol Onglet Gîte */
  $("#nav-main li#menu-item-27").hover( function() {
    $('#img-background').css('background-image', 'url("'+url+'/gite.png")');
  });
  /* Survol Onglet Galerie */
  $("#nav-main li#menu-item-26").hover( function() {
    $('#img-background').css('background-image', 'url("'+url+'/galerie.png")');
  });
  /* Survol Onglet Partenaire */
  $("#nav-main li#menu-item-25").hover( function() {
    $('#img-background').css('background-image', 'url("'+url+'/partenaire.png")');
  });
  /* Survol Onglet Gîte */
  $("#nav-main li#menu-item-24").hover( function() {
    $('#img-background').css('background-image', 'url("'+url+'/contact.png")');
  });
  
});
