body
{
	background-color: #000000;
	color: #444444;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.titre
{
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

#directions{
	width: 520px;
	height: 300px;
	overflow: auto;
	color: black;
	margin: auto;
	border: double 3px #aaaaaa;
	padding: 10px;
	margin-bottom: 20px;
}

