/* Liens MH */
.mh_links {
	color: #00FF00; 		/* couleur */
	text-decoration: none; 	/* decoration (underline=souligne, none=rien) */
	font-weight: bold;		/* normal ou bold */
}


/* Liens */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #00FF00;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #99FF66;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


/* Options principales */
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #00FF00;
	line-height: normal;

	background-image: url(http://img128.imageshack.us/img128/9020/cooloa1.gif);
	background-repeat: no-repeat;
	background-color: #000000;

	scrollbar-3d-light-color: #ABD9FD;
	scrollbar-arrow-color: #ABD9FD;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #ABD9FD;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ABD9FD;
	scrollbar-shadow-color: #000000;
}


td {
	/* Le texte */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Bordure (transparent) */
.mh_tdborder {

}


/* Profil, Evenements, Classement */
.mh_titre3 {
	font-size:1px; color: #000000;
	letter-spacing: -20px;
}


/* Titre catégories */
.mh_tdtitre:first-letter {
	font-size:14px; color: #A6A6A6;
}


/*.mh_tdtitre {
}*/


/* Page principale */
.mh_tdpage {
	list-style-image: url(http://remy.sanchez.free.fr/JDR/Profil/Rune.gif);

}


/* Nom du Troll */
.mh_titre1:first-letter {
	font-size: 2px;
        color: #000000;
	background: transparent no-repeat scroll center center none;
	text-align: left;

}

.mh_titre1 {
        color: #000000;
        background: transparent scroll no-repeat center center;
        text-align: left;
        font: 7px/108px Arial, Helvetica, sans-serif;
        letter-spacing: -20px;
}


/* Bouton */
.mh_form_submit {
	font-family: verdana, arial;
	font-size: 10px;
	text-align: center;
	background-color: transparent;
	color: #D5D5D5;
	border-width: 1;
	border-top-color: #BD1D03;
	border-left-color: #BD1D03;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-style: outset;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2;
}


/* Textbox */
.mh_textbox {
color: #D5D5D5;
background-color: transparent;
border: 0px solid;
text-align: center;
font-family: Helvetica;
font-size: 11px;
text-indent: 0px;
margin-left: 3px;
margin-top: 1px
}


/* Lien des trolls (ne fonctionne pas correctement) */
/*a.mh_trolls_1 {
color: #00CC00;
text-decoration: none;
font-weight: bold
}

a.mh_trolls_1 {
color: #FFFFFF;
text-decoration: underline;
font-weight: bold
}*/


/* Lien des monstres */
a.mh_monstres {
color: #FFFF00;
text-decoration: none;
font-weight: bold
}

a.mh_monstres:hover {
color: #FB9E01;
text-decoration: underline;
font-weight: bold
}


/* Colorer les HR */
hr {
color: #BD1D03;
}


/* Changer les balls */
img[src$="greenball.gif"] {
padding-left:15px;
width:0;
height:17px;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
background-image: url(http://remy.sanchez.free.fr/JDR/Profil/Rune.gif);
}


/* Changer les flèches des Evenements */
/*img[src$="Next2.gif"] {
	padding-left: 37px;
	width: 0;
	height: 37px;
	background-image: url(next.gif);
}
img[src$="Previous2.gif"] {
	padding-left: 37px;
	width: 0;
	height: 37px;
	background-image: url(previous.gif);
}*/

/* *******************************************************
   *  Insérer des Tableaux dans la description du Profil *
   *  Pour cela, ajouter les balises [QUOTE]&[/QUOTE]    *
   ******************************************************* */
/*blockquote {
float:left;
border: 2px solid #FFFFFF;
width:47%;
margin:1px;
margin-right:1px;
margin-bottom:1px;
padding:5px;
font-family:"Comic Sans MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 12px;
-moz-border-radius:10px;
background-color: none;
} */