/* Introduction générale */

@font-face
{
    font-family: 'junicoderegular';
    src: url('tiparo/junicode-webfont.eot');
    src: url('tiparo/junicode-webfont.eot?#iefix') format('embedded-opentype'),
         url('tiparo/junicode-webfont.woff') format('woff'),
         url('tiparo/junicode-webfont.ttf') format('truetype'),
         url('tiparo/junicode-webfont.svg#junicoderegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'eagle_lakeregular';
    src: url('tiparo/eaglelake-regular-webfont.eot');
    src: url('tiparo/eaglelake-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('tiparo/eaglelake-regular-webfont.woff') format('woff'),
         url('tiparo/eaglelake-regular-webfont.ttf') format('truetype'),
         url('tiparo/eaglelake-regular-webfont.svg#eagle_lakeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Merci à Font Squirrel (http://www.fontsquirrel.com) pour ces @font-face ! */

body
{
	background: url("bildoj/fono2.png") fixed top left no-repeat, url("bildoj/fono.jpg") fixed;
	margin: auto;
	width: 98%;
	min-width: 800px;
}

/* Sections */

header.chefa
{
	background-color: #90008A;
	margin-left: 200px;
	margin-top: 10px;
	height: 100px;
	box-shadow: 1px 1px 12px black;
}

nav
{
	background-color: white;
	border-radius: 10px;
	float: left;
	width: 187.5px;
	margin-top: 80px;
	margin-bottom: 10px;
	position: fixed;
	box-shadow: 1px 1px 12px black;
	min-height: 50px;
	overflow: auto;
}

@media all and (max-width: 801px)
{
	nav{ position: absolute; }
}

footer
{
	background-color: white;
	border-radius: 10px;
	text-align: center;
	box-shadow: 1px 1px 12px black;
	margin: auto;
	margin-top: 10px;
}

section.permesilo
{
	background-color: #D9D9D9;
	border: 1px black dashed;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	padding: 3px;
	padding-top: 0.5em;
	width: 60%;
	word-wrap: break-word;
}

/* Titres */

h1, h2
{
    text-shadow: 2px 2px 0px black;
	color: white;
	background-color: #91008C;
	font-family: eagle_lakeregular;
	padding-left: 5px;
}

h1
{
	font-size: 1.3em;
}

h2
{
	font-size: 1.2em;
}

nav h1
{
	text-align: center;
	font-size: 1.2em;
	font-family: eagle_lakeregular;
	margin: 0px;
	margin-bottom: 2px;
}

/* Paragraphes */

p
{
	font-size: 1.1em;
	color: black;
	font-family: Junicode, junicoderegular, Georgia, Serif;
	text-indent: 2.5%;
	margin: 5px;
}

figcaption
{
	font-size: 1.1em;
	color: black;
	font-family: Junicode, junicoderegular, Georgia, Serif;
	text-indent: 2.5%;
	margin: 5px;
}

nav p
{
	font-size: 1em;
	text-indent: 0px;
	font-family: Verdana;
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 3px;
}

header p
{
	font-family: eagle_lakeregular;
	color: #FBB900;
	margin: 2px 2px 2px 2px;
	font-size: 1.3em;
	text-indent: 0px;
}

#subtitolo
{
	text-align: right;
	font-size: 1.2em;
}

.nro
{
	vertical-align: super;
	font-size:small;
}

.verknotoj
{
	font-family: Courier;
	font-size: 0.7em;
	text-align: right;
	color: black;
}

p.permesilo
{
	text-align: center;
	text-indent: 0px;
	font-size: 0.8em;
}

.centra
{
	text-align: center;
}

.dekstre
{
	text-align: right;
}

.volteksto
{
	background-color: #D9D9D9;
	border: 1px black solid;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.noet
{
	background-color: #D9D9D9;
	border: 1px black solid;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.noetatiäd
{
	text-align: center;
	font-weight:bold;
	font-variant:small-caps;
}

.assimil
{
	border: none;
}
	

/* Puces, listes, … */

li
{
	font-size: 1.1em;
	text-align: justify;
	color: black;
	font-family: Junicode, junicoderegular, Georgia, Serif;
	margin: 5px;
}

dl
{
	font-size: 1.1em;
	text-align: justify;
	color: black;
	font-family: Junicode, junicoderegular, Georgia, Serif;
	margin: 5px;
}

dt
{
	font-weight: bold;
}

/* Balises inlines génériques */

em
{
	font-style: oblique;
}

strong
{
	font-weight: bold;
}

abbr
{
	border-bottom: none;
}

abbr[title]
{
	text-decoration: none;
	border-bottom: 1px dotted black;
}

/* Tableaux */

table, th, td
{
	border: 1px solid black;
	border-collapse: collapse;
}

table.vide, th.vide, td.vide
{
	border: none;
	border-collapse: collapse;
	padding: 0px;
}

.chiocentra
{
	text-align: center;
	margin: auto;
	
}

td.padding3px
{
	padding: 3px;
	font-family: Junicode, junicoderegular, Georgia, Serif;
	font-size: 1em;
}

table.cv
{
	width: 100%;
}

td.cv
{
	width: 10%;
}

table.volgramat
{
	margin:auto;
	min-width:33%;
	max-width:90%;
	border: thin solid black;
	border-collapse: collapse;
}

th.volgramat,td.volgramat
{
	font-family: Junicode, junicoderegular, Georgia, Serif;
	font-size: 1.1em;
	text-align:center;
}

thead.volgramat
{
	border: thin solid black;
	background-color: #CECECE;
}

table.gramatiko
{
	margin: auto;
	width: 50%;
	border:1px solid #999999;
	border-right-width:2px;
	border-bottom-width:2px;
	background-color:#FFFFFF;
	font-family: Junicode, junicoderegular, Georgia, Serif;
	font-size: 1em;
	text-align:center;
}

th.gramatiko
{
	background-color:#CECECE;
}

/* Liens */

a
{
	color: #91008C;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #91008C;
	text-decoration: none;
}

.chefa a
{
	text-decoration: none;
	color: white;
	font-family: eagle_lakeregular;
}

.chefa a:hover
{
	text-decoration: none;
	color: white;
}

.chefa a:visited
{
	text-decoration: none;
	color: white;
}

nav a
{
	font-size: 1em;
	font-family: Verdana;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 3px;
}

nav a:hover
{
	background-color: #91008C;
	color: white;
	text-decoration: none;
	font-variant: small-caps;
}

a.baldau
{
	text-decoration: none;
	color: inherit;
}

a.baldau:hover
{
	text-decoration: none;
	color: inherit;
	background-color: yellow;
}

a.baldau:visited
{
	text-decoration: none;
	color: inherit;
}

a.nro
{
	color:inherit;
	text-decoration: none;
}

a.noetatiäd
{
	color:inherit;
	text-decoration: none;
}

/* Mise en page des images et assimilés */

img
{
	border-width: 0;
	max-width: 80%;
}

a img
{
	border: none;
}

img.permesilo
{
	display: block;
	margin: auto;
}

figure
{
	text-align: center;
}

.glitadekstre
{
	float: right;
	margin: 4px;
}

.glitamaldekstre
{
	float: left;
	margin: 4px;
}

.sube
{
	clear: both;
}

.kvarono
{
	width: 25%;
	margin-left: 0px;
}

/* Mises en forme typographiques */

.jarcento
{
	font-variant: small-caps;
}

.titolo
{
	font-style: italic;
}

.autornomo
{
	font-variant: small-caps;
}

.fremdalingvo
{
	font-style: italic;
}

.fonto
{
	vertical-align: super;
	font-size: 80%;
	background-color: #CECECE;
	color: #91008C;
}

.exemple
{
	text-indent: 0px;
	margin-left: 20px;
	border-left: thin solid black;
	padding-left: 6px;
}

.fonto:hover
{
	color: #CECECE;
	background-color: #91008C;
}

/* Parties de pages spéciales */

.precipa
{
	background-color: white;
	border-radius: 10px;
	text-align: justify;
	margin-left: 200px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 1px 1px 12px black;
}

#hejmpaghopiedo
{
	text-align: center;
}

table.sendado
{
	text-align: center;
	margin: auto;
	border: none;
}

caption.sendado
{
	font-weight:bold;
	font-size: 1.3em;
	color: black;
	font-family: Junicode, junicoderegular, Georgia, Serif;
}

.novajhoj
{
	border: 2px black dashed;
	margin: auto;
	padding: 5px;
	width: 90%;
	height: 300px;
	overflow: auto;
	word-wrap: break-word;
}

.lastanovajho p
{
	border-left: 2px black dashed;
	padding-left: 6px;
}

.lastanovajho h3
{
	font-family: junicoderegular, Junicode, Serif;
	font-style: oblique;
	font-weight: bold;
}

.gravanoto
{
	font-size: 1em;
	border: 1px black dashed;
	border-radius: 10px;
	margin: auto;
	padding: 3px;
	width: 80%;
	word-wrap: break-word;
}

.komencacitajho
{
	text-align: right;
	font-size: 1em;
}