html {
	height : 100%;
	width : 100%;
}

body {
	background : url(../img/fond.jpg) top no-repeat #ffffff;
	color : #7da5be;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	height : 100%;
	margin : 0;
	text-align : center;
	width : 100%;
}

#global {
	background-color : #ffffff;
	box-shadow : 0 0 5px #7da5be ;
	height : 100%;
	margin : 0 auto;
	text-align : left;
	width : 1000px;
}

#header {
	height: 250px;
	width: 100%;
}
