#dateServeur {
	position: absolute;
	left: 5px;
	top: 24px;
	z-index: 3;
	background-color: white;
}

#global {
 	width: 100%; 
 	height: 100%;
 	font-family: Lucida Grande, Arial, sans-serif;
 	font-size: 12px;
}

#carte {
	width: 100%;
	height: 96.5%;
}

/* ---------- DEBUT CSS FLUX RSS ---------- */
#cadre_rss {
	overflow: visible;
	height: auto;
	
	/*border: 2px solid #01B0F0;*/
	border: 2px solid #BABABA;
	background-color: #FFFFFF;
	line-height: normal;
	color: #000613;
}

#cadre_rss img {
	border: 0;
	vertical-align: middle;
}

#cadre_rss .liens {
	color: #000613;
}

#conteneur_rss {
	position: relative;
	overflow: hidden;
 	height: 18px;
	width: auto;
	visibility: visible;
}

.rssInfo {
	padding-right: 140px;
	display: inline;
	font-weight: bold;
}

.rssLoading {
	background-image: url('../images/ajax-loader.gif');
	background-repeat: no-repeat;
	text-indent:20px;
}

#linkRss{
	color: #FF0000;
}
/* ---------- FIN CSS FLUX RSS ---------- */

/* #fluxRss {
	position: absolute;
	left: 40%;
	top: 12px;
	width: 500px;
	background-color: white;
} */

.estPrevue {
	color: green;

}
 
.estPlanifie {
	color: red;

}

.labels_aller {
	color: white;
	background-color: black;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 2px solid black;
	white-space: nowrap;
}

.labels_retour {
	color: black;
	background-color: white;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border: 2px solid white;
	white-space: nowrap;
}

.tram1Bubble {
	border: 3px solid #F18E00;
	padding: 3px;
}

.tram2Bubble {
	border: 3px solid #FFF100;
	padding: 3px;
}

.tram3Bubble {
	border: 3px solid #52A166;
	padding: 3px;
}

.busBubble {
	border: 3px solid #681C84;
	padding: 3px;
}

.metro1Bubble {
	border: 3px solid #002B90;
	padding: 3px;
}

.metro2Bubble {
	border: 3px solid #F36650;
	padding: 3px;
}

.metro3Bubble {
	border: 3px solid #F36650;
	padding: 3px;
}

body
{
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	
}

html, body {
width: 99.8%;
height: 99.8%;
} 
