﻿#googlemap
{
    width: 450px; 
    height: 340px; 
    margin-top: 0px;
    position: relative;
}
.tablotexte
{
    display: none;
}
div#sidebar.loading
{
    background: url(/img/gmap/ajax-loader.gif) no-repeat left top;
    margin: 10px 0 0 0;
    height: 40px;
    text-align: left;
}
div#sidebar div
{
    margin: 10px 0 5px 0;
    text-align:right;
    font-size: 11px;
}


div.LabeledMarker_markerLabel
{
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 25px;
    margin: 6px 0px 0px 2px;
    padding: 0px;
    border: 0px;
}

#ac_window
{
    width: 225px;
}
#ac_window_contents
{
    background-color: #FFF;
    padding: 10 px;
}
#ac_window_close
{
    width: 8px;
    height: 8px;
    background: url('/img/gmap/closeMarker.png') top left no-repeat transparent;
    cursor: pointer;
}
#ac_window_tl, #ac_window_tr, #ac_window_br, #ac_window_t, #ac_window_r
{
    background-image: url(/img/gmap/transp_grey.png);
    height: 5px;
    width: 5px;
}
#ac_window_bl, #ac_window_l, #ac_window_b
{
    background-color: #FFF;
    height: 5px;
    width: 5px;
}

.gmaplisticon
{
    background-image: url(/img/gmap/defaultMarker.png);
    background-position:  center top;
    background-repeat: no-repeat;
   
}
.gmaplisticon div
{
    margin: 0px;
    /* Modification afin de replacer les lettres au centre &sma;
    
    margin-top: -10px;
    */
    padding: 0px;
    text-align: center;
    font-weight: bold;
}

