#gMap{
width:100%;
border:solid 1px #EFEFEF;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 10px 0 #C7C7C7;
box-shadow: 0 0 10px 0 #C7C7C7;
}

.soixante_pourcent{
width:60% !important;
}


/********** INFOS BULLES GOOGLE MAPS **********/
.infoWindowContent{
width:235px;
}

.infoWindowContent .infoWindowContent_image{
width:80%;
margin:0px auto 5px auto !important;
}

.infoWindowContent .infoWindowContent_image img{
width:100%;
max-width:235px;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
border-radius:5px 5px 5px 5px;
}

.infoWindowContent h3{
margin-bottom:10px !important;
}

.infoWindowContent .infoWindowContent_adresse{
margin-bottom:0px !important;
}

.infoWindowContent .infoWindowContent_tel{
margin-bottom:0px !important;
text-align:center !important;
}

.infoWindowContent .infoWindowContent_fax{
margin-bottom:0px !important;
text-align:center !important;
}
/********** FIN INFOS BULLES GOOGLE MAPS **********/