a#oma {
	font-family: 'Open Sans', sans-serif;
    text-align: right;
	display: block;
	text-decoration:none;
	font-size: 1.1em;
	margin: 5px 0 10px 0;
}

span.thought.keywords {
	font-weight:bold;
	/*color: DarkRed;*/
	color:#EB773B;
}
/* Index des pensées */


#letter {
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 63px;
	margin: 46px 12px;
    color: #EB773B;
}

a.keyword  {
	/*color: DarkRed;*/
	color: #183a8d;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:0;
	margin-top:0.7em;
	margin-left:0.7em;
}

a.keyword:hover {
	color:#EB773B;
}

p.sentence {
	margin-top: 0;
	margin-left: 3em;
	margin-bottom: 0;
	padding: 0;
}
/*p.sentence:before {
	content: '> ';
}*/
p.sentence:before {
	content: '• ';
}
p.sentence>a {
	color: #183a8d;
	font-size: 1em;
	text-decoration: none;
}
p.sentence>a:hover {
	color: #EB773B;
	font-size: 1em;
	/*text-decoration: underline;*/
}

a.index {
	color: #183a8d;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.index:hover {
	/*text-decoration: underline;*/
	color:#EB773B;
}
