function showEditoComplet(){
	$('.tx-sriframe-pi1').hide();
	$('.editoLireSuite').hide();
	$('.editoCacherSuite').show();
	$('.editoComplet').show('slow');
	//$('#rubrique_edito .main').height('409px');
	//$('#rubrique_edito .main .rubrique .paragraphe').height('409px');
}

function hideEditoComplet(){
	//$('#rubrique_edito .main').height('105px');
	//$('#rubrique_edito .main .rubrique .paragraphe').height('105px');
	$('.editoComplet').hide('slow');
	$('.editoCacherSuite').hide();
	$('.editoLireSuite').show();
	$('.tx-sriframe-pi1').show('slow');
}

function resizegauche()
{
  window.parent.document.getElementById('framePrincipale').style.width="810px";
}

