html, body {
	height: 100%;
	margin: 0;
}

#global {
	min-height: 100%;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	width: 1002px;
}

#header {
	position: relative;
	height: 104px;
}

#header_retour {
	float: left;
	width: 495px;
	height: 104px;
	margin: 0px;
	padding: 0px;
}

#header img {
	border:0px;
}

#header_menu {
	float: right;
	width: 507px;
	height: 104px;
	margin:0px;
	padding:0px;
}

#footer {
	position: absolute;
	bottom: 0;
	width:816px;
}

#header_center {
	/*overflow: auto;
	margin-bottom:2px;*/
}

#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu */
	/*overflow: auto;*/
	/*margin-bottom:2px;*/
	padding:0px;
	margin:0px;
	/*background-color:#0000FF;*/
}


#menubar {
	float: left;
	width: 286px;
	margin: 0px;
	padding: 0px;
	/*border-right:1px solid #80A1B4;*/
	border:0px;
	padding-top:172px;
	min-height:245px;
	/*background-color:#33FF66*/
}

#menu_bar_content {
	padding:0px;
}

#content_fond {
	float: right;
	width: 715px;
	margin-left:-1px;
	/*margin:0px;
	padding:0px;
	margin: 0px auto 0px auto;*/
	height:600px;
}

html>body #content_fond {
	height: auto;
	min-height: 600px;
}

#content {
	float: right;
	width: 716px;
	/*margin-left:1px;*/
}

#content {
	padding: 0px;
}

/*#content_carte {
	float: left;
	width: 209px;
	margin:0px;
	padding:0px;
}*/

#content_contenu {
	/*float: right;*/
	width: 716px; 
	/*text-align:center;*/
	/*padding-top : 20px;*/
	/*padding-top:40px;*/
	/*margin-left:1px;*/
}

#centre {
	padding-left:10px;
}

#content_imprim {
	width: 840px; 
	background-color: #fff;
}

/* DIVERSES CLASS POUR L'ALIGNEMENT */
.align_gauche {
	float: left;
}