body
{
	background-color: #39394b;
	color: #cccccc;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.email
{
	color: #FFFFFF;
	font-weight: bold;
}

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

.cadre
{
	width: 400px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	border-collapse: collapse;
	/*opacity : .7;
	filter : alpha(opacity=70);*/
}

a{
	text-decoration: none;
	color: white;
}

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

#itineraire{
	width: 520px;
	height: 300px;
	margin-left: 300px;
	margin: auto;
}

#message{
	text-align: left;
	margin-left: 170px;
}