/* ====================================================
/*   commun // recherche par auteurs / themes / pays */

.liste_liens {
	display: table;
	margin: 30px 100px;
}

.liste_Rubriques .liste_liens {
	margin: 30px 30px;
}

.liste_liens a {
	display: table-row;
	color: #888888;
	background: url("http://www.educ-revues.fr/llp/images_commons/puce_neutre.png") 10px center no-repeat transparent;
	text-decoration: none;
}

.liste_liens a:hover {
	background: url("http://www.educ-revues.fr/llp/images_commons/puce_neutre_on.png") 10px center no-repeat #f8f8f8;
}

.liste_liens .auteur,
.liste_liens .theme,
.liste_liens .pays,
.liste_liens .Rubrique,
.liste_liens .nb_refs {
	display: table-cell;
	padding: 0.2em 10px 0.2em 35px;
}

.liste_liens a:hover .auteur,
.liste_liens a:hover .theme,
.liste_liens a:hover .Rubrique,
.liste_liens a:hover .pays
{
	color: #555555;
}

span.nb_refs {
	color: #666666;
	text-align: right;
}


/* ---------------------------------------------- */
.bandeau_lettres {
   
    margin: 10 0em ;
    /*padding: 6px;*/	
}

.bandeau_lettres a {
	color: #626262;
    border: 1px solid transparent;
    font-weight: bold;
	text-decoration: none;

	margin: 0 0.2em;
    padding: 1px 3px;
}

.bandeau_lettres a:hover {
    border: 1px solid #dbdbdb;
	color: #d86b00;
    background: #ffffff;
    text-decoration: none;
}


/*   la recherche par numéros */
.liste_numeros ul
{
	padding: 0;
	border: 1px solid #DBDBDB;
	background: #f5f5f5;
	margin: 45px;
	line-height: 2.1em;
	font-size: 110%;
}
.liste_numeros li:nth-child(even)
{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #e8e8e8;
}
.liste_numeros li {
	display: table;
	width: 100%;
	list-style-type: none;
}
.liste_numeros .couverture_numero img {
	border: 1px solid #CDCDCD;
	box-shadow: 4px 5px 6px #666666;
	max-width: 50px;
}

.papier,
.enligne,
.couverture_numero
{
	display: table-cell;
	vertical-align: top;
}
.papier,
.enligne
{
	width: 30px;
	padding: 2px 3px;
}
.enligne
{
	padding-right: 8px;
}
.couverture_numero {
	width: 1em;
	padding: 4px;
}
.lpoc .couverture_numero {
	width: 60px;
	padding: 4px;
}
.listeNumeros ul a {
	padding-left: 20px;
	color: #666666;	
}
.lien_achat.numero img {
	background-color: white;
	border: 1px solid #BDBDBD;
	border-radius: 4px 4px 4px 4px;
	padding: 3px;
	vertical-align: top;
	margin: 1px 0 0 1px;
}

.lien_achat.numero img:hover
{
	padding: 3px 3px 3px 4px;
	margin: 0;
	box-shadow: 1px 1px 3px #bdbdbd;
}
/* ---> les ponctiations -- */
.revue_numero:after {
content: ", ";
}
.smTitreNumero:before {
content: " : "
}