/* ******************************************************** GESTION DU LEXIQUE ********************************** */
.lexique_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 28px;
	font-weight : normal;
	color : #fc6;
	letter-spacing : -0.8pt;
}
.lexique_m {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333;
}
.letter {
	line-height:17px;
	text-transform:uppercase;
	text-align:center;
	color:#aaaba6;
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
/* ******************************************************** GESTION LETTRE NAVIGATION ********************************** */
.menu_lexique_lettre {
	display: block;
	font-family:  Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5e4f4c;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	border: 1px solid #5e4f4c;
	/*
	padding: 0px 6px;
	margin: 2px;
	*/
}
a.menu_lexique_lettre {
	display:block;
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dcdada;
}
a.menu_lexique_lettre:hover {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	background-color: #4dc4ed;
	border: 1px solid #518da2;
}
a.menu_lexique_lettre_on, a.menu_lexique_lettre_on:hover  {
	display:block;
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	background-color: #ed564d;
	border: 1px solid #9e544f;
}


