/* CSS Document */

     <!-- necessaire pour google pour tracer les polylines -->
        v\:* {
          behavior:url(#default#VML);
        }
        /*pour les infobulles de la carte*/
        #gmapmarker {
          font: normal small verdana, arial, helvetica, sans-serif;
          font-size: 10pt;
		  margin: 10px auto;
          margin: 0px auto;
          width: 268px;
          height: auto;
          overflow:auto;
		  border: 1px solid #0033FF;
        }
        #gmapmarker p{
          margin : 0;
          padding : 2px 0 2px 0;
        }
        #gmapmarker a {text-decoration: none; color: #0066CC; background-color: transparent;}
        #gmapmarker a:hover {color: #F60; background-color: transparent;}
        #gmapmarker h1 {
          font-weight: bold;
          font-size: 13px;
          color: #369;
          border-bottom: 2px solid #369;
          padding : 2px;
          margin : 0;
        }
       /*div qui contient la carte*/
        #map {
        /*  float : left; */
		border: 1px solid #009933;
        }

