/* Css pour la carto  */ 


.gmapCarto
{
	width: 680px; 
	height: 540px;
	border: 2px solid #d7d7d9;
}



/*****MapLegend ******/
#carto
{
    width:680px;
}
#content #mapLegend 
{
	border: 1px solid #d7d7d9;
	width: 100%;
	overflow:hidden;
	margin:20px 0px;
}
.nomenu #content #mapLegend 
{
	border: 1px solid #d7d7d9;
	width: 680px;
	overflow:hidden;
	margin-top:20px;
}

#content #mapLegend .main {
	PADDING: 5px 0px 14px 0px;
	/*margin-right:8px;*/
	overflow: hidden;
}
.nomenu #content #mapLegend .main {

}

#content #mapLegend UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#content #mapLegend LI {
	float: left;
	height: 30px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: top left;
	background-image: none;
	padding-top:6px;
	margin: 5px 6px 0 6px;
	vertical-align:middle;
	width:100px;
}
#content #mapLegend IMG.picto
{
	vertical-align:middle;
	margin-right:3px;
}

#content #mapLegend LI.small
{
	width:80px;
}

#content #mapLegend LI.large
{
	width:130px;
}
#content #mapLegend LI.xlarge
{
	width:150px;
}
#content #mapLegend LI.contour
{
	width:200px;
}
#content #mapLegend LI.contourq
{
	width:160px;
}


/* Case vide */
#content #mapLegend LI.empty {padding-left: 30px; width:98px;  }



/*-----InfoBulle-----*/

.infowindow
{
height:200px;
width:230px;
overflow:auto;
}

.infowindow .center
{
width:100%;
font-weight:bold;
margin-bottom:10px;	
text-align:left;
vertical-align:middle;
}

.infowindow .title
{
background-color:#088921;
color:#ffffff;
text-align:center;

}

.infowindow .center img
{
margin-left:5px;
vertical-align:middle;
}


#listStops li
{
	background-position: 20px 5px !important;

}