/*
DECLARATION DU DECOUPAGE
*/
html, body, #global{height:100%}
body{
	margin:0;padding:0;
	text-align:center;
	background:#000 url('images/fond_body.png') top center no-repeat;
}
#global{/*le global contient tout le decoupage, il permet le centrage du site au milieu*/
	position:relative;
	margin:0px auto;
	padding:0px;
	width:960px;
	text-align:left;
}
.nettoyage{clear:both}
/****************************************************************************/
/*###TOP 1###*/
#top1 {
	position:absolute;
	top:0px;
	width:960px;
	text-align:center;
	font-size:18px;
	font-variant:small-caps;
	letter-spacing: 2px;}
#top2 {
	position:absolute;
	top:260px;
	padding:3px 0px;
	width:960px;
	text-align:center;
	background:#111 url(./images/background_menu_top2.png) top left;}
#search {
	position:absolute;
	top:200px;right:0px;
	text-align:left;
}
#colonnes{
	position:absolute;
	top:300px;
	width:960px;
	text-align:left;
	background:red;
	overflow: auto;
	background:#111 url(./images/fond_colonne.png) right 0;
}
#left{
	float:left;
	margin:20px;
	padding:0px;
	width:240px;
	border:0px;
	/*background:blue;*/
}
#middle{
	float:left;
	margin:20px 0px;
	padding:0px;
	width:400px;
	background:white;
}
.middle_margin{margin:10px;}
#middle_top {width:400px;height:25px;background:url(./images/middle_top.gif) 0 0;}
#middle_bottom {width:400px;height:60px;background:url(./images/middle_bottom.gif) 0 0;}

#right{
	float:right;
	margin:20px;
	width:240px;
	background:white;
	}

#hierarchie{display:block;padding:5px;color:#fff;font-size:13px;background:#000}

/*###BOTTOM 1###*/
#bottom1 {
	margin:0px auto;
	padding:5px;
	font-size:13px;
	text-align:center;
	background:black;
	}
