body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: white;
}
	
/*_________________________________________
	HOME
___________________________________________*/
#home {

}

#bandeau {
	padding: 10px;
	background-color: #eee;
	position: fixed;
	top: 0;
	left: 0;
	right :0;
}
#recherche {
	width: 100%;
}

