 @media screen and (max-width:400px){
	#header select, #header .onglet {
		display: block ;
		width: 95% ;
		margin:2px auto ;
		padding : 9px 0;
	}
	
	#header form {
		padding-bottom:10px !important;
	}
	
	#formChangeDateRangeHeader {
	padding-top:60px !important;
	}
}