#header{ display:none;}

#content .colonne_left{
	/* This is totaly false for all pages which have a colonne_left but no menu-left !
	display:none;*/
}
#content .noprint{
	display:none;
}

#footer{ display:none;}


/* This fixes the multiple pages bug print, in FireFox
   And means that floating elements will not be "right placed"
*/ 
* {
	overflow: visible !important;
	float:none !important;
}