/* CSS Document */
html,body,div {
	margin: 0;
	padding: 0;
	}
	
div,body
	{
	scrollbar-face-color: #7B3438;
	scrollbar-highlight-color:#D7CE96; 
	scrollbar-shadow-color: #7B3438; 
	scrollbar-3dlight-color: #D7CE96; 
	scrollbar-arrow-color: #D7CE96;
	scrollbar-track-color: #D7CE96; 
	scrollbar-darkshadow-color: #D7CE96; 
	scrollbar-base-color: #D7CE96;
	}
	
#global {

	position: absolute;
	width:800px;
	left: 50%;
	margin-left: -400px;

}

#limage{
	position: absolute;
	top:0px;
	left: -81px;
}	
	

#header {
	display:block;
	width:735px;
	height:92px;
	border:1px solid #622F2E;
	background: url(../imgskin/header.jpg) top left no-repeat #7B3438;
}


#footer {
	display:block;
	width:735px;
	height:50px;
	background-color:#7B3438;
	border:1px solid #622F2E;
}

#corps{
	height:400px; 
	overflow:auto;
	/*height:auto !important;*/
	width:729px;
	padding:3px;
	background-color:#D7CE96;
	border:1px solid #622F2E;
	background: url(../imgskin/bg_corps.jpg) top left no-repeat #D7CE96;
}

#menu_haut {
	
	margin-left:400px;
	margin-top:70px;	
}

#menu_admin{
	margin-left:340px;
	margin-top:70px;
}