html {
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
}
body {
	margin: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
}
#tab_global {
	position: absolute;
	width: 100%;
	position : relative;  
	min-height: 100%; 
}
#tab_content {
	width: 800px;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	margin-top:70px;
	margin-left:150px;
	padding-bottom: 150px;
}
#header {
	background-color: #FFF;
	width: 100%;
	height: 70px;
}
#navigation {
	width: 800px;
	height: 35px;
}
#navigation img {
	border: 0;
}
#page_title {
	margin-top: 50px;
	margin-bottom: 80px;
}
#formulaire {
	color: #FFF;
}
#reponse {
	margin-top: 20px;
	color: #F00;
}
#footer {
	background-color: #FFF;
	position: absolute;  
	bottom: 0px;  
	height: 70px;  
	width: 100%;
}
