html, body {
	height: 100%;
	margin: 0;
	}
#global {
	min-height: 100%;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	}

#center {
	overflow: auto;
	padding-bottom: 80px;
	}
	
/*--------------------------------------------------------------------------*/	
/*Header*/	
/*--------------------------------------------------------------------------*/		
#logo {
	float:left;
	margin-left: 30px;
	margin-top: 20px;
	}
	
#slogan {
	float:left;
	margin-left: 100px;
	margin-top: 40px;
	}

/*--------------------------------------------------------------------------*/	
/*Left column et content*/	
/*--------------------------------------------------------------------------*/	
#leftcolumn {
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	width: 760px;
	min-height: 400px;
	}
	
#illustration {
	float:left;
	width: 140px;
	}

#content, #data {
	float:left;
	margin-left: 15px;
	width: 600px;
	}
	
#rightcolumn {
	float:left;
	margin-left: 25px;
	width: 165px;
	}

/*--------------------------------------------------------------------------*/	
/*Footer*/	
/*--------------------------------------------------------------------------*/	
	
#footer {
	width: 1000px;
	height: 80px;
	bottom: 0;
	position: absolute;
	background-color: #000000;
	}

#footersep {
	float: left;
	float : left;
	width : 2px;
	height : 50px;
	margin : 5px;
	margin-top: 15px;
	background : #7E7E7E;
	font-size : 1;
}

#footerleft{
	float: left;
	margin: 10px;
	margin-top: 15px;
	width : 770px;
	height : 60px;
	text-align: center;
}

#footerright{
	float: left;
	width : 170px;
	margin: 10px;
	margin-top: 15px;
	text-align:center;
	line-height: 18px;
}
