#home-map{
    padding: 10px;
    position: relative;
}

#map{
    position:relative;
    height: 300px;
}

#map.no-menu{
    height: 450px;
    margin-left: 10px;
}

#shaddow-map-left{
    position: absolute;
    left: 210px;
    top: 10px;
    background: url(../images/ombre-v-left.png) repeat-y left top;
    width: 3px;
    height: 300px;
    z-index: 2;
}
#map.no-menu #shaddow-map-left{
    left: 0px;
    top: 0px;
    height: 450px;
}
#shaddow-map-right{
    position: absolute;
    left: 987px;
    top: 10px;
    background: url(../images/ombre-v-right.png) repeat-y left top;
    width: 3px;
    height: 300px;
    z-index: 2;
}
#map.no-menu #shaddow-map-right{
    left: 777px;
    top: 0px;
    height: 450px;
}
#shaddow-map-top{
    position: absolute;
    left: 210px;
    top: 10px;
    background: url(../images/ombre-h-top.png) repeat-x left top;
    width: 780px;
    height: 3px;
    z-index: 2;
}
#map.no-menu #shaddow-map-top{
    left: 0px;
    top: 0px;
}
#shaddow-map-bottom{
    position: absolute;
    left: 210px;
    top: 307px;
    background: url(../images/ombre-h-bottom.png) repeat-x left top;
    width: 780px;
    height: 3px;
    z-index: 2;
}
#map.no-menu #shaddow-map-bottom{
    left: 0px;
    top: 447px;
}



#map a{
    text-decoration: none;
}

#map .list-producteurs a:hover{
    text-decoration: underline;
}

#m1{
    position:absolute; 
    cursor: pointer;
    top: 0; 
    /*left: 0px;*/
    left: 200px;
    /*width: 200px;*/ 
    width: 780px;
    /*height: 75px;*/ 
    height: 100%; 
    background: url('../images/onglets/bienvenue.png') no-repeat center center;
    
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border-bottom: 1px solid #ccc;
}


#m1 .visualisation-points-relais{
    position: absolute;
    left: 32px;
	top: 150px;
	width: 271px;
	height: 26px;
    background: url('../images/pixel-transparent.png') repeat;
    cursor: pointer;
}

#m1 table {
    width: 730px;
    margin-left: 30px;
    height: 100%;
}

#m1 table a {
    display: block;
    width: 100%;
    height: 100%;
}

#m2{
    position:absolute; 
    cursor: pointer;
    top: 75px; 
    left: 0; 
    width: 200px; 
    height: 75px; 
    background: url('../images/onglets/concept.jpg') no-repeat center center;
    
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border-bottom: 1px solid #ccc;
    
    overflow: hidden;
}

#m2 > div{
    display: none;
}


#m3{
    position:absolute; 
    cursor: pointer;
    top: 150px; 
    left: 0; 
    width: 200px; 
    height: 75px; 
    background: url('../images/onglets/engagements.png') no-repeat center center;
    
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border-bottom: 1px solid #ccc;
}

#m3 > div{
    display: none;
    background: url('../images/onglets/CHARTE.jpg') no-repeat left top;
    width: 100%;
    height: 100%;
    cursor: auto;
}

#m4{
    position:absolute; 
    cursor: pointer;
    top: 225px; 
    left: 0; 
    width: 200px; 
    height: 75px; 
    background: url('../images/onglets/solutions-livraison.png') no-repeat center center;
    
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border-bottom: 1px solid #ccc;
}

#m4 > div{
    position:relative; 
    display: none;
    background: url('../images/onglets/LIVRAISON2.jpg') no-repeat left top;
    width: 100%;
    height: 100%;
    cursor: auto;
}

#m4 .visualisation-points-relais{
    position: absolute;
    left: 215px;
    top: 206px;
    width: 140px;
    height: 27px;
    background: url('../images/fond-transparent.png') repeat left top;
    cursor: pointer;
}
#m4 .visualisation-atelier{
    position: absolute;
    left: 24px;
    top: 141px;
    width: 122px;
    height: 30px;
    background: url('../images/fond-transparent.png') repeat left top;
    cursor: pointer;
}


#navigationMap{
    position:absolute; 
    top: 0px; 
    /*left: 200px;*/
    left: 0px;
    overflow: hidden; 
    /*width: 780px;*/ 
    width: 200px;
    /*height: 100%;*/
    height: 75px;
}

.no-menu #navigationMap{
    left: 0;
    width: 780px; 
    height: 100%
}

