.texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.NEW {
	border: solid 1px #FF0000;
}
.NEW:link {
	border: solid 1px #FF0000;
}
.NEW:hover {
	border: solid 1px #FF0000;
}
.NEW:visited {
	border: solid 1px #FF0000;
}
.NEW:active {
	border: solid 1px #FF0000;
}
.OLD {
	border: solid 1px #000000;
}
.OLD:link {
	border: solid 1px #000000;
}
.OLD:hover {
	border: solid 1px #000000;
}
.OLD:visited {
	border: solid 1px #000000;
}
.OLD:active {
	border: solid 1px #000000;
}

