$(document).ready(function() {
						   
   $('#lien-suisse-01 a').qtip({
      content: '<img src="http://maps.google.com/mapdata?CxUCBMECHYG3XQAgDwwtAgTBAjWBt10AQKgCSNoBUgJVU5ABA8oBAmZy" width="298" height="218" alt="" />',
	  position: { adjust: { x: -86, y: -246 } },
	  style: { width: 306, margin: -5, height: 218, padding: 5, background: '#444', border: { width: 5, radius: 5, color: '#444' } }
	});
   
   $('#lien-suisse-02 a').qtip({
      content: '<img src="http://maps.google.com/mapdata?CxXxj9UCHQTbcwAgDwwt8Y_VAjUE23MAQKgCSNoBUgJVU5ABA8oBAmZy" width="298" height="218" alt="" />',
	  position: { adjust: { x: -86, y: -246 } },
	  style: { width: 306, margin: -5, height: 218, padding: 5, background: '#444', border: { width: 5, radius: 5, color: '#444' } }
	});
   
   $('#lien-suisse-03 a').qtip({
      content: '<img src="http://maps.google.fr/mapdata?CxUt0NICHcMzggAgDwwtLdDSAjXDM4IAQKgCSNoBUgJVU5ABA8oBAmZy" width="298" height="218" alt="" />',
	  position: { adjust: { x: -86, y: -246 } },
	  style: { width: 306, margin: -5, height: 218, padding: 5, background: '#444', border: { width: 5, radius: 5, color: '#444' } }
	});
   
   $('#lien-suisse-04 a').qtip({
      content: '<img src="http://maps.google.fr/mapdata?CxVX4r0CHXyJiAAgDwwtV-K9AjV8iYgAQKgCSNoBUgJVU5ABA8oBAmZy" width="298" height="218" alt="" />',
	  position: { adjust: { x: -86, y: -246 } },
	  style: { width: 306, margin: -5, height: 218, padding: 5, background: '#444', border: { width: 5, radius: 5, color: '#444' } }
	});
});
