.lexique {
	COLOR: #f7931d;
}
.lexique:hoover {
	COLOR: #f7931d;
	TEXT-DECORATION: underline;
}
#tab-resultats {
	/* Tableau des résultats*/
	width: 100%;
	vertical-align: top;
	margin-left : 5px;
}
#tab-resultats-entete {
	/* En-tête du tableau des résulats */
	background-color: #f0f0f0;
	height: 25px;
}
#tab-validation {
	/* Tableau des définitions à valider */
	border: 0px;
}
#tab-validation-mot {
	/* Tableau des définitions à valider, ligne du mot */
	font-weight: bold;
}
#tab-validation-def {
	/* Tableau des définitions à valider, ligne de la définition */
	font-weight: normal;
}
#tab-admin-rubrique {
	/* Rubriques de la page d'admin*/
	background-color: #f0f0f0;
	font-weight: bold;
	text-indent: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#tab-login {
	/* Tableau de login*/
	width: 100%;
}
.erreur {
	/* Affichage des erreurs ou infos */
	COLOR: Red;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}
.resultat{
	font-size: 12px;
	color: Blue;
	font-weight: bold;
}
#header {
	/* En-tête de page */
	background: #f0f0f0;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}