/* CSS Document */
#FicheDetail {
  font-family: "Trebuchet MS";
	font-size: 11px;
	color: #660066;
	margin: 25px auto 40px auto;
	padding: 0;
	background-color: #FFFFFF;
	border: 2px solid #660066;
}
#FicheDetail h2 {
	background-image: url(/images/Fond1.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 2px 0;
	margin: 0;
	text-indent: 5px;
	font-size: 16px;
	border-bottom: 1px solid #222222;
	color: #111111;
}
#InfosPratiques {
  float: center;
  margin: 5px auto;
  background-color: #666666;
  padding: 2px;
  font-size: 13px;
  color: #FFCCFF;
  border: 2px solid #000000;
  width: 80%;
}
#Descriptif {
  border-top: 1px solid #222222;
  text-align: justify;
  margin: 5px 0;
  padding: 3px;
  color: #222222;
}
#map {
  float: right;
  margin: 10px;
  border: 1px solid #333333;
}
.Navigation {
	height: 30px;
	background-image: url(/images/Retour.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	vertical-align: top;
}
.Navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	text-decoration: none;
	padding: 0px 0px 3px 5px;
}
.Navigation a:hover {
	color: #000000;
}
