p{
	margin-bottom: 20px;
}

body{
	margin: 10px;
}

nav.retour, nav.retour a{
	margin-left: 15px;
	margin-top: 20px;
	color: black;
	font-size: 14px;
}

nav.retour a:hover{
	text-decoration: none;
}

#adresse, #acces{
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#adresse{
	display: inline-block;
	border: 1px solid black;
	border-radius: 5px;
	padding: 10px;
}

#acces{
	font-size: 85%;
}

#acces .pour{
	font-weight: bold;
}

.pour:last-of-type{
	text-decoration: underline;
}