#pubBackgroundLeft {
    cursor: pointer;
    display: block;
    height: 100%;
    margin-right: 499px;
    position: fixed;
    right: 50%;
    top: 0px;
    width: 100%;
}
#pubBackgroundRight {
    cursor: pointer;
    display: block;
    height: 100%;
    margin-left: 500px;
    position: fixed;
    left: 50%;
    top: 0px;
    width: 100%;
}
#pubBackgroundTop {
    cursor: pointer;
    display: block;
    height: 140px;
    position: relative;
    width: 1000px;
    margin: auto;
}

@media only screen and (max-width:1024px) {
    #pubBackgroundLeft, #pubBackgroundRight, #pubBackgroundTop {
        display: none;
    }
    body {
        background: none!important;
    }
}

@media print {
    #pubBackgroundLeft, #pubBackgroundRight, #pubBackgroundTop {
        display: none;
    }
}

.tag_pub_externe {
    font-size: 1.1rem;
    color: #a2a9b4;
}

.layout_little {
    width: 724px;
}

.layout_little .grid-3-5 {
    width: 75%;
}

.layout_little .grids-revert {
    text-align: center;
}

.layout_little .heading-estimate {
    margin: 0 45px;
}

.layout_little_search {
    width: 305px;
}

#map_canvas {
    position: relative;
    
    background-image: url("/images/map_flou.jpg");
}

.clic_map {

    background-color:#E4EFFF;
    border:1px solid #9FC6FF;
    padding:5px;
    /*arrondir les coins en haut à gauche et en bas à droite*/
    -moz-border-radius:10px 0;
    -webkit-border-radius:10px 0;
    border-radius:10px 0;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    
    cursor: pointer;
}

.block-bgd #map_canvas {
	height: 250px;
	width: 536px;
}

.newsletter_lite_test {
	font-size: 1.2em;
	font-size: 12px;
	font-weight: 100;
}

