#map {
    position: relative;
    margin: 0px auto;
    background: url(../img/makina_map.png) no-repeat;
    width: 416px;
    height: 362px;
    margin-bottom: 50px;
}

#tip {
    position: absolute;
    margin: 0px auto;
    width: 416px;
    height: 110px;
    background: transparent;
    top: 340px;
    z-index: 100;
}

#tip_container {
    position: absolute;
    margin: 0px 20px;
    width:376px;
    height: 100px;
    background: #e0f5a0;
    border: 1px solid #c4d68d;
}


#tip_close {
    background: transparent url(../img/close_tooltip.png) no-repeat;
    position: absolute;
    top: 5px;
    right: 3px;
    width:11px;
    height: 11px;
}

#tip_close:hover {
    background-position: 0 -11px;
}


#tip_content {
    background: #fff url(../img/bg_tooltip.png) no-repeat;
    background-position: right bottom;
    margin: 0px 5px 5px 25px;
    width:330px;
    height: 95px;
    padding: 5px 0px 0px 5px;
}

#hotspots {
    position: absolute;
}

#hotspots ul li {
    list-style-type: none !important;
}

#hotspots ul li {
    position: absolute;
}

#hotspots ul li a {
    position: absolute;
    width: 50px;
    height: 15px;
}

#hotspots ul li#bruxelles {
    left: 220px;
    top: 65px;
}
#hotspots ul li#paris{
    left: 190px;
    top: 95px;
}
#hotspots ul li#nantes{
    left: 105px;
    top: 115px;
}
#hotspots ul li#dijon{
    left: 220px;
    top: 125px;
}
#hotspots ul li#toulouse{
    left: 163px;
    top: 188px;
}
#hotspots ul li#pau{
    left: 130px;
    top: 170px;
}
#hotspots ul li#pau a{
    width: 30px;
    height: 30px;
}

#hotspots ul li#madrid{
    left: 90px;
    top: 220px;
}
#hotspots ul li#madrid a{
    height: 30px;
    width: 40px;
}

#hotspots ul li#tunis{
    left: 265px;
    top: 310px;
}
#hotspots ul li#tunis a{
    width: 30px;
    height: 30px;
}

