$(document).ready(function() {
						   
						   
		$("#mail_inscription").attr({ value: "Entrez votre e-mail" }).focus(function(){
            if($(this).val()=="Entrez votre e-mail"){
               $(this).val("");
            }
			
			if($(this).val()=="Votre adresse mail n'est pas valide"){
                $('input[type=text]').css('color', '#a5a5a5').val("");
            }
       });

		
		
					
		$('#popUpFiatFr').hover(
			function () {
				
				$(".popup").fadeIn("slow");

			},
			function () {
				
				$(".popup").fadeOut("slow");
			}
		);  
		
		
		$('#popUpFiatFrInfo').hover(
			function () {
				
				$(".popupInfo").fadeIn("slow");

			},
			function () {
				
				$(".popupInfo").fadeOut("slow");
			}
		);
		
		$('#popUpFiatFrLegal').hover(
			function () {
				
				$(".popupInfoLegal").fadeIn("slow");

			},
			function () {
				
				$(".popupInfoLegal").fadeOut("slow");
			}
		);
		
		$('#popUpForm').hover(
			function () {
				
				$(".popupInfoLegalForm").fadeIn("slow");

			},
			function () {
				
				$(".popupInfoLegalForm").fadeOut("slow");
			}
		);
		
		
		
						   
		$("a[rel=example_group]").fancybox({
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'fade',
				'titlePosition' 	: 'outside',
				'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
				    return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
				}
			});


		$("#gallery").click(function() {
			$.fancybox([
				//{ 'href' : 'gallery/bravo_00.jpg', 'title' : ' ' },
				{ 'href' : 'gallery/bravo_02.jpg', 'title' : 'Nouvelle calandre couleur métallisée' },
				{ 'href' : 'gallery/bravo_03.jpg', 'title' : 'Nouveaux projecteurs brunis' },
				{ 'href' : 'gallery/bravo_04.jpg', 'title' : 'Nouveaux sièges spacieux et confortables' },
				{ 'href' : 'gallery/bravo_05.jpg', 'title' : 'Nouveaux intérieurs élégants aux détails soignés' },
				{ 'href' : 'gallery/bravo_06.jpg', 'title' : 'Nouvelles poingées et rétroviseeurs couleur carrosserie' },					
				{ 'href' : 'gallery/bravo_01.jpg', 'title' : 'Nouveau tableau de bord effet « carbon look » sur Dynamic Emotion' },
				{ 'href' : 'gallery/bravo_07.jpg', 'title' : 'Nouveaux revêtements intérieurs sur finition Dynamic Emotion' }
			], {
				'padding'			: 0,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'              : 'image',
				'overlayOpacity' : 0.8,
				'changeFade'        : 0,
				'onComplete': function() { callTagAlias($(this).attr('href')); }
		});
});
		
});
