html{
	position:relative;
	min-height:100%;
}
body{
	margin-bottom:80px;
}
header, .navbar .active{
	background-color:#dbcabc;
}
.navbar{
	border-bottom:4px solid #dbcabc;
}
.titre{
	margin-top:60px;
	background-image:url('scales-of-justice.svg');
	background-repeat:no-repeat;
	background-position:right 10% bottom;
}
.input-group{
	margin:2px 0;
}
.input-group-lg{
	margin:10px 0;
}
.metadata th{
	background:#eee;
	text-align:right;
	white-space:nowrap;
}
footer{
	padding:10px;
	text-align:center;
	border-top:3px double #fff;
	position:absolute;
	bottom:0;
	width:100%;
	height:80px;
	background-color:#dbcabc;
}