$(document).ready(function() {
// ---------- menu
	$('#die_sender').qtip({
		style: {
			tip: 'topLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>Les chaînes</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'topLeft'
      			}
   			}
	 });
	$('#die_sender_2').qtip({
		style: {
			tip: 'bottomLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>Les chaînes</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#das_abonnement').qtip({
		style: {
			tip: 'topLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>S’abonner</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'topLeft'
      			}
   			}
	 });
	$('#das_abonnement_2').qtip({
		style: {
			tip: 'bottomLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>S’abonner</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#partner').qtip({
		style: {
			tip: 'topLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>Partenaires</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'topLeft'
      			}
   			}
	 });
	$('#partner_2').qtip({
		style: {
			tip: 'bottomLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>Partenaires</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#kontakte').qtip({
		style: {
			tip: 'topLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>Contacts</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'topLeft'
      			}
   			}
	 });
	$('#kontakte_2').qtip({
		style: {
			tip: 'bottomLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>Contacts</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });

// --------- home	 
	$('#p1').qtip({
		style: {
			tip: 'bottomLeft',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>Le Bouquet Allemand</h3><p><strong>L’Allemagne dans votre écran</strong><br />Le Bouquet Allemand vous offre le meilleur de l’information, du divertissement, des programmes jeunesse, et de la musique venus d’outre Rhin.<br />Dès à présent, le Bouquet Allemand vous permet de regarder en France le meilleur des chaines germanophones : <strong>RTL</strong>, <strong>ProSieben</strong>, <strong>Sat.1</strong>, <strong>n-TV</strong>, <strong>Kidsco</strong> et <strong>Super RTL</strong>.</p>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topMiddle',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#p2').qtip({
		style: {
			tip: 'bottomLeft',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<ul><li><strong>Les chaînes du Bouquet Allemand</strong></li><li><strong>Comment s’abonner</strong></li><li>Votre avis sur le Bouquet Allemand nous intéresse... <strong>Donnez le nous !</strong></li></ul>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topMiddle',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#p3').qtip({
		style: {
			tip: 'topLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>Les chaînes</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'topLeft'
      			}
   			}
	 });
	 
	$('#p4').qtip({
		style: {
			tip: 'bottomLeft',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>S’abonner</h3><p><b>Veuillez cliquer sur le logo de votre opérateur.</p>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topMiddle',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 }); 
	 
	$('#p4a').qtip({
		style: {
			tip: 'bottomLeft',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>S’abonner</h3><p><b>Le Bouquet Allemand est disponible avec l’offre TV neufbox  de SFR.</b><br />Le Bouquet Allemand au prix de 8,90 € par mois.</p><p><b>Pour vous abonner au Bouquet Allemand</b><br />Vous devez déjà être abonné à l’offre télévision de SFR. Rendez-vous dans la boutique de SFR et souscrivez au Bouquet Allemand.<br /><b>Cliquez ici pour accéder à la boutique de SFR</b>.</p>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topMiddle',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#p4b').qtip({
		style: {
			tip: 'bottomLeft',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>S’abonner</h3><p><b>Le Bouquet Allemand est disponible avec l’offre TV Bbox de Bouygues Telecom.</b><br />Le Bouquet Allemand au prix de 8,90 € par mois.</p><p><b>Pour vous abonner au Bouquet Allemand.</b><br />Vous devez déjà être abonné à l\'offre télévision de Bouygues Telecom. Rendez-vous dans la boutique de Bouygues Telecom et souscrivez au Bouquet Allemand.<br /><b>Cliquez ici pour accéder à la boutique de Bouygues Telecom</b>.</p>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topMiddle',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#p5').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>Partenaires</h3><p><strong>THEMA<br />The Best Channels For The Best Operators</strong><br />La société THEMA est spécialisée dans le développement et la distribution internationale de chaînes thématiques, généralistes et ethniques. A ce jour, THEMA commercialise plus d’une vingtaine de chaînes dans le monde et a construit des relations fortes avec les principaux opérateurs câble satellite, IPTV, WebTV et mobile TV. THEMA est notamment l’agent de plusieurs groupes de média étrangers comme MBC Group, Digiturk, le Bouquet Africain et Zee Network.<br />Basée à Paris, la société dispose de bureaux et agents dans les principaux marchés.<br />Pour plus d’informations, consultez <b>www.thematv.com</b>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#p6').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>Partenaires</h3><p><strong>Der Tante Emma Laden</strong><br />Der Tante Emma-Laden vous invite à venir découvrir toutes les saveurs de l’Allemagne au coeur de Paris, au sein du Marché de la Porte Saint-Martin.',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#p7').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>Partenaires</h3><p><strong>Willkommen in Deutschland</strong><br />Willkommen in Deutschland est un webzine culturel sur l\'Allemagne édité chaque saison. Il propose un large choix d\'articles traitant différents sujets comme l\'actualité, la culture ... De nombreux évènements sont également à l\'honneur comme "La Berlinale", "L\'Oktoberfest", "L\'Eurovision" ...',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#p8').qtip({
		style: {
			tip: 'topLeft',
			width: {min: 100, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<strong>Partenaires</strong>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'bottomMiddle',
	        	tooltip: 'topLeft'
      			}
   			}
	 });
	$('#p9').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>Contacter Le Bouquet Allemand</h3><p><strong>Vous souhaitez obtenir une information ou nous donner votre avis sur le Bouquet Allemand ?</strong><br />Nous serons heureux de vous lire et de vous répondre.</p>',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#kidsco').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>KidsCo</h3><p><strong>A world of your own</strong><br />Une toute nouvelle chaine de télévision à destination des enfants et de toute la famille ! L’occasion de voir des programmes de grande qualité, des séries d’animation, des films et des émissions jeunesse !',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#ntv').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>n-tv</h3><p><strong>La chaîne de l’info</strong><br />Chaine d’information en continu du groupe RTL. Pour être informé en temps réel de ce qui se passe dans le monde mais aussi en Allemagne... des infos, des magazines, des experts, des analyses pour tout comprendre !',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#prosieben').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>Pro SIEBEN</h3><p><strong>Divertissant, moderne, passionnant, éclectique et innovant - ce sont les adjectifs avec lesquels les spectateurs décrivent « leur » ProSieben.<br />Les plus grands succes du cinéma, les séries américaines les plus populaires sont proposées aux spectateurs mais surtout la chaîne tient sa promesse « We Love to Entertain You » (nous aimons vous divertir) avec de grands divertissements.',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#rtl').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>RTL</h3><p>L’une des 1ères chaines privées lancées en Allemagne (1988) par le groupe RTL. La recette du succès de RTL, c’est un subtil mélange entre divertissement et information. Chaîne généraliste, RTL TELEVISION offre un large choix de programmes à destination d’une audience familiale large.',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#super-rtl').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>Super RTL</h3><p><strong>La chaîne qui a le plus de succès auprès des enfants</strong><br />La chaîne préférée des enfants en Allemagne avec de magnifiques dessins animés, des émissions et d\'autres programmes amusants ! SuperRTL est depuis plus de 10 ans le numéro 1 chez les enfants. Grâce au joint venture avec la Disney Company elle propose les meilleures programmes Disney ainsi que des émissions et des dessins animées de sa propre production.',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
	$('#sat1').qtip({
		style: {
			tip: 'bottomMiddle',
			width: {min: 300, max: 400},
			color: 'black',
			padding: 10,
			background: '#ffffff',
			border: {
				width: 5,
				color: '#e2001a'
			}
		},
	   	content: '<h3>SAT.1</h3><p><strong>METTEZ DE LA COULEUR DANS VOTRE VIE</strong><br />Mettez de la couleur dans votre vie ! Sympathique, humaine, familiale, pertinente et de qualité - la chaîne SAT.1 est synonyme d\'émotions à grande échelle et offre des programmes télévisés riches et variés, avec coeur et esprit, ciblant le public des 30 à 59 ans, groupe en pleine croissance rapide.<br /><br />La grande chaîne familiale rime avec programmes fascinants et passionnants : A côté du football, la discipline reine, elle propose des championnats de boxe, des séries américaines à grand succès (« NCIS », « Hawaii Five-0 »), de nouvelles émissions de télé-réalité, des émissions humoristiques, des shows captivants avec de formidables présentateurs, ou encore le grand retour de l’année, le « Harald Schmidt Show ». N’oublions pas, bien sûr, le cœur des programmes de SAT.1 : d’excellents téléfilms autoproduits par la chaîne, de grands événements télé (« Am Ende die Hoffnung » (titre temporaire)), la suite du plus gros succès de l’année 2010 (« La catin »), et les meilleures séries allemandes primées (« Der letzte Bulle » et « Danni Lowinski »). A cela s\'ajoutent quotidiennement plus de six heures d’infotainment et de magazines au cœur de l’actualité.',
	   	show: 'mouseover',
	   	hide: 'mouseout',
	   	position: {
	     	corner: {
         		target: 'topLeft',
	        	tooltip: 'bottomLeft'
      			}
   			}
	 });
});
