function pacdownpresent()
{

	document.getElementById("present").style.opacity=0.3;
	document.getElementById("present").style.filter='alpha(opacity=30)';
	document.getElementById("present").style.MozOpacity=0.3;


	
}


function pacuppresent()
{

	document.getElementById("present").style.opacity= 1;
	document.getElementById("present").style.filter='alpha(opacity=100)';
	document.getElementById("present").style.MozOpacity=1;

	
}

function pacdownsais()
{

	document.getElementById("saison").style.opacity=0.3;
	document.getElementById("saison").style.filter='alpha(opacity=30)';
	document.getElementById("saison").style.MozOpacity=0.3;


	
}


function pacupsais()
{

	document.getElementById("saison").style.opacity= 1;
	document.getElementById("saison").style.filter='alpha(opacity=100)';
	document.getElementById("saison").style.MozOpacity=1;

	
}

function pacdownabon()
{

	document.getElementById("abonnement").style.opacity=0.3;
	document.getElementById("abonnement").style.filter='alpha(opacity=30)';
	document.getElementById("abonnement").style.MozOpacity=0.3;


	
}


function pacupabon()
{

	document.getElementById("abonnement").style.opacity= 1;
	document.getElementById("abonnement").style.filter='alpha(opacity=100)';
	document.getElementById("abonnement").style.MozOpacity=1;

	
}

function pacdownagen()
{

	document.getElementById("agenda").style.opacity=0.3;
	document.getElementById("agenda").style.filter='alpha(opacity=30)';
	document.getElementById("agenda").style.MozOpacity=0.3;


	
}


function pacupagen()
{

	document.getElementById("agenda").style.opacity= 1;
	document.getElementById("agenda").style.filter='alpha(opacity=100)';
	document.getElementById("agenda").style.MozOpacity=1;

	
}

function pacdownconf()
{

	document.getElementById("conference").style.opacity=0.3;
	document.getElementById("conference").style.filter='alpha(opacity=30)';
	document.getElementById("conference").style.MozOpacity=0.3;


	
}


function pacupconf()
{

	document.getElementById("conference").style.opacity= 1;
	document.getElementById("conference").style.filter='alpha(opacity=100)';
	document.getElementById("conference").style.MozOpacity=1;

	
}

function pacdownprat()
{

	document.getElementById("pratique").style.opacity=0.3;
	document.getElementById("pratique").style.filter='alpha(opacity=30)';
	document.getElementById("pratique").style.MozOpacity=0.3;


	
}


function pacupprat()
{

	document.getElementById("pratique").style.opacity= 1;
	document.getElementById("pratique").style.filter='alpha(opacity=100)';
	document.getElementById("pratique").style.MozOpacity=1;

	
}

function pacdownpart()
{

	document.getElementById("partenaire").style.opacity=0.3;
	document.getElementById("partenaire").style.filter='alpha(opacity=30)';
	document.getElementById("partenaire").style.MozOpacity=0.3;


	
}


function pacuppart()
{

	document.getElementById("partenaire").style.opacity= 1;
	document.getElementById("partenaire").style.filter='alpha(opacity=100)';
	document.getElementById("partenaire").style.MozOpacity=1;

	
}