/* ******************************************************** 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: "Trebuchet MS", 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: #333;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	border: 1px solid #999;
	/*
	padding: 0px 6px;
	margin: 2px;
	*/
}
a.menu_lexique_lettre {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	background-color: #E6E7E9;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #d3d0cd;
	border-bottom: 1px solid #d3d0cd;
	border-left: 1px solid #c1c1c1;
}
a.menu_lexique_lettre:hover {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	background-color: #4c102d;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #d3d0cd;
	border-bottom: 1px solid #d3d0cd;
	border-left: 1px solid #c1c1c1;
}
a.menu_lexique_lettre_on, a.menu_lexique_lettre_on:hover  {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	background-color: #6a1e4a;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #d3d0cd;
	border-bottom: 1px solid #d3d0cd;
	border-left: 1px solid #c1c1c1;
}
/* ******************************************************** GESTION LISTING  ********************************** */
a.ligne {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 3px 6px 3px 15px;
	background: url(/design/images/pointeurV.gif) repeat-y left;
}
a.ligne:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background: #ffe299 url(/design/images/pointeur.gif) repeat-y left top;
}
a.ligne_on, a.ligne_on:hover  {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 3px 6px 3px 15px;
	background: #255da3 url(/design/images/pointeur.gif) repeat-y left top;
}

