$(document).ready(function() {
						   
   $('#lien-luxembourg-01 a').qtip({
      content: '<img src="http://maps.google.fr/mapdata?CxVsDvUCHYx_XQAgDwwtbA71AjWMf10AQKgCSNoBUgJVU5ABA8oBAmZy" 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-luxembourg-02 a').qtip({
      content: '<img src="http://maps.google.fr/mapdata?CxW6__QCHYN8XQAgDwwtuv_0AjWDfF0AQKoCSNoBUgJVU5ABA8oBAmZy" 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' } }
	});
});
