$(document).ready(function() {
	
	//--- Box coupons intermediaire	
	fancybox_coupon_intermediaire_init();
	
	// Petites box des telephones et conditions légales dans les offres
	jQuery(".smallboxinline").fancybox({
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'overlayOpacity':	0.7,
		'titlePosition'		: 'inside',
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'showCloseButton' : false
	});

 //--- Box de login
	jQuery(".log_clt").fancybox(
	{
		'overlayShow'	: 	true,
		'overlayColor'	:	'#000000',
		'overlayOpacity':	0.7,
		'type'			:	'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'scrolling'		:	'no',
		'speedIn'		:	200, 
		'speedOut'		:	200,
		'padding'		: 	16,
		'showCloseButton' : false,
		'onClosed'		:	function() 
							{
								try  { parent.location.reload(true);}
								catch(err) {}
							}
	}); 
	
	//--- Box inscription client	
	jQuery(".insc_clt").fancybox(
	{
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'overlayOpacity':	0.7,
		'type'			:	'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'scrolling'		:	'auto',
		'width'			:	560,
		'height'		:	500,
		'speedIn'		:	200, 
		'speedOut'		:	200,
		'padding'		: 	16,
		'showCloseButton' : false,
		'onClosed'		:	function() 
							{
								try  { parent.location.reload(true);}
								catch(err) {}
							}
	});
	
	//--- Box de modification de l'adresse (Espace Perso, onglet Adresse et onglet voiture)
	jQuery(".modif_info").fancybox(
	{
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'overlayOpacity':	0.7,
		'type'			:	'iframe',
		'scrolling'		:	'no',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'titlePosition'	:	'inside',
		'scrolling'		:	'no',
		'speedIn'		:	200, 
		'speedOut'		:	200,
		'padding'		: 	16,
		'showCloseButton' : false
	});
	
	//--- Box inscription client	
	jQuery(".insc_nl_clt").fancybox(
	{
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'overlayOpacity':	0.7,
		'type'			:	'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'scrolling'		:	'no',
		'width'			:	560,
		'height'		:	150,
		'speedIn'		:	200, 
		'speedOut'		:	200,
		'padding'		: 	16,
		'showCloseButton' : false
	});
	// garage contact mail
	jQuery(".contact_garage_mail").fancybox(
	{
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'overlayOpacity':	0.7,
		'type'			:	'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'scrolling'		:	'no',
		'width'			:	490,
		'height'		:	460,
		'speedIn'		:	200, 
		'speedOut'		:	200,
		'padding'		: 	16,
		'showCloseButton' : false
	});
});

function fancybox_coupon_intermediaire_init()
{
	jQuery(".coupon_intermediaire").fancybox(
	{
		'overlayShow'	:	true,
		'overlayColor'	:	'#000000',
		'overlayOpacity':	0.7,
		'type'			:	'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'scrolling'		:	'auto',
		'width'			:	605,
		'height'		:	500,
		'speedIn'		:	200, 
		'speedOut'		:	200,
		'padding'		: 	16,
		'showCloseButton' : false
	});	
}


//--- Box Google Map	
/*	
	//--- Box de modification de l'adresse (Espace Perso, onglet Adresse et onglet voiture)
	jQuery(".googlemap").fancybox(
	{
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'overlayOpacity':	0.7,
		'type'			:	'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'scrolling'		:	'no',
		'width'			:	660,
		'height'		:	330,
		'speedIn'		:	200, 
		'speedOut'		:	200
	});	
//--- Box image coupons
	jQuery(".img_coupon").fancybox(
	{
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'overlayOpacity':	0.7,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'titlePosition'	:	'inside'
	});
	
	// Petites box des telephones et conditions légales dans les offres
	jQuery(".smallboxinline").fancybox({
		'overlayShow'	:	true,
		'overlayColor'	:	'#000',
		'overlayOpacity':	0.7,
		'titlePosition'		: 'inside',
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
	});
*/
