/* profil lien classement lien normal, tous les liens y compris ce que vous
allez inserer */
a:link {
color: #FFCC33; /* couleur JAUNE 1 */
text-decoration: none; /* decoration (underline=souligne, none=rien) */
 font-weight: bold; /* normal ou bold */
}

a:visited { color: FFCC33; /* couleur Jaune 2 */}

/* lien lorsqu'on passe la souris dessus */
a:hover { text-decoration: underline;}

/* actif (apres un click) */
a:active { text-decoration: none; color: #09FD9D; /* couleur Verte flamme Mmmm, Rien 3 */ }

/* lien du profil (Profil, Evenements, etc...)
* vous pouvez utiliser ce style pour vos liens comme ceci :
* */
.mh_links {
color: #09FD9D; /* couleur Verte flamme 4 = rien */
text-decoration: none; /* decoration (underline=souligne, none=rien) */
font-weight: bold; /* normal ou bold */
}

.mh_trolls_1:visited { color:#F9020B; } /* Couleur Rouge 5 */

/* dans evenement: lien sur les monstres */
.mh_monstres:link {
color: #CC0000; /* Couleur  6 nom des monstres */
}

.mh_monstres:visited {
text-decoration: none;
color:#CC0000; /* couleur = Rose 7 RIEN */
}

/* corps du profil */


.mh_tdtitre:first-letter{
color:#CC0000; /* Couleur JAUNE 8 */
font-size:13px;
}


/*templates*/
td b{
color: #FF0000; /* Rouge sang 9 */
font-weight:bold;
}


body {
/* Le texte */
font-family: Georgia, Times New Roman, Times, serif; /* la police */
font-weight: normal; /* normal ou bold */
font-style: normal; /* normal ou italic */
*color: #FF0000; /* couleur = Bleu 10 RIEN */
line-height: normal; /* interligne : normal ou ??pt */

/* Le fond */
background-color: #000000; color: #000000; /* couleur = Noir 11 */
background-image:
/*url(https://i.goopics.net/Vxm1V.png) no-repeat fixed center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right;
}


/* case de tableau (s'applique sur toutes les cases des tableaux) ;o) */
td {
/* Le texte */
background-image: url;
font-family: Georgia, Times New Roman, Times, serif; /* la police */
font-size: 12px; border-width:2px ; color:#FFFF00; background-color: /* Couleur Jaune 12 */
#; /* taille des caracteres */
}

/* bordure du tableau */
.mh_tdborder {
/* couleur de la bordure */
};

/* case de titre */
.mh_tdtitre {
/* couleur de la case */
font-family: Georgia, Times New Roman, Times, serif; color: #;
};

/* case de page (les cases principales en fait) */
.mh_tdpage {
background: url; background-color:#FFFF00; /* couleur de la case */
color: #;
};
/*--------------------------------------------------------------------------------------------------------------------------
.mh_titre1  {background: url(/* Titre si on veux) scroll no-repeat center center;
     font-size: 1px;
color: #000000;
background-color: #;
     height: 220px;}*/


/*.mh_titre2 { font-size: 24px; font-style: normal; color: #FFFF00; line-height: normal; font-weight: bold; }
div.mh_titre3:after {
   	content:"Démogorgon la gueule béante"; 
	color: #FFFFFF;
	font-style:italic;}*/

/*.mh_titre3 { font-size: 16px; Color: #FFFF00;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: Georgia, Times New Roman, Times, serif;
font-size: 11px;
background-color: #FFCC33; /* BLANC = RIEN ? 14 */
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: #000000; /* Couleur ? 15 */
}

/* Champ n) du troll */
.mh_textbox {
color: grey;
background-color: transparent;
border: 1px solid #FFFF00; /* JAUNE cadre N° Troll 16 */
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}

div.mh_titre4:after{
content : ""
}
