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

body
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	font-family: arial, sans-serif;
	background-color: #000000;
	background-image: url('http://www.zelda-solarus.com/images/design/v9/mainback.jpg');
	background-position: top center;
	background-attachment: fixed;
	position: relative;
	color: #FFFFFF;
}

h1
{
	background-image: url('http://www.zelda-solarus.com/images/design/v9/h1back.jpg');
	background-repeat: repeat-x;
	font-size: 18px;
	color: #E3E3E3;
	height: 34px;
	/*margin-top: 16px;*/
	margin-bottom: 12px;
	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;
	/*text-decoration: underline;*/
}

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

h4
{
	color: #D9D9D9;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, sans-serif;
}

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

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

a:hover
{
	color: #FFFF00;
	/*text-decoration: underline;*/
	/*border-bottom: 1px solid #FFFFFF;*/
}

a.menu
{
	color: #DBD3B4;
	text-decoration: none;
	font-weight: normal;
	/*border-bottom: 1px solid #5B6070;*/
}

a.menu:hover
{
	color: #FFFF00;
	text-decoration: none;
	/*border-bottom: 1px solid #5B6070;*/
}

.jeux a
{
	color: #DBD3B4;
	text-decoration: none;
	font-weight: normal;
	/*border-bottom: 1px solid #2D3142;*/
}

.jeux a:hover
{
	color: #FFFF00;
	text-decoration: none;
	/*border-bottom: 1px solid #2D3142;*/
}

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

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

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

hr
{
	height: 2px;
	border-top: solid 2px #5C5F70;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	margin-left: -16px;
	margin-right: -16px;
	
	/* la solution suivante ne marche pas
	position: relative;
	left: -16px;
	width: 650px;  oui c'est trop mais c'est fait exprès à cause de IE (le overflow: hidden cachera ce qui dépasse) */
}

/* solution bien crade pour empêcher IE de prendre en compte les marges qu'il interpréte mal... mais ça n'a pas l'air de marcher */
/*div[class] hr
{
	margin-left: -16px;
	margin-right: -16px;
}*/

h1
{
	margin-left: -17px;
	margin-right: -16px;
}

div
{
	margin: 0;
	padding: 0;
}

a img
{
	border: 0px;
}

#page
{
	width: 760px;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 12px;
	line-height: 17px;
}

td {
	font-size: 12px;
}

#banner
{
	width: 760px;
	height: 165px;
	background-image: url('http://www.zelda-solarus.com/images/design/v9/header.jpg');
}

#bmmenu
{
	background-color: #5B6070;
	position: absolute;
	top: 165px;
	left: 156px;
	margin-top: 0;
	margin-bottom: 0;
        text-align: center;
}

#lmmenu
{
	background-image: url('http://www.zelda-solarus.com/images/design/v9/mmenu_left.jpg');
	background-repeat: no-repeat;
	height: 21px;
	width: 84px;
	/*font-size: 1px;*/
	padding-left: 30px;
	position: absolute;
	top: 165px;
	left: 0px;
	border-right: solid 2px #2E3142;
}

