/* CSS Document */

#map {
	padding: 0px 20px 30px 25px;

}
#map a {
	color: #3DA639;
	text-decoration: none;

}
#map a:hover {
	color: #091C5A;
	text-decoration: underline;
}
#map h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3DA639;
	padding: 0px;
	margin-bottom: 10px;
}
#map h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 6px;
}
#map h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
#map h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#map p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 13px;
	font-weight: bold;
}
#map span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(../img/orange-arrondi.gif);
	background-repeat: no-repeat;
	background-color: #FF9900;
	line-height: 18px;
	display: block;
	background-position: left top;
	padding-left: 10px;
}
#map ul {
	margin: 0px;
	padding: 0px;
}
#map li {
	line-height: 16px;
	font-weight: normal;
	list-style-image: url(../img/retour.gif);
	list-style-position: inside;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
