@charset "utf-8";
/* CSS Document */

.table_map {
	font-family: "Trebuchet MS";
	border: thin dashed #EFEFEF;
	margin: 5px;
}
.sous-titre {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
.labe {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.gras {
	font-weight: bold;
	font-size: 12px;
}
.titre_map {
	font-size: 18px;
	font-weight: bold;
	color: #009900;
}
.td_map {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
-->

