
html>body #righter, html>body #lefter,html>body #footer,html>body #header, html>body #accessibiliylinks
{
	display: none;	/* for compliant browsers, hide this column entirely */
}
* html #righter *, * html #lefter *, * html #footer *, * html #header *, * html #accessibiliylinks *
{
	display: none;	/* ie's ghost-text bug is triggered by key elements
			   having display:none set. #rightColumn is one of those
			   key elements. so we display:none all child
			   elements (doesn't trigger the bug) and try to
			   make #rightColumn have no chance to affect
			   document flow. */
}
#righter,#lefter, #footer, #header, #accessibiliylinks
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: none;	/* remove anything that'll give this elemnt width. */
}
#outercolonne, #innercolonne
{
	border-right-width: 0;	/* to get from 3 to 2 columns, we must hide the
				   right-side border */
	border-left-width: 0;				
}
#innercolonne
{
	margin-right: 0;
	margin-left: 0;
}
/*********************************************************************/
#HEADER, #FORM-ADMIN, .f-menu  {
	display: none;	/* for compliant browsers, hide this column entirely */
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: none;	/* remove anything that'll give this elemnt width. */
}

/* Colonne de gauche */
html>body #GAUCHE {
	display: none;	/* for compliant browsers, hide this column entirely */
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: none;	/* remove anything that'll give this elemnt width. */
}

#MAIN {
        margin-left: 0;
	background-image :  none;
}

#FOOTER {
        clear: both;
	text-align : center;
}

#rgt {
	display: none;	/* for compliant browsers, hide this column entirely */
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: none;	/* remove anything that'll give this elemnt width. */
}

#hierarchie {
}
#MAIN{ overflow: visible; }
html>body #MAIN {
  overflow:visible;
}
td{ 
border-width:1;
  border-style:solid;
border-color:black;
  padding: 0;

 }