/* encoding="UTF-8" */
/**
 * Omnia, Outils et Méthodes Numériques pour l’Interrogation et l’Analyse des textes médiolatins
 */

body {
	font-family:"Trebuchet MS",sans-serif;
	margin:1em;
	padding:0;
}


/**
 * Some default html behaviors
 */
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
caption {
	font-weight:bold;
	padding:1ex 0;
	font-size:1.2em;
}
/* abréviations */
abbr {
	font-style:italic;
}
/* sigles */
acronym {
	font-variant:small-caps;
}
/* nombres */
var {
	font-variant:small-caps;
	font-style:normal;
}
/* expressions */
samp {
	font-family:inherit;
	letter-spacing:0.5ex;
}
/* traitement des indices et des exposants pour ne pas écarter les lignes */
sup,
sub {
	height: 0;
	line-height:1.2em;
	vertical-align: baseline;
	position: relative;
}
sup {
	_vertical-align: top;
	bottom:1ex;
}

sub {
	_vertical-align: bottom;
	top: .5ex;
}

q {
	quotes:'' '';
}

/* latin quotes */
blockquote {
	font-family:Georgia,DejaVu Serif,Times,Times New Roman,serif;
	margin:1em 0 1em 2em;
	line-height:170%;
}
strong {
	color:#005000;
	/* font-size:130%; */
}
dfn {
	color:#800000;
	font-size:115%;
}
a {
	text-decoration:none;
	color:008000;
}
a:hover {
	text-decoration:underline;
}
/**
 * Classes
 */
div.entry {
	margin-top:1em;
}
div.entry div {
	margin:0 0 0 2em;
}
div.orth {
	text-indent:-2em;
}
b.n {
	line-height:190%;
	font-size:80%;
	background:#005000;
	color:#FFFFFF;
	padding:1px 3px 1px 3px;
}
div.plan {
	margin-left:50em;
}
