/*
DECLARATION DU DECOUPAGE
*/
html, body, #global{height:100%}
body{
	margin:0;padding:0;
	text-align:center;
	background:#FFF url('images/fond_global.jpg') top center repeat-y;
}
.clear{display:both;}
#global{/*le global contient tout le decoupage, il permet le centrage du site au milieu*/
	position:relative;
	margin:0 auto;padding: 0 20px;
	width:920px;
	height:100%;
	overflow:hidden;
	text-align:left;
	/*background:url('images/fond_global.jpg')*/;
}
#menuTop{height:62px;}
#banniere{
	height:200px;
	background:url(images/banniere.jpg);}
#left{
	float:left;
	margin:0;
	padding:10px;
	width:180px;
	overflow:hidden;
	/*background:#444;*/
	/*background:url('images/PUBLIC/fond_colonne.jpg') top right repeat-y;*/
	}
#middle{
	float:left;
	}
	#middle_in{
		margin:0;
		padding:10px 10px 10px 10px;
		width:500px;
		background:#282828;		
		}
	#middle_bottom{
		width:520px;
		height:26px;
		background:url('images/fond_bottom.png') top center no-repeat;
		}
#right{
	float:left;
	margin:0;
	padding:10px;
	width:180px;
	/*background:#444;*/
	/*background:url('images/PUBLIC/fond_colonne.jpg') top left repeat-y;*/
	}

#bottom{
	display:block;
	clear:both;
	margin:0 0 0 200px;padding:0px 10px 5px 10px;
	width:500px;
	/*background:url('images/fond_bottom.jpg') top center no-repeat #444444;*/
	}
