@font-face {
	font-family: 'Varela Round';
	font-style: normal;
	font-weight: 400;
	src: local('Varela Round'), local('VarelaRound-Regular'), url(VarelaRound-Regular.ttf) format('truetype');
}

body {
	font-family: 'Varela Round', Helvetica, Arial, sans-serif;
}

.scroll {
	margin: 1em 0;
	overflow-x: auto;
}
.scroll > * {
	margin: 0 !important;
}

table.fichiers th a:link,
table.fichiers th a:visited {
	color: inherit;
	text-decoration: none;
}

table.fichiers th a:link:hover {
	text-decoration: underline;
}

table.fichiers td {
	padding: 0 .5em;
}
table.fichiers td.icon {
	height: 26px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}

table.fichiers th[nowrap],
table.fichiers td[nowrap] {
	white-space: nowrap;
}
