@charset "utf-8";
/* CSS Document */

.thought {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: black ;
}

.thought.title {
	color: #666699;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0em;
	color: #000;
	padding-bottom: 1em;
	padding-left: 0em;
}

.thought.sentence {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	display:inline;
	color: DarkSlateBlue;
}

.thought.keywords  {
	font-size: 1em;
	font-weight: bold;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	display:inline;
	color: Brown;
}

.thought.text {
	font-size: 1em;
	letter-spacing: 0.05em;
	padding-left: 1em;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	margin: 0;
	text-align:justify;
	line-height: 1.5em;
	color: DarkSlateBlue;

}

.thought.author {
	color: #666699;
	font-size: 1em;
	text-align: right;
	margin-bottom: 1em;
	padding-right: 1em;
}

a.thought.author  {
	text-decoration: none;
	color: DarkOrange;
	font-size: 1em;
	display:block;
	margin-bottom: 1em;
}

a.thought.author:hover {
	text-decoration:underline;
}

a.thought.more {
	text-decoration: none;
	color: red;
}

a.thought.more:hover {
	text-decoration: underline;
}


/* Parts */
#thoughtpart {
	border: 0px;
	font-size: small;
	background-color: #E0E5EC;
	text-align: justify;
	border-radius: 10px 10px 10px 10px;
	padding-bottom: 0.3em;

}

div#thoughtpart .thought.title {
	background-color: midnightblue;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	vertical-align: middle;
	padding: 2px;
	border-radius: 10px 10px 0 0;
	margin: 0;
}

div.articlePart #text P.thought {
	color: midnightblue;
	font-family: sans-serif;
	padding: 5px;

	text-align: justify;
	font-size: small;
}

/* 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: DarkRed;
	font-size: 1em;
	font-weight: bold;
	margin-bottom:0;
	margin-top:0.7em;
}


p.sentence {
	margin-top: 0;
	margin-left: 3em;
	margin-bottom: 0;
	padding: 0;
}
p.sentence>a {
	color: DarkBlue;
	font-size: 1em;
	text-decoration: none;
}
p.sentence>a:hover {
	color: DarkBlue;
	font-size: 1em;
	text-decoration: underline;
}

a.index {
	color: DarkRed;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.index:hover {
	text-decoration: underline;
}
