/* CSS Document */

/* Google Map bulle d'information sur les marqueurs*/


#gmap div {
border:0px none;
margin:0px;
padding:0px;
}

#gmap .titreGmap {
  font-family:Arial,Helvetica,sans-serif;
  font-weight: bold;
	font-size: 14px;
	color: #f8b644;
}
#gmap .infoGmap {
  font-family:Arial,Helvetica,sans-serif;
  font-weight: bold;
	font-size: 14px;
	color: #000000;
}

#gmap #titreListe {
background-image:url(../img/bg_h4.gif);
background-repeat:no-repeat;
color:#3EAFE0;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
line-height:18px;
margin:0;
padding:13px 8px 0 13px;
text-indent:25px;
}
#gmap .legende {
  font-family:Arial,Helvetica,sans-serif;
  font-weight: bold;
	font-size: 14px;
	color: #f8b644;
}
#gmap .legendeElements {
  font-family:Arial,Helvetica,sans-serif;
  font-weight: bold;
	font-size: 12px;
	color: #000000;
}
#divLegende {
padding-left:10px;
}


#tableauListe table{
  border: 2px #F8B644 solid;
  border-collapse: collapse;
}

#tableauListe table th{
  background-color: #FFD793;
  border-left: thin #F8B644 solid;
  color:#000;
}
#tableauListe table tr td{
  border-bottom: 1px #F8B644 solid;
  border-left: thin #F8B644 solid;
}
#tableauListe table tr .colNum{
  text-align: center;
  font-weight:bold;
  color: #F8B644;
  width: 75px;
}
#tableauListe table tr .colName{
  text-align: left;
  font-weight:bold;
  width: 425px;
}
#tableauListe table tr .colVelo{
  text-align: left;
  width: 200px;
}
