a:visited /* Quand le visiteur a déjà vu la page concernée */
{
	text-decoration: none;
	color: #990000;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
	text-decoration: none;
	color: #990000;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
	text-decoration: none;
	color: #FF9900;
}
a /* Lien normal */
{
	text-decoration: none;
	color: #990000;
}
.arial_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.arial_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.ligne {
	border: 1px solid #990000;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.champ_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF9EC;
	border: 1px outset #CCCCCC;
	padding-left: 3px;
	width: 400px;
}
.petit_champ_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF9EC;
	border: 1px outset #CCCCCC;
	padding-left: 3px;
	width: 50px;
}
.moyen_champ_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF9EC;
	border: 1px outset #CCCCCC;
	padding-left: 3px;
	width: 252px;
}
.champ_erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	border: 1px groove #990000;
	padding-left: 3px;
	width: 400px;
}
.petit_champ_erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	border: 1px groove #990000;
	padding-left: 3px;
	width: 50px;
}
.moyen_champ_erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	border: 1px groove #990000;
	padding-left: 3px;
	width: 252px;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF9EC;
	border: 1px outset #CCCCCC;
	font-weight: bold;
	color: #333333;
}
.case {
	background-color: #FFF9EC;
	border: 1px outset #CCCCCC;
	height: 19px;
	width: 17px;
}
.box_home_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.clignotant {
	text-decoration: blink;
}
