a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

.txtblanc {
  font-family: Times;
		font-size: 25px;
		font-weight: bold;
		color: #FFFFFF;
}

.txtnoir {
  font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
}

.txtrouge {
  font-family: Arial;
		font-size: 20px;
		font-weight: bold;
		color: #990000;
}
