@charset "utf-8";
/* CSS Document */
.plan {}

.plan .liste {
	background:url(images/back_cadre.gif) repeat-x bottom;
	border:1px solid #C0C0C6;
	width:200px;
}

.plan .liste a.element{
	display:block;
	padding:3px;
	border-bottom:1px dotted #C0C0C6;
	font-size:10px;
}
.plan .liste a.elementSelected{
	font-weight:bold;
	display:block;
	padding:3px;
	border-bottom:1px dotted #C0C0C6;
	font-size:10px;
	background-color:#92BDDD;
}

.plan .liste a.element:hover {text-decoration:underline}

#googlemaps  {
	width:600px;
	height:500px;
	margin-left:10px;
}
.googleinfo {margin-left:10px;}
.googleinfo td{padding:5px;}

.googleinfolink {font-size:10px}

