@charset "utf-8";


#MapTips{
	background-color: #E4E8C2;
	/*float: left;*/
	margin-top: 0px;
	position:relative;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Verdana;
}

#MapTips a img{
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.LegVille,
div.LegBase,
div.LegRegion
{
	position: absolute;
	font-size: 10px;
	width: auto;
}
div.LegVille{
	margin: 0px;
	padding: 0px;
	background-image:url(img/fondville.png);	/*background-color: #9A9A9A;*/
}

div.LegVille span, div.LegVille a{
	color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	/*background-color: #9A9A9A;*/

}
div.ZoomTool
{
	position: absolute;
	font-size: 11px;
	width: auto;
	margin: 0px;
	padding: 2px;
	background-image:url(img/fondzoom.png);
}

div.ZoomTool span, div.ZoomTool a{
	color:#FFFFFF;
	text-decoration: none;
	margin: 3px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(img/zoom-in.gif);
	background-position: 0 0;
	background-repeat: no-repeat;	/*background-color: #9A9A9A;*/
	height: 30px;
}

div.LegRegion span, div.LegRegion a{
	color:#077FB3;
	text-decoration: underline;
	margin: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 14px;
	font-weight: bold;
	background-image:url(img/fondregion.png);
	/*background-color: #E5E7C0;*/
}

div.LegBase{
	font-size: 10px;
	background-image: url(img/base_l.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;

}
span.phone{
	background-image: url(img/telephone.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
span.fax{
	background-image: url(img/fax.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.LegBase a{
	background-image: url(img/base_r.png);

	color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	/*background-color: #FF0000;*/
}
div.grisBt{
	font-size: 10px;
	background-image: url(img/readmoreL.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 8px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
div.grisBt a{
	background-image: url(img/readmoreR.png);
	color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	float: left;
	padding-right: 20px;
	/*background-color: #FF0000;*/
}
div.grisBt:hover{
	background-position: 0px -20px;
}
div.grisBt a:hover{
	color:#FFFFFF;
	background-position: right -20px;
	/*background-color: #FF0000;*/
}

div.StationLink a{
	background-image: url(img/station_link.png);
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FE0000;
	background-repeat: no-repeat;
	background-position: left 0;
	text-decoration: underline;
	padding-left: 17px;
	
	padding-top: 2px;
	padding-bottom: 1px;
	
	margin-top: 2px;
	margin-bottom: 2px;
	
	font-weight: bold;
	margin-right: 5px;
}

div.StationLink a:hover{
	background-image: url(img/station_link_hover.png);
	color: #FF0000;
}


h2.SousRegionTitre{
	margin-top:10px;
	margin-bottom:5px;
	color: #077FB3;
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight:normal;
}

h3.SousRegionCanaux{
	margin-top:6px;
	color: #077FB3;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight:normal;
}

div.ReadMore{
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 19px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 0;
}
div.ReadMore a{
	color:#F5F5F5;
	text-decoration: none;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	float: left;
	padding-right: 20px;
	text-align: left;
	padding-left: 0px;
}
div.ReadMore:hover{
	background-position: 0px -20px;
}
div.ReadMore a:hover{
	color:#FFFFFF;
	background-position: right -20px;
}





