#map
{
    position: relative;
    width: 683px;
    height: 551px;
    overflow: visible;
}
#returnlink
{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/common/zoom_out.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

#map a.bullet
{
    background-position: center center;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    text-decoration: none;
    z-index: 2;
    background-image: url('../images/common/toque.gif');
    background-repeat: no-repeat;
}
#map img.zoomable
{
    z-index: 10000;
}

#map div.popup
{
    display: none;
    position: absolute;
    width: 170px;
    top: 100px;
    left: 237px;
    background: white;
    z-index: 3;
    padding: 8px 5px 15px 5px;
    border: 1px solid #000000;
    text-align: center;
        z-index: 10001;
}
#map div.popup a.close
{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
        font-weight: normal;
}

/* Image du popup */
#map div.popup img.thumbnail
{
    border: 0;
    width: 170px;
}

a.restaurantname
{
    padding: 0;
    margin: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif, "Trebuchet MS";
    font-weight: bold;
    width: 170px;
    font-style: normal;
    font-size: 11px;
    text-align: center;
}

a.restaurantcity
{
    padding: 0;
    margin: 0 0 3px 0;
    font-family: Verdana,Arial,Helvetica,sans-serif, "Trebuchet MS";
    font-size: 10px;
    display: block;
    width: 170px;
    text-align: center;
    font-weight: normal;
}