#mmenu
{
	width: 604px;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #DBD3B4;
	background-image: url('http://www.zelda-solarus.com/images/design/v9/mmenu_right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 0;
	margin-bottom: 0;
}

#doc
{
	position: relative;
	top: 20px;
	left: 0px;
}

#panglobal
{
	width: 100%;
}

#panleft
{
	width: 156px;
	vertical-align: top;
}

#panleft h4
{
	background-image: url('http://www.zelda-solarus.com/images/design/v9/h4back.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#panright
{
	vertical-align: top;
/*	padding-top: 12px;*/
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 12px;
}

/* ancienne gestion des marges à cause de h1 et hr :
#panright
{
	vertical-align: top;
	padding: 0px;
}

#panright p, #panright ul, #panright table, #panright h4, #panright .paragraphe

	margin-top: 12px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 12px;
}

#panright table p, #panright table ul, #panright table table
{
	margin: 0px;
}
*/
#panright table
{
	border-color: #7B7F93;
	border-collapse: collapse;
}

#panright table td
{
	border-color: #7B7F93;
}

#footer
{
        text-align: center;
	margin-left: 156px;
	padding-bottom: 16px;
}

.boite
{
	font-size: 11px;
	margin-left: 10px;
	margin-top: -10px;
	color: #DBD3B4;
}

.partenaires 
{
	text-align: center;
	font-weight: bold;
	padding-right: 8px;
}

.partenaires img
{
	margin-bottom: 5px;
}

.partenaires a
{
	font-family: verdana, sans-serif;
}

div.affiche
{
	border: 1px solid #7B7F93;
	padding: 6px;
/*	margin-left: 16px; déjà fait
	margin-right: 16px;*/
	margin-bottom: 16px;
}

div.affiche_titre
{
	background-color: #7B7F93;
	font-weight: bold;
	/*margin-left: 16px; déjà fait */
	width: 100px;
	padding-left: 4px;
	margin-top: 8px;
	font-family: verdana, sans-serif;
}

.affiche a {
	color: #FFFFFF;
	text-decoration: none;
}

.affiche a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.news
{
	/*border: solid 1px #7B7F93;*/
	/*margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;*/
}

.news_header
{
	/*background-color: #7B7F93;*/
	font-weight: bold;
	padding: 0px;
/*	border-bottom: solid 1px #7B7F93;*/
	margin-top: 4px;
	margin-bottom: 4px;
}

.news_titre
{
	color: #FFFF99;
	font-family: verdana, sans-serif;
}

.news_contenu
{
}

.news_contenu img
{
	padding-bottom: 1em;
}

img.bbcodezs_smiley
{
	padding-bottom: 0;
}

.news_footer
{
	text-align: right;
/*	border-bottom: solid 1px #7B7F93;*/
}

.bleu
{
	font-weight: bold;
	color: #00FFFF; /* bleu ciel (car fond sombre) */
}

.rouge
{
	font-weight: bold;
	color: #FF6666;
}

.fond_rouge
{
	background-color: #660000; /* rouge foncé (car texte blanc) */
}

.fond_vert
{
	background-color: #004400; /* vert foncé (car texte blanc) */
}

.fond_bleu
{
	background-color: #000066; /* bleu foncé (car texte blanc) */
}

.bloc_page p /* pour les éléments de type bloc dans une page (exemple : tableaux) */
{
	margin-bottom: 1em;
}

.citation /* une citation en italique dans un encadré */
{
	border: solid 2px #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	padding: 12px;
	font-style: italic;
	background-color: #333366;
}

.encadre
{
	border: solid 1px #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	margin-bottom: 12px;
}

.encadre_titre
{
	font-size: 16px;
	font-weight: bold;
}

.ligne_images
{
	text-align: center;
	margin-bottom: 12px;
}

.ligne_images img
{
	margin-right: 12px;
}

.image_gauche img
{
	margin-right: 12px;
	margin-bottom: 12px;
}

.image_droite img
{
	margin-left: 12px;
	margin-bottom: 12px;
}

.flottant_gauche
{
	float: left;
	margin-right: 12px;
}

.flottant_droite
{
	float: right;
	margin-left: 12px;
}

.flottant_fin
{
	clear: both;
}

table.jeux_donnees
{
	margin: auto;
}

table.jeux_donnees th
{
	background-color: #7B7F93;
	font-size: 12px;
	text-align: center;
	font-family: verdana, sans-serif;
}

table.jeux_donnees th, table.jeux_donnees td
{
	border: solid #7B7F93 1px;
	border-collapse: collapse;
	padding: 4px;
}

table.jeux_multi_telechargements td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#panright table.jeux_intro_fiche
{
	margin: auto;
}

table.jeux_intro_fiche th
{
	background-color: #7B7F93;
	font-size: 12px;
	text-align: left;
	font-family: verdana, sans-serif;
}

table.jeux_intro_fiche td.attribut
{
	color: #FFFF99;
	width: 50%;
}

table.jeux_intro_fiche td.valeur
{
	width: 50%;
}

.soluce_avertissement
{
	border: 2px solid #FF3333;
	padding: 5px;
	margin-bottom: 12px;
}

.soluce_sommaire
{
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin-bottom: 12px;
}

.soluce_sommaire_titre
{
	font-weight: bold;
	font-style: italic;
}

.soluce_contenu p
{
	text-align: justify;
}

