/*
Ce CSS sert pour les "ancienne" page qui sont encore utilisées, entre autre les cartes routieres
*/

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px
}

h1 {  
	font-weight:bold;
	margin:0px 0px 0px 0px;
	font-size:14px;
	color: #434c1f;
}

h2 { 
	font-size: 12px; 
	font-weight: bold
}

h3 { 
	font-size: 12px; 
	font-weight: bold 
}

a {
	text-decoration: underline;
	font-weight:bold;
}
a:link {
	color: #113369;
}

a:visited {
	color: #434c1f;
}

a:hover {
	color: #0066CC;
}

a:active {
	color: #0066CC;
}
