/* ---------------------------------------------- */
/*   Un bandeau de lettre */
.bandeau_lettres
{
	background: white;
}
.bandeau_lettres a 
{
	color: #8F9AA6;
	border : 1px solid white;	
}

.bandeau_lettres a:hover, .bandeau_lettres a:active
{
	border: 1px solid #DBDBDB;
	background: #f5f5f5;
	color: #874C8E;
}

/* ---------------------------------------------- */
/*   Liste des liens d'auteurs/themes/etc... */
.bloc.liste_liens a
{
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	color: #5983A9;
	background: white url(../images/llpFdAuteur.gif) no-repeat;
	text-decoration: none;
	padding-left: 20px;
}
.bloc.liste_liens a:hover
{
	background: url(../images/llpFdAuteurOn.gif) no-repeat;
	text-decoration : underline;
}


/* ---------------------------------------------- */
/*   La page liste auteurs */
.bloc.liste_auteurs
{
	margin-left: 60px;
}