function indisponible_(){alert("Cette rubrique est en construction!");}
function close_(valeur){document.getElementById(valeur).style.display="none";}
function brille_(objet,etat){
	if (etat==0){document.getElementById(objet).style.color='#091F2B';}
	else{document.getElementById(objet).style.color='#0D3042';}}
function affiche_accueil_(){
	document.location.href="./";}
function verification_formulaire(nom_formulaire,champs)
{
	tableau_champs 		= champs.split(';');	
	champs_resu 		= champs;	
	nom_formulaire_resu = nom_formulaire;
	
	for(i = 0; i < tableau_champs.length; i++) 
		{
		temp 	= tableau_champs[i];
		champ	= document[nom_formulaire][temp];	  	
		if(champ.value == "")  {
	   		alert("Veuillez remplir le champ " + temp + "!");
	  		champ.focus();
	   		champ.style.border="2px solid #FFFFFF";
  			return (false);
			
	  	} else if(temp == "email" && (champ.value.indexOf('@') == -1 || champ.value.indexOf('.') == -1)) {   
			alert("Votre Email est incorrecte!"); 
			champ.style.border="2px solid #FFFFFF";
  			return (false);	
			}		
	  	
	}


-->
}
function infos_controlair(){
	document.getElementById('information').style.display='block';
	document.getElementById('titre_info').innerHTML='Informations Control\'air';
	}
function deontologie(){
	document.getElementById('information').style.display='block';
	document.getElementById('titre_info').innerHTML='Déontologie';
	}
function control_complet(){
	document.getElementById('information').style.display='block';
	document.getElementById('titre_info').innerHTML='Contrôle COMPLET';
	}