.tr_not, .tr_on {
	cursor: pointer;
	text-align: left;
	height: 15px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
}

.tr_not {
	color: white;
}

.tr_on {
	color:orange;
}

.tr_not1, .tr_on1 {
	cursor: pointer;
	text-align: left;
	height: 15px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
}

.tr_not1 {
	color: WHITE;
}

.tr_on1 {
	color:orange;
}

.lien {
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: white;
}
.lien2 {
	text-decoration: underline;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: white;
	vertical-align: top;
}
.VerdanaOrange12 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: orange;
}
