/* Nom du Troll */
.mh_titre1 {
     text-align:center;
     background: transparent url('http://i35.servimg.com/u/f35/11/45/11/01/dagoth10.jpg') scroll no-repeat center center;
     font-size: 0px;
	 font-style: normal;
	 line-height: normal;
	 font-weight: bold;
     height: 110;
	 color:#000000;
}

/* lien normal, tous les liens y compris ce que vous allez inserer */
a:link { 
	color: #990000; 		/* couleur */
	text-decoration: none; 	/* decoration (underline=souligne, none=rien) */
	font-weight: bold;		/* normal ou bold */
}

									
a:visited { 
	color: #008000; 		/* couleur */
}
	
	
/* lien lorsqu'on passe la souris dessus */
a:hover   { 
	text-decoration: underline;
}	

/* actif (apres un click) */
a:active {
	text-decoration: none;
	color: #008000; 		/* couleur */	
}								

/* lien du profil (Profil, Evenements, etc...)
 * vous pouvez utiliser ce style pour vos liens comme ceci :
 * <a href="monlien" class="mh_links"> */
.mh_links { 
	color: #990000; 		/* couleur */
	text-decoration: none; 	/* decoration (underline=souligne, none=rien) */
	font-weight: bold;		/* normal ou bold */		
}

.mh_trolls_1:visited {
	text-decoration: none;
	color:#990000;
}

/*	dans evenement: lien sur les monstres	*/
.mh_monstres:link {
	color: #990000;
}	

.mh_monstres:visited {
	text-decoration: none;
	color:#ff0040;
}

/* corps du profil */
body { 	
	/* Le texte */
	font-family: Book Antiqua,Georgia,Verdana,Arial,Helvetica,Sans-Serif; 		/* la police */
	font-weight: normal; 							/* normal ou bold */
	font-style: normal; 							/* normal ou italic */
	color: #c0c0c0; 								/* couleur */
	line-height: normal; 							/* interligne : normal ou ??pt */
	
	/* Le fond */
	background-color: #000000;
	 background-image: url(http://i88.servimg.com/u/f88/11/28/18/27/textur10.png) ;						/* couleur du fond */
	/*background-image: url()*/	/* image du fond */
}



/* case de tableau (s'applique sur toutes les cases des tableaux) */
td {
	/* Le texte */
	background-color: #000000;
	font-family: Book Antiqua,Georgia,Verdana,Arial,Helvetica,Sans-Serif; 		/* la police */
	font-size: 12px;			/* taille des caracteres */
}

/* bordure du tableau */
.mh_tdborder {
	background-color:#330000;	/* couleur de la bordure */
};

/* case de titre */
.mh_tdtitre {
	background: url(http://i88.servimg.com/u/f88/11/28/18/27/textur10.png) repeat;	/* couleur de la case */
	font-family: Book Antiqua,Georgia,Verdana,Arial,Helvetica,Sans-Serif; color: #FF0000;
}

/* case de page (les cases principales en fait) */
.mh_tdpage {
	background-color:#000000;	/* couleur de la case */
	color: #fff;
};

/* Titre type 1 (Details de TonTroll) */
.mh_titre1 { font-family: Book Antiqua,Georgia,Verdana,Arial,Helvetica,Sans-Serif; color: #ff0040; font-size: 36px; font-style: normal; line-height: normal; font-weight: bold;}

/* Titre type 2 (pas utilise) */
.mh_titre2 { font-size: 24px; font-style: normal; line-height: normal; font-weight: bold; }

/* Titre type 3 (Son Profil Général) */
.mh_titre3 { font-size: 16px; color: #c0c0c0; font-style: normal; line-height: normal; font-weight: bold; }

/* Titre type 4 (pas utilise) */
.mh_titre4 { font-size: 14px;font-style: normal; line-height: normal; font-weight: bold; }

/* Bouton Afficher */
.mh_form_submit { 
	/* un tas d'option pour bidouiller le bouton.
	 * moi je le laisse comme ça si ça vous interesse cherchez une doc sur les CSS */
	font-family: Book Antiqua,Georgia,Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px; 
	background-color: #000000; 
	color: #fff; 
	border-width: 1;
	border-top-color: #fff; 
	border-left-color: #fff; 
	border-right-color: #fff; 
	border-bottom-color: #fff; 
	border-style: outset; 
	border-width: 1; 
	padding-left: 0; 
	padding-top: 0; 
	padding-right: 0; 
	padding-bottom: 2; 
}

/* Colorer les HR */
hr { 
color: #fff; 
} 

/* Champ n° du troll */
.mh_textbox {
color: #fff;
background-color: #000000;
border: 1px solid #c0c0c0;
text-align: center;
font-family: Book Antiqua,Georgia,Verdana,Arial,Helvetica,Sans-Serif;
font-size: 11px;
text-indent: 0px;
margin-left: 3px; 
margin-top: 1px}

/* Fenêtrage avec scoll bar sous Quote */
blockquote {
    background: #330000; /*couleur de fond */
    text-align: left; /* alignement à gauche */
    overflow: auto; /* affiche la barre latérale seulement lorsque c'est necessaire */
    height: 200px; /* hauteur du cadre - ici, 400px de hauteur */
    width: auto; /* largeur du cadre - ici en automatique*/
    font-size: 12px; /* taille de la police (12px) */
    font-style: monospace; /* style de la police */
}
