/******************************************
	Feuile de style Zelda Solarus v9
	Par Metallizer et Christopho
 ******************************************/

body
{
	font-family: arial, sans-serif;
	background-color: #434657;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
}

h1
{
	font-size: 18px;
	color: #E3E3E3;
	height: 34px;
	margin-bottom: 12px;
	margin-left: 1px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 0px;
	font-family: verdana, sans-serif;
}	

h2
{
	margin-left: 51px;
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF66;
}

h3
{
	margin-left: 51px;
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #D9D9D9;
	text-decoration: underline;
}

h4
{
	color: #D9D9D9;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: verdana, sans-serif;
}

p.retrait
{
	text-indent: 36px;
}

a
{
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #BFD2F3;*/
}
a:hover
{
	color: #FFFF00;
	/*text-decoration: underline;*/
	/*border-bottom: 1px solid #FFFFFF;*/
}

acronym
{
	color: #FFFFFF;
	border-bottom: 1px dotted #FFEEA9;
	cursor: help;
}

strong
{
	color: #FFEEA9;
	font-weight: bold;
}

em
{
	/*color: #FFEEA9;*/
	font-style: italic;
}

hr
{
	height: 0px;
	border-top: solid 1px #7B7F93;
	width: 100%;
}

a img
{
	border: 0px;
}

td {
	font-size: 12px;
}


