﻿/* Css pour la carto google */ 

#gmap
{
    height:100%;
    width:100%;
}

/* Legende */
.mapLegend {
	overflow:hidden;
}
#content #mapLegend {
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
#content #mapLegend UL 
{
	clear:both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content #mapLegend li {
    list-style: none;
    display: inline;
    float: left;
    margin-right: 5px;
}
#content #mapLegend LI.small
{
	width:130px;
}
#content #mapLegend LI.large
{
	width:130px;
}
#content #mapLegend LI.place
{
	width:130px;
}
#content #mapLegend LI.xlarge
{
	width:150px;
}
#content #mapLegend img.picto
{
    margin-top: 5px;
	margin-right:5px;
	vertical-align:middle;
}
#content #mapLegend.legendCarte {
    width: 560px;

}
#content #mapLegend p.picto
{
	margin-right:5px;
	width:20px;
	height:10px;
	float:left;
	margin-top:3px;
}
/* Affichage carto */
.cartoleft
{
	float:left;
	width:365px;
}

.cartoright
{
	float:left;
    margin-left:10px;
}
#Carto.cartoright #mapLegend.legendCarte
{
    width: 560px; 
}
.cartoright .gmap {
    width: 560px; 
	height: 600px;
	border: 2px solid #B0C882;
	position:relative;
}

.gmapHour {
    width: 634px; 
    width: 900px; 
	height: 600px;
	border: 2px solid #B0C882;
	position:relative;
}

.gmapPrint {
    width: 575px; 
	height: 600px;
	border: 2px solid #B0C882;
	position:relative;
}

/* Selction lieu */
#typepoi
{
	width:140px;
	border:1px solid #557228;
	position:absolute;
	z-index:2;
	margin-left:505px;
	margin-top:35px;
	background-color:#557228;
    
}
#typepoi .titre,
.PlanGoogle .h2 {
    cursor: pointer;
}
#typepoi.stopHour {
    margin-left:755px;
}
#typepoi.hide .content {
    display: none;
}
#typepoi .titre {
    background-color:#FFFFFF;
    font-weight: bold;
    font-size: 120%;
    font-weight: bold;
    padding-left: 5px;
    height: 20px;
    padding-top: 2px;
}
#typepoi label
{
    color: #FFFFFF;
	width:110px;
}

/* Lien Plein ecran */

#fullScreenControl 
{
    margin-top: 5px;
    margin-right: 5px;
    background-color: #FFFFFF;
    border: 1px solid #A9BBDF;
    cursor: pointer;
    text-align: center;
}

#fullScreenText {
    padding: 2px 5px;
}

/* Carte plein écran */

#gmap.fullscreen
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    margin: 0;
    padding: 0;
    border:0;
    background: inherit;
}

#mapContainer.fullscreen
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border:0;
    background: inherit;
    z-index:99;
}



/* Info Bulle */
#content .infowindow .typePt, .infowindowStreet .typePt, #content .infowindow .libelle {
    background-color: #AA9C8F;
    font-weight: bold;
    margin: 5px 0px;
    padding: 2px 10px;
    color: #FFFFFF;
    font-size: 105%;
}
#content .infowindow .title, #content .infowindowStreet .title {
    font-weight: bold;
    margin-bottom: 5px;
    background-color: transparent;
    padding: 0px;
}

#content .infowindow .title .pictoLine {
    margin-right: 4px;
}
#content .infowindow div.line div.pictoLine {
    display: inline;
    float: left;
    margin: 2px;
    margin-right: 10px;
}
#content .infowindow .link {
    clear: both;
    margin-bottom: 5px;
}
#content .infowindow .linked {
   display: none;
}

#content .infowindow .listLines {
    max-height: 120px;
    overflow: auto;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E7E7E8;
}

/* StreetView */
#content .infowindowStreet
{
    height:280px;
    width:330px;
    overflow:auto;
}
#content .infowindowStreet #streetcontainer
{
	width:100%;
	height:230px;	
}