.verdana {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-weight: lighter;
	color: #06F;
	text-decoration: none;
}
.titres {
	font-size: 18px;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	color:#CCC;

}
.legendes {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
.textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CCC;
	margin: 4px;
	background-color: #333;
	border-color: #000;
	border-width: 1px;
}

