body {
	font-family: 'Lato', sans-serif;
}

#logo img {
	max-width: 300px;
	width: 100%;
}

#logo {
	text-align: center;
	margin-top: 2em
}

#info-box {
	background: #2d2620;
	text-align: center;
}

h1, h2, h3, span, p {
	font-family: 'Lato', sans-serif;
}

h2 {
	font-size: 1.3em;
	font-weight: 100
}

#box {
	background: #f2f2f2;
	font-size: 0.9em
}

h3 {
color:#6f6f6e;
font-size: 0.9em;
margin: 0.1em 0 0;
}

section {
	padding: 1em;
}

td {
	padding: 0 4px
}

table tr td:first-of-type {
	text-align: right;
}

#adresse {
	float:right;
}

#foot {
	color: #6f6f6e;
	margin-top: 2em;
	line-height: 1
}

p {
	line-height: 1
}