  /* carte */
#map {
	width: 600px;
	height: 500px;
}

#map .loading {
	color: gray;
	padding: 10px;
}

div#map {
	background: url('../../images/plan/progress-bar.gif') 50% 25% no-repeat;
}

/* marker */
.information, .itineraire {
	text-align: left;
	padding-left: 15px;
}

#gmapsmarker {
	background-color: #D1EFC2;
	padding: 5px;
	text-align: left;
}

#gmapsmarker hr, .information hr {
	width: 100px;
	visibility: visible;
	background-color: #487229;
	height: 1px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

#gmapsmarker a, .information a {
	color: #487229;
	font-weight: bold;
	text-decoration: none;
}

#gmapsmarker a:hover, .information a:hover{
	color: #487229;
	font-weight: bold;
	text-decoration: underline;
}

.information li {
	display : list-item;
	/*list-style-image : url('../img/bullet-list.gif');*/
	list-style-position: outside;
}

.titre {
	color: #487229;
	font-weight: bold;
	font-size: 12px;
 	text-transform: uppercase;
}

/* panneau droite */
#points {
	width: 160px;
	border: none;
}

.scroll {
	overflow: auto;	
	height: 500px;
}

div#points ol, div#points ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#points li a {
	width: 140px;
	min-height: 14px !important;
	padding: 3px;
	display: block;
	color: #487229;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #487229;
	background-color: #DFFFCF;
	font-size: 0.9em;
	text-align: left;
}

div#points li a:hover, #imprimer  {
	background-color: #D1EFC2;
	text-decoration: none;
	text-align: left;
}

div#points li a.retour {
	font-weight: bold;
	background-color: #D1EFC2;
	border-bottom: 2px solid #487229;
}

div#points li a:hover {
	background-color: #D1EFC2;
	text-decoration: none;
}

div#points li a.categorie {
	border-bottom: 1px solid #487229;
	min-height: 43px !important;
}

div#points a, div#points a: link {
	color: #487229;
	text-decoration: none;
}

div#points a:hover {
	text-decoration: underline;
}

div#gmapmarker a, div#gmapmarker a: link {
	color: #487229;
	text-decoration: underline;
}

div#gmapmarker a:hover {
	text-decoration: none;
}

h2 {
	color: #487229;
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 5px;
}

div#gmapmarker {
    min-height: 50px;
}

form {
	margin: 0px;
	padding: 0px;
}

.champs {
	background-color: #DFFFCF;
	color: #487229;
	border: 1px solid #7C7C7C;
	font-size: 1em;
	height: 18px;
	width: 190px;
}

.textarea {
	background-color: #DFFFCF;
	color: #487229;
	border: 1px solid #7C7C7C;
	font-size: 1em;
	height: 60px;
	width: 200px;
}

.submit {
	background-color: #C3DFB5;
	font-size: 1em;
	color: #487229;
	border: 1px solid #7C7C7C;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

