/* ******************************************************** GESTION DU LEXIQUE ********************************** */
.lexique_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 28px;
	font-weight : normal;
	color : #dce1dc;
	letter-spacing : -0.8pt;
}
.lexique_m {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}
/* ******************************************************** GESTION LETTRE NAVIGUATION ********************************** */
.menu_lexique {
	font-family:  Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 1px none #999;
	padding: 0px 6px;
}
A.menu_lexique {
	display: inline;
	height: 16px;
	font-family:  Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 1px none #333;
	padding: 0px 7px;
}
A.menu_lexique:hover {
	font-family:  Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #f60;
	border: 1px none #900;
	padding: 0px 7px;
}
.menu_lexique_on, .menu_lexique_on:hover {
	font-family:  Arial,  Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	border: 1px none #999999;
	padding: 0px 6px;
}
/* ******************************************************** GESTION LISTING  ********************************** */
A.menu_lexique_lettre {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	background-color: #f4f4f4;
	border: 1px none #999999;
	padding: 3px 6px;
}
A.menu_lexique_lettre:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #f60;
	border: 1px none #990000;
}
A.menu_lexique_lettre_on, A.menu_lexique_lettre_on:hover  {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #f60;
	border: 1px none #990000;
	padding: 3px 6px;
}
