a.titreNouvelle:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.titreNouvelle:link {
	color: #ffffff;
	text-decoration: none;
}
a.titreNouvelle:visited {
	color: #ffffff;
	text-decoration: none;
}

a:link {
	color: #7AA8DC;
	text-decoration: underline;
}
a:visited {
	color: #7AA8DC;
	text-decoration: underline;
}
a:hover {
	color: #7AA8DC;
	text-decoration: underline;
}
a:active {
	color: #7AA8DC;
	text-decoration: underline;
}

.Input90Length {
	width: 90%;
}
.InputFullLength {
	width: 100%;
}
.RedAlertBold12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}
