/* Feuille de style pour les profils des personnages de MountyHall
 * Version pour les navigateurs qui supportent bien CSS 2
 *
 * (c) 2004-2005, Adrien Beau */

/* Image de fond et réglages de base */
body {
	margin: 6px 0px 0px 0px;
	background-color: #d16615;
/*	background-image: none;				*/
	background-image: url(feu_original.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: "Nimbus Sans L", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000;
	/* Extensions Internet Explorer supportées par Konqueror */
	scrollbar-3dlight-color:	#ad5511;
	scrollbar-darkshadow-color:	#ad5511;
	scrollbar-highlight-color:	#d16615;
	scrollbar-shadow-color:		#d16615;
	scrollbar-track-color:		#bf5d13;
/*	scrollbar-base-color:		#000000;	*/
	scrollbar-face-color:		#d16615;
	scrollbar-arrow-color:		#ad5511;
}

/* Liens dans la description (BBCode) */
a:link		{ color: #00d; text-decoration: none; }
a:visited	{ color: #00d; text-decoration: none; }
a:active	{ color: #00d; text-decoration: none; }
a:hover		{ color: #00d; text-decoration: underline; }

/* Liens génériques (liens d'en-tête, bidouilles) */
a.mh_links:link		{ color: #900; font-weight: bold; text-decoration: none; }
a.mh_links:visited	{ color: #900; font-weight: bold; text-decoration: none; }
a.mh_links:active	{ color: #900; font-weight: bold; text-decoration: none; }
a.mh_links:hover	{ color: #900; font-weight: bold; text-decoration: underline; }

/* Couleur et image de fond des tables, de leurs lignes et de leurs cases */
table.mh_tdborder {
	background-color: #d16615;
/*	background-image: none;				*/
	background-image: url(feu_original.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
tr.mh_tdtitre, tr.mh_tdtitre > td, tr.mh_tdpage > td.mh_tdtitre, td.mh_tdtitre {
	background-color: transparent;
/*	background-color: #ad5511;			*/
/*	background-image: none;				*/
	background-image: url(feu_sombre.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
tr.mh_tdpage, tr.mh_tdpage > td, td.mh_tdpage {
	background-color: transparent;
/*	background-color: #bf5d13;			*/
/*	background-image: none;				*/
	background-image: url(feu_moyen.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
tr.mh_tdpage > td[rowspan="12"] {	/* Case qui contient l'avatar */
	background-color: transparent;
/*	background-color: #d16615;			*/
/*	background-image: none;				*/
	background-image: url(feu_original.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* OPTIMISATIONS
 *
 * Optimisation de certains éléments, c'est plus joli ainsi */

/* Hauteur de la barre de navigation */
tr.mh_tdtitre > td[align="center"] {
	height: 2.5em;
}
/* Hauteur des lignes des événements */
tr.mh_tdpage > td[width="110"],
tr.mh_tdpage > td[width="100"],
tr.mh_tdpage > td[width="100"] + td {
	height: 3em;
}
/* Largeur de la colonne date */
tr.mh_tdpage > td[width="110"] {
	width: 117px;
}
/* Petits pinaillages */
td[align="left"] + td {
	padding-right: 2px;
}
div.mh_titre3 {
	margin-bottom: 6px;
}
td[align="right"] > b > span.mh_titre3 {
	font-size: 13px;
}

/* TITRES
 *
 * 1. Nom du joueur
 * 2. (inutilisé)
 * 3. Titres des sections (profil, événements, classement)
 * 4. (inutilisé) */
.mh_titre1	{ font-size: 36px; font-weight: bold; }
.mh_titre2	{ font-size: 24px; font-weight: bold; }
.mh_titre3	{ font-size: 16px; font-weight: bold; }
.mh_titre4	{ font-size: 14px; font-weight: bold; }

/* FORMULAIRES */

.mh_form_submit {
	border-width: 1px;
	border-style: outset;
	border-top-color: #c84;
	border-left-color: #c84;
	border-right-color: #600;
	border-bottom-color: #600;
	padding: 0px;
	padding-top: 1px;
	background-color: #b53;
	font-family: "Nimbus Sans L", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.mh_textbox {
	border: 1px solid #777;
	padding: 1px;
	padding-left: 3px;
	background-color: #ffd;
	font-family: "Nimbus Sans L", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
.mh_selectbox {
	margin-right: 3px;
	padding: 0px;
	background-color: #ffd;
	font-family: "Nimbus Sans L", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

/* LIENS */

/* Liens des monstres dans les événements */
a.mh_monstres:link	{ color: #930; font-weight: bold; text-decoration: none; }
a.mh_monstres:visited	{ color: #930; font-weight: bold; text-decoration: none; }
a.mh_monstres:active	{ color: #930; font-weight: bold; text-decoration: none; }
a.mh_monstres:hover	{ color: #930; font-weight: bold; text-decoration: underline; }

/* Liens des trolls intangibles dans les événements */
a.mh_trolls_0:link	{ color: #084; font-weight: bold; text-decoration: none; }
a.mh_trolls_0:visited	{ color: #084; font-weight: bold; text-decoration: none; }
a.mh_trolls_0:active	{ color: #084; font-weight: bold; text-decoration: none; }
a.mh_trolls_0:hover	{ color: #084; font-weight: bold; text-decoration: underline; }

/* Liens des trolls normaux dans les événements (en particulier le joueur) */
a.mh_trolls_1:link	{ color: #00c; font-weight: bold; text-decoration: none; }
a.mh_trolls_1:visited	{ color: #00c; font-weight: bold; text-decoration: none; }
a.mh_trolls_1:active	{ color: #00c; font-weight: bold; text-decoration: none; }
a.mh_trolls_1:hover	{ color: #00c; font-weight: bold; text-decoration: underline; }
