﻿/* 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: 146px;
}

#content #mapLegend li.large
{
	width: 140px;
}

#content #mapLegend li.place
{
	width: 140px;
	margin-bottom: 12px;
}

#content #mapLegend li.xlarge
{
	width:180px;
}

#content #mapLegend img.picto
{
    margin-top: 5px;
	margin-right:5px;
	vertical-align:middle;
}

#content #mapLegend.legendCarte
{
    width: 472px;
}

#content #mapLegend p.picto
{
	margin-right: 5px;
	width: 20px;
	height: 10px;
	float: left;
	margin-top: 3px;
}

/* Affichage carto */

.cartoleft
{
	float: left;
	width: 414px;
	margin-top: 20px;
}

.cartoright
{
	float: left;
    margin-left: 10px;
    margin-top: 20px;
}

.cartoright .gmap
{
    width: 472px; 
	height: 600px;
	border: 2px solid #70BA41;
	position: relative;
}

.gmapHour
{
    width: 848px; 
	height: 600px;
	border: 2px solid #70BA41;
	position: relative;
}

.gmapPrint
{
    width: 620px; 
	height: 600px;
	border: 2px solid #70BA41;
	position: relative;
}

/* Selection lieu */

#typepoi
{
	width: 140px;
	min-height: 130px;
	border: 1px solid #70BA41;
	position: absolute;
	z-index: 2;
	margin-left: 505px;
	margin-top: 40px;
	background-color: #99D573;   
}

#content div div.contenu div div#Carto.cartoright div#typepoi.rool
{
	margin-left: 327px;
}

#typepoi.stopHour
{
    margin-left: 703px;
}

#typepoi .titre
{
    background-color: #FFF;
    font-weight: bold;
    font-size: 100%;
    font-weight: bold;
    padding-left: 5px;
    height: 20px;
    padding-top: 2px;
}

#typepoi label
{
	color: #000;
	width: 110px;
}

#typepoi.hidden
{
     position: absolute;
     height: 0px;
     width: 0px;
     overflow: hidden;
     border: 0;
}

/* lien Plein ecran */

#fullScreenControl 
{
    margin-top: 5px;
    margin-right: 5px;
    background-color: #FFF;
    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,
#mapContainer #gmap .infowindow p.typePt
{
    background-color: #DBDBDB;
    font-weight: bold;
    margin: 5px 0px;
    padding: 4px 0px;
    color: #000;
    font-size: 100%;
    text-align: center;
}

#content .infowindow .title,
#content .infowindowStreet .title,
#mapContainer #gmap .infowindow .title
{
    font-weight: bold;
    margin-bottom: 5px;
    background-color: transparent;
    padding: 0px;
}

#content .infowindow .title .pictoline,
#mapContainer #gmap .infowindow .title .pictoline
{
    margin-right: 4px;
}

#content .infowindow div.line,
#mapContainer #gmap .infowindow div.line
{
    float: left;
    margin-right: 5px;
}

#content .infowindow div.line div.pictoline,
#mapContainer #gmap .infowindow div.line div.pictoline
{
    display: inline;
    float: left;
    margin: 2px;
    margin-right: 10px;
}

#content .infowindow .link,
#mapContainer #gmap .infowindow .link
{
    clear: both;
    margin-bottom: 5px;
}

#content .infowindow .listlines,
#mapContainer #gmap .infowindow .listline
{
    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;	
}