/* CSS Document */

/* CSS Document */



.mh_links {
	color: #B50D0D; 		/* couleur */
	text-decoration: none; 	/* decoration (underline=souligne, none=rien) */
	font-weight: bold;		/* normal ou bold */		
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B50D0D;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B50D0D;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #B50D0D;
}

body { 	
	
font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold; 							
	font-style: normal; 							
	color: #FFFFFF; 								
	line-height: normal; 							
	
	background-image: url(http://i91.photobucket.com/albums/k305/Daaims/MH/IMG_HAZEHELL_CSSS.jpg);
	background-position: 100%;
	background-position: center; 
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-color: #010101;						

	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;	
}

.mh_tdborder {

}

.mh_tdtitre {
}	

.mh_titre3 {
	font-size:1px; color: #000000;
	letter-spacing: -20px;
}

.mh_tdtitre:first-letter {
	font-size:14px; color: #B50D0D;
}

/*li:first-letter {
	font-size:17px; color: #A6A6A6;
}*/

/*li {
	font-size:13px; color: #A6A6A6;
}*/

.mh_tdpage {
}

.mh_titre1:first-letter {
	font-size: 1px;
        color: #000000;
	background: transparent no-repeat scroll center center none;
	text-align: left;
	
}

.mh_titre1 {
color: none;
background: transparent url() scroll no-repeat center center;
text-align: left;
font: 1px/108px Arial, Helvetica, sans-serif;
letter-spacing: -10px;
}

.mh_form_submit { 
	font-family: verdana, arial; 
	font-size: 10px;
	text-align: left;
	background-color: transparent;
	color: #808080;
	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;
}


.mh_textbox {
color: #CC0000;
background-color: #000000;
border: 0px solid;
text-align: center;
font-family: Helvetica;
font-weight: bold;
font-size: 11px;
text-indent: 0px;
margin-left: 3px;
margin-top: 1px
}

.mh_monstres {
color: #336600;
text-decoration: none; 
font-weight: bold 
}

hr { 
color: #FFFFFF;
}