@charset "utf-8";
/* CSS Document */

.thought.sentence {
	font-style: italic;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	display:inline;
}

.thought.keywords  {
	font-weight: bold;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	display:inline;
	color: #BC7E0E;
}

.thought.text {
	text-align: justify;
	padding-right: 22px;
}

.thought.text:first-letter {
	text-align: justify;
        font-size: 3em;
        font-family: 'crimson text', serif;
}

.thought.author {
	color: #BC7E0E;
	font-size: 1.1em;
	text-align: right;
	margin-bottom: 1em;
	padding-right: 1em;
        display: block;
        font-family: 'crimson text', serif;
}




/* livres sélectionnés */
ul#selected {
	list-style: none;
	display: block;
	text-align: center;

}

li.selected {
	display: inline-block;
	padding: 20px;
}

/* Index */
a.keyword  {
	color: #BC7E0E;
	font-size: 1.05em;
	font-weight: bold;
	margin:0;
        font-family: 'crimson text', serif;
}


p.sentence {
	margin-top: 0;
	margin-left: 1em;
	margin-bottom: 0;
	padding: 0;
}
p.sentence>a {
	color: #426EB0;
	text-decoration: none;
}
p.sentence>a:hover {
	text-decoration: underline;
}