html, body {
	background: #fff url(img/backround.jpg);
	height: 100%;
	margin: 0;
	}
	
a img {border-style:none;}
a {text-decoration:none;} 
	
div#global {
	min-height: 100%;
	width: 1028px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(img/contenu.jpg) center repeat-y;
	}
	
div#header {
	background: url(img/header.jpg) no-repeat;
	color: #fff;
	height: 447px;
	}

ul#menu1{
	padding:0;
	margin-top:20px;
	margin-left:5px;
	list-style-type:none;
}
	
ul#menu2{
	padding:0;
	margin-left:5px;
	list-style-type:none;
}



a.boutonheader1{ 
position: absolute; 
display:block; 
width:172px; 
height:48px; 
top: 14px;
left: 480px;
} 	

a.boutonheader2{ 
position: absolute; 
display:block; 
width:172px; 
height:48px; 
top: 14px;
left: 658px;
}

a.boutonheader3{ 
position: absolute; 
display:block; 
width:172px; 
height:48px; 
top: 14px;
left: 830px; 
} 

		

	
	
div#center {
	padding-bottom: 50px;
	overflow: auto;
	}
	
div#content {
    float: right;
	width: 838px;
	margin-right : 5px;
	}
	
div#sidebar {
	float: left;
	margin-left: 5px;
	width: 180px;
	}
	
	
div#footer {
	position: absolute;
	width: 1028px;
	height: 47px;
	bottom: 0;
	background: url(img/footer.jpg);
	color: #fff;
	}
	
