// JavaScript Document
$(document).ready(function(){	
	$(".nous-rejoindre").colorbox({width:"370px", height:"415px"});
	//$(".contact").colorbox({width:"515px", height:"520px"});
	$(".contact").colorbox({width:"515px", height:"600px"});
	$(".mentions-legales").colorbox({width:"600px", height:"500px"});
	$(".evenement-ecole").colorbox({width:"525px", height:"590px"});
	$(".evenement-privee").colorbox({width:"525px", height:"590px"});
	
	$("#pied").hide();
	$("#pied").show(3500);
});
