
body {
	/*
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #57678B;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #57678B;
	*/
	margin:0px;
			text-align:center;
}

/* 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;
}



/* Totalité de l'écran*/
/*
#global_screen {
	width:100%;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:center;
		}
*/
/* Bloc central */

#global_frame {
	width:712px;
	height:100%;
	margin-left: auto;
	margin-right:auto;
	text-align:left;	
}



/* Marges */

#global_margin_left {
	float:left;
	width:8px;
	height:100%;
	padding:0px;
		}

#global_margin_right {
	float:left;
	width:8px;
	padding:0px;
	height:100%;
		}

#global_center {
	float:left;
	width:692px;
	height:100%;
	padding:0px;
}

#global_header {
	width:px;
	height:240px;
	overflow:hidden;
		}


/* Corps redimensionnable*/

#global_corps {
	width:px;
	height:0px;
	overflow:auto;
	}




