/* 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: #000099; 		/* couleur */
	text-decoration: none; 	/* decoration (underline=souligne, none=rien) */
	font-weight: bold;		/* normal ou bold */		
}



/* lien normal, tous les liens y compris ce que vous allez inserer */
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #deceab;
	}
/* liens visité */
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #deceab;}

/* lien lorsqu'on passe la souris dessus */
a:hover, a:active { 
	text-decoration: underline; 
	color: #c21900;
	}


/* corps du profil */
body { 	
	/* Le texte */
	font-family: Times New Roman, Verdana; 	/* la police */
	font-weight: bold; 							/* normal ou bold */
	font-style: normal; 							/* normal ou italic */
	color: #000000; 								/* couleur */
	line-height: normal; 
	/* image de fond */						
	background-image:  none;
	background-repeat: no-repeat;
	background-color: #a4191a;
	scrollbar-arrow-color: #7BB1B1;
	scrollbar-base-color: #CEB984;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #BDBC8C;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000; background-position-y:center
}

/* case de tableau (s'applique sur toutes les cases des tableaux) */
td {
	font-family: Times New Roman, Verdana;
	font-size: 14px;
	color: #f0810f;
	border: thin outset #990099;
	border-style: none;
	background-color: #000000;

}

/* bordure du tableau */
.mh_tdborder {
	background-color: #deceab;
	color: #000000;
	font-family: Times New Roman, Verdana;
	border: medium outset #990066;
	border-style: none;



};

/* case de titre */
.mh_tdtitre {
	color: #000000;
	font-weight: bold;
	
};

/* case de page (les cases principales en fait) */
.mh_tdpage {
	font-family: Times New Roman, Verdana;
	color: #00FF00;

};

/* Titre type 1 (Details de Ton Troll) */
.mh_titre1 {
	color:#FF9999;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	#000000
	font-family: Times New Roman, Verdana;
	
}

/* Titre type 2 (pas utilise) */
.mh_titre2 {
	color:#3333FF;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-family: Times New Roman, Verdana;

}

/* Titre type 3 (Son Profil Général) */
.mh_titre3 {
	color:#CCFFFF;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-family: Times New Roman, Verdana;

}

/* Titre type 4 (pas utilise) */
.mh_titre4 {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	font-family: Times New Roman, Verdana;

}

/* Bouton Afficher */
.mh_form_submit {
	border-left:1px outset #A00606; border-right:1px outset #640B0B; border-top:1px outset #A00606; border-bottom:1px outset #640B0B; font-family: Times New Roman, Verdana;
	font-size: 11px;
	background-image: url('none');
	color: #c21900;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2;
	background-color: transparent
}

/* Colorer les HR */
hr {
	color: #000000;
	
} 

/* Champ n° du troll */
.mh_textbox {
color: #000000;
border: 1px solid #6C0505;
text-align: center;
font-family: Times New Roman, Verdana;
font-size: 11px;
text-indent: 0px;
margin-left: 3px; 
margin-top: 1px
}

/* Menu déroulant */
.mh_selectbox {
color: #000000;
border: 1px solid #6C0505;
text-align: center;
font-family: Times New Roman, Verdana;
font-size: 11px;
text-indent: 0px;
margin-left: 0px; 
margin-top: 0px;
}

.mh_textareabox {
	border: 1px solid #6C0505;
	font-size: 12px;
	padding: 4px;
	font-family: Times New Roman, Verdana;
	color: #0202FC;