/* ******************************************************** 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:#ddd;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	background-color: #fbfbfb;
}
/* ******************************************************** GESTION LETTRE NAVIGATION ********************************** */
.menu_lexique_lettre {
	display: block;
	font-family:  Arial,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #eee;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	background-color: #fbfbfb;
	/*
	padding: 0px 6px;
	margin: 2px;
	*/
}
a.menu_lexique_lettre {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #004494;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
	background-color: #ebebeb;
	border: 1px solid #ccc;
}
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: #067bc0;
	border: 1px solid #2580b0;
}
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: #067bc0;
	border: 1px solid #2580b0;
}
/* ******************************************************** 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;
}


