
body {
	margin:0px;
		text-align:center;
	overflow:hidden;
}

/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}


/* Bloc central */

#global_frame {
	width:px;
	height:100%;
	margin-left: auto;
	margin-right:auto;
	text-align:left;	
}



/* Marges */

#global_margin_left {
	float:left;
	width:px;
	height:100%;
	padding:0px;

	}

#global_margin_right {
	float:left;
	width:px;
	padding:0px;
	height:100%;

	}




#global_center {
	float:left;
	width:px;
		height:100%;
	padding:0px;
}

#global_header {
	width:100%;
	height:px;
	overflow:hidden;

	}


/* Corps redimensionnable*/

#global_main {
	display: table;
	width:px;
	
	padding:0px;
}

.global_row		{display: table-row;}

.global_cell {
	display: table-cell;
	float: left;
	border: 0;
	padding: 0;
	margin: 0; 
	vertical-align: top;
	min-height: 100%; /* opera6 needs min-height but moz/IE needs height */	
	height: 100%;
}

#navi_left {
	vertical-align:top;
	width:px;
		padding:0px;
	height:0px;
}


#sub_corps {
	vertical-align:top;
}

.corps {
	position:relative;
	height:0px;
	width: px;
		overflow:-moz-scrollbars-vertical;
	overflow:auto;		
}

#global_footer {
	width:100%;
	height:px;
	overflow:auto;

	}


