html {
	margin:0; 
	padding:0; 
	border:0;
	height:100%;
}
body {
	text-align: center; /* Fix bug centrage IE */
	margin: 0;
	padding: 0;
	height:100%;
	background-color:#FEE9CA;
	background:#FEE9CA url(../img/fond/bg_body.gif) no-repeat top;
	/*background-image:url(../images/bckg/bande_joyeuse_fond_body.jpg);*/
}
table{
	text-align:left;
}
#divhead {
	text-align: center;
	margin: 0 auto 0 auto;
	width:1022px;

}
#divglobal {
	text-align: center;
	position:relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width:1115px;
	/*background:url(../img/fond/bg_global.gif) no-repeat;*/
	left: -1px;
	top: 6px;
}
#contenu {
	text-align: left;
	margin: 0 auto 0 auto;
	width:1022px;
	height:1500px;
	background-color:#FFFFFF;
	border-right: solid 1px #C6C0C0;
	border-bottom: solid 1px #C6C0C0;
	border-left: solid 1px #C6C0C0;
}	

#skyscraper {
	position: absolute;
	top: 140px;
	left: 1070px;
	width:125px;
	border-top: solid 0px #9E9E9E;
	border-right: solid 0px #9E9E9E;
	border-bottom: solid 0px #9E9E9E;
	border-left: 0px;
	overflow: visible;
}

.menuhead{
	width:1000px;
	height:30px;
	padding:4px 0px 0px 0px;
	text-align:center;
	margin: 0 auto 0 auto;
	background: url(../images/bckg/menugr.jpg);
}
div#in_bar_head{
	width:1022px;
	text-align: center;
	border-right: solid 1px #C6C0C0;
	border-left: solid 1px #C6C0C0;
}
.td_bg_colright {
	text-align: center;
	width:180px;
	padding:0px 10px 2px 10px;
	margin: 0 auto 0 auto;
	background: url(/../images/bckg/bg_col_right_180.gif) repeat-y;
}
.td_bg_colleft {
	text-align: center;
	width:220px;
	padding:0px 2px 0px 5px;
	margin: 0 auto 0 auto;
	background: #FFFFFF url(../images/bckg/bg_col_left_220.gif) repeat-y;
}