#navigationMap #smalldiv{
    position:absolute; 
    cursor: pointer;
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff url('../images/onglets/la-carte.png') no-repeat center center;
    /*display:none;*/
    
    -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    border-bottom: 1px solid #ccc;
z-index: 1;
}

.no-menu #navigationMap #smalldiv{
    display:none;
}

#navigationMap > div{
    width: 100%;
    height: 100%;
}

#navigationMap #map-canvas{
    width: 100%; 
    height: 100%; 
    padding-bottom: 30px;
}

#navigationMap #map-details{
    position: absolute; 
    top: 0;
    left: 780px;
    width: 250px; 
    height: 100%; 
    background: #F9F9F9;  
    border: 1px solid #E6E6E6;
}

.no-menu #navigationMap #map-details{
    left: 780px;
}

#navigationMap #map-details .loading, #navigationMap #map-details .fixed{
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
}

#navigationMap #map-details .content{
    width: 100%;
    height: 100%; 
}

#navigationMap #map-details .loading{
    display: none;
}

#navigationMap #map-details .loading .spinner{
    position: absolute; 
    left: 50%; 
    top: 50%;
}

#navigationMap #map-details .fixed .close{
    cursor: pointer;
    position: absolute;
    bottom: 10px; 
    left: 10px;
    width: 8px;
    height: 16px;
    background: url('../images/arrow-close-map.png') no-repeat left top;
}

#navigationMap #map-details .fixed .plus, #navigationMap #map-details .fixed .moins{
    cursor: pointer;
    position: absolute;
    bottom: 36px; 
    left: 5px;
    display: none;
    
    width: 18px;
    height: 17px; 
}

#navigationMap #map-details .fixed .plus{
    background: url('../images/plus-de-produits.png') no-repeat left top;
}
#navigationMap #map-details .fixed .moins{
    background: url('../images/moins-de-produits.png') no-repeat left top;
}

#navigationMap #map-details .fixed .liste{
    cursor: pointer;
    position: absolute;
    bottom: 60px; 
    left: 5px;
    display: none;
    width: 18px;
    height: 22px;
    background: url('../images/retour-liste-producteurs.png') no-repeat left top;
}

#navigationMap #map-details .fixed .plus:hover, #navigationMap #map-details .fixed .moins:hover, #navigationMap #map-details .fixed .liste:hover{
    text-decoration: underline;
}

#navigationMap #map-details .content h2 {
    padding: 0px 0px 5px 0px;
    margin: 0 0 0 30px;
    width: 200px;
    border: none;
}

#navigationMap #map-details .content .ville {
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    width: 200px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 10px 30px;
}

#navigationMap #map-details .content h2:after {
    display: none;
}

#navigationMap #map-details .content ul{
    height: 100%;
    width: 100%;
    padding: 0 0 0 30px;
}

#navigationMap #map-details .content .scroll
{
    width: 250px;
    height: 290px;
    margin-top: 5px;
    overflow: auto;
    outline: none;
}

#navigationMap #map-details .content .large .scroll
{
    width: 750px;
}

#navigationMap #map-details .content .large ul li.product
{
    margin: 0px 20px 20px 20px;
}

.no-menu #navigationMap #map-details .content .scroll
{
    height: 440px;
}


#navigationMap #map-details .list-producteurs h2{
    background: url('../images/retour-liste-producteurs.png') no-repeat left top;
    padding: 2px 0px 3px 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    width: 170px;
    height: 22px;
}
#navigationMap #map-details .list-producteurs ul{
    width: 200px;
}
#navigationMap #map-details .list-producteurs ul li{
    padding: 0px 0px 15px 15px;
}
#navigationMap #map-details .list-producteurs ul li a{
    color: #4d4d4d;
}

#navigationMap #map-details .content .jspVerticalBar{
    background: none;
}

#navigationMap #map-details .content .jspTrack{
    width: 2px;
    margin-left: 6px;
    background: #9DB614;
}

#navigationMap #map-details .content .jspDrag{
    width: 8px;
    margin-left: -3px;
    background: #9DB614;
}

#navigationMap #map-details .content .jspArrowUp{
    background: url(../images/arrow-scroll-up.png) center top no-repeat;
    width: 14px;
    height: 8px;
}

#navigationMap #map-details .content .jspArrowDown{
    background: url(../images/arrow-scroll-down.png) center bottom no-repeat;
    width: 14px;
    height: 8px;
}



