html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
html{
	font-size: 12px;
	font-family: arial, sans serif;
}
body{
	font-size: 100%;
}

#loadedcatalogue{
	max-height: 300px;
	overflow-y: scroll;
}
#chemins{
	max-height: 100px;
	overflow-y: scroll;
}
#pieds{
	max-height: 200px;
	overflow-y: scroll;
}