/* Styles pour Power of Mana sur le web. */

@font-face {font-family:'matura'; src:url('maturasc.ttf');}

body {
	color: black; /* couleur du texte */
	background: #ffffff url(fondpofm.jpg); /* fond */
	width: 95%; /* 'cause of IE <i> and <justify in frames 'n' fucking scrollbar> bug.... */
	margin-left: 0.2em;
}

a { color: #00b080 }
a:visited { color: #007060 }
a:active { color: #ff0000 }

h1 {
	text-align: center;
	color: #00a000;
	font-family: "Matura MT Script Capitals", matura, serif;
}
h2 {
	font-family: "Matura MT Script Capitals", matura, serif;
	color: #0000ff;
	font-style: italic;
}

p { text-align: justify }
div { text-align: center }

img {
	border: none;
	margin: 0.5em;
}
img.note { margin: 0 }
a.note {/* pas utilisé */
	text-decoration: none;
	font-weight: bold;
}

table.nav { width: 100%; clear:both }
table.nav td {
	text-align:center;
	vertical-align: top;
}
table.nav img { margin: 0 }

div.offline {
	margin: auto;
	width: 70%;
	border: thin solid red;
}

/* li et ul */
li { list-style-image: url(note/manaseed.gif); min-height: 16px; }
li li { list-style-image: url(note/babymimi.gif); min-height: 17px; }

/* musique */
div.music a { font-size: 75% }


/* spécials "j'ai pas la même voix" */
span.dieu {
	font-family: "GoudyHandtooled BT", "Courier New", sans-serif;
}
span.magie {
	font-family: Garamond, sans-serif;
	/*todo : italique */
}
span.demon {
	font-weight: bold;
	/*todo : italique */
}
span.gob { /* ecriture gobelin du monde parallele */
	font-family: Symbol;
}


/* les chapitres de lecture */
ul.chaps li.tch { /*titre chapitre*/
	list-style-image: url(note/mimi.gif);
	min-height: 26px;
	font-size:125%;
}
ul.chaps div { /* les parties de chapitre */
	background: url(note/babymimi.gif) center left no-repeat;
	display:inline;
	padding: 0 20px 0 1em;
}
ul.chaps li.tch  li { /* les trucs en plus */
	list-style-image: url(note/manaseed.gif);
	min-height: 16px;
	font-size: 80%; /* retour à la taille normale */
}
ul.chaps span.tchap { color:red }
