//----------------------------------------------------------------------------------------------------------------
//										Preparation Lightbox
//----------------------------------------------------------------------------------------------------------------
	$(document).ready(function(){
		$(".lightbox").colorbox();
	});
	$(document).ready(function(){
		$("a[rel='completeAgenda']").colorbox(
		{
			width:"500",
			height:"500",
			iframe:true,
			scroll:true,
			current:"AGENDA {current} / {total}"
		});
		$("a[rel='calendar']").colorbox(
		{
			width:"500",
			height:"500",
			iframe:true,
			scroll:true,
			current:"AGENDA {current} / {total}"
		});

	});
	
	
	$(document).ready(function(){
		$("a[rel='gallery']").colorbox(
		{
			width:"720",
			height:"680",
			iframe:true,
			scroll:false,
			current:"Galerie d'images {current} / {total}"
		});
		

	});
	$(document).ready(function(){
		$("a[rel='lightbox']").colorbox(
		{
			width:"570",
			height:"650",
			iframe:true,
			scroll:false,
			current:"D&eacute;ch&ecirc;ts et recyclage {current} / {total}"
		});
		

	});
	$(document).ready(function(){
		$("a[rel='print']").colorbox(
		{
			width:"600",
			height:"800",
			iframe:true,
			scroll:false
			
		});
		

	});

		function close(){
			parent.$.fn.colorbox.close()
		}
//----------------------------------------------------------------------------------------------------------------
//	END										Preparation Lightbox
//----------------------------------------------------------------------------------------------------------------
