/*****************************************     Recherche par auteurs */
.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: #77A;
}

.contenu .bloc.liste_auteurs 
{
	margin-left: 80px;
}

.bloc.liste_auteurs a 
{
	background: transparent url(../../cphilo/images/puce.gif)  5px no-repeat;
}

.bloc.liste_auteurs a:hover 
{
	color: #77A;
	background: white url(../../cphilo/images/puce.gif)  5px no-repeat;
}