$(document).ready(function() {

	$("ul#MainNav > li a:first-child").mouseover(function() {
			$(this).parent().find("ul.subnav").slideDown('fast').show();
			$(this).parent().hover(function() {
			}, function() {
			$(this).parent().find("ul.subnav").slideUp('slow');
		});
		}).hover(function() {
			$(this).addClass("subhover");
			}, function() {
			$(this).removeClass("subhover");
	});

	// ------------------------------------------------- //
	// Boite modales

	if($('#picto_bbc').length > 0) {
	  $('#alert_bbc').jqm({
			trigger: $('#picto_bbc')
		});
	}

	if($('#picto_foncier').length > 0) {
	  $('#alert_foncier').jqm({
			trigger: $('#picto_foncier')
		});
	}

	if($('#picto_plstva').length > 0) {
	  $('#alert_plstva').jqm({
			trigger: $('#picto_plstva')
		});
	}

	if($('#picto_scellier').length > 0) {
	  $('#alert_scellier').jqm({
			trigger: $('#picto_scellier')
		});

	}
	if($('#picto_ptz').length > 0) {
	  $('#alert_ptz').jqm({
			trigger: $('#picto_ptz')
		});
	}

	if($('#picto_thpe').length > 0) {
	  $('#alert_thpe').jqm({
			trigger: $('#picto_thpe')
		});
	}


        if($('#picto_tva7').length > 0) {
	  $('#alert_tva7').jqm({
			trigger: $('#picto_tva7')
		});

	}
	if($('#picto_ptz33').length > 0) {
	  $('#alert_ptz33').jqm({
			trigger: $('#picto_ptz33')
		});
	}

	if($('#picto_scellierbbc').length > 0) {
	  $('#alert_scellierbbc').jqm({
			trigger: $('#picto_scellierbbc')
		});
	}


	if($('#planSituFlash').length > 0) {
	  $('#planSituFlash').jqm();
	}

	$('div.jqmAlert .jqmClose').hover(
		function(){ $(this).addClass('jqmCloseHover'); },
		function(){ $(this).removeClass('jqmCloseHover'); }
	);
});
