/*
 * MH Profil CSS Simple
 * Y 2014
 * Main-de-pierre 108389
 */
 
a:hover { 
	color: #441F00; 
	text-decoration: none; 
	font-weight: bold;
}

a:link { 
	color: #441F00;
	 text-decoration: none; 
	 font-weight: bold;
}

a:active { 
	color: #441F00;
	text-decoration: none; 
	font-weight: bold;
}

a:visited { 
	color: #441F00; 
	text-decoration: none; 
	font-weight: bold;
}

a:link:hover { 
	color: #BE5600; 
	text-decoration: none; 
	font-weight: bold;
}

a:active:hover {
	color: #BE5600; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited:hover {
	color: #BE5600; 
	text-decoration: none; 
	font-weight: bold;
}


img[src*="flecheg.jpg"] {
	width :0;
	height :32px;
	padding-left :30px;
	background-image : url('https://dl.dropboxusercontent.com/u/263806223/0-generalcss/ArrowLeft.png');
}

img[src*="fleched.jpg"] {
	width :0;
	height :32px;
	padding-left :30px;
	background-image : url('https://dl.dropboxusercontent.com/u/263806223/0-generalcss/ArrowRight.png');
}

img[src*="bullet_green.jpg"] {
	width :0;
	height :15px;
	padding-left :15px;
	background-image : url('https://dl.dropboxusercontent.com/u/263806223/gold_ore.gif');
}

img[src*="bullet_orange.jpg"] {
	width :0;
	height :15px;
	padding-left :15px;
	background-image : url('https://dl.dropboxusercontent.com/u/263806223/orange.gif');
}

body { 	
	margin: 0px; 
	padding: 0px;
	background-color: 2d2213 ;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal;
	scrollbar-3d-light-color: #000000;
	scrollbar-arrow-color: #ffcc33;
	scrollbar-base-color: #513207;
	scrollbar-dark-shadow-color: #001122;
	scrollbar-face-color: #513207;
	scrollbar-highlight-color: #667788;
	scrollbar-shadow-color: #223344;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;  
	color: #2d2213;
}

td[width="15%"]{
	font-size: 10px;
}

td {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif; 
	font-size: 12px;
}

.mh_links {
	color: #0000FF; 
	text-decoration: none; 
	font-weight: bold;
}

.mh_tdborder {
	background-color:#9F8B68; 
	color:#513207; 
	border:solid;
}

.mh_tdtitre {
	background-color:#5E482A; 
	color: #EFB400; 
}

.mh_tdpage {
	background-color:#9F8B68; 
	color: #513207;
}

.mh_titre1 {
	font-size: 36px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold;
	
}

.mh_titre2 {
	font-size: 24px; 
	font-style: normal; 
	line-height: normal;
	font-weight: bold; 
}

.mh_titre3[align="center"]{
	height :20px;
	/*font-size: 0px; */
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: transparent;
	background: transparent url("https://dl.dropboxusercontent.com/u/263806223/0-generalcss/poincon.y.png") scroll no-repeat right top;
	text-align: center	;
}

.mh_titre3 {	
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #2d2213;
}

.mh_titre4 {
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold;
}

.mh_form_submit {
	background-color: #513207; 
	font-family: verdana, arial; 
	font-size: 11px;  
	color: #FFFFFF;
	border-width: 1;
	border-top-color: #3b496e;
	border-left-color: #3b496e;
	border-right-color: #d1d3fa;
	border-bottom-color: #d1d3fa;
	border-style: outset;
	border-width: 1; 
}

.mh_textbox {
	color:#513207;
	border: 1px solid #513207;
	font-size: 12px;
	background-color: #9F8B68;
	padding: 1px;
}

.mh_textareabox {
	border: 1px solid #513207;
	font-size: 12px;
	background-color: #FFFFEE;
	padding: 4px;
}

.mh_selectbox {
	font-size: 12px;
	background-color: #9F8B68;
	padding: 1px;
}


a.mh_monstres:visited { color: #EFB40A; text-decoration: none; font-weight: bold; }
a.mh_monstres:link{ color: #EFB40A; text-decoration: none; font-weight: bold; }
a.mh_monstres:active { color: #EFB40A; text-decoration: none; font-weight: bold; }
a.mh_monstres:hover { color: #EFB40A; text-decoration: underline; font-weight: bold; }

a.mh_trolls_0:visited { color: #441F00; text-decoration: none; font-weight: bold; }
a.mh_trolls_0:link { color: #441F00; text-decoration: none; font-weight: bold; }
a.mh_trolls_0:active { color: #441F00; text-decoration: none; font-weight: bold; }
a.mh_trolls_0:hover { color: #BE5600; text-decoration: underline; font-weight: bold; }

a.mh_trolls_1:visited { color: #441F00; text-decoration: none; font-weight: bold; }
a.mh_trolls_1:link { color: #441F00; text-decoration: none; font-weight: bold; }
a.mh_trolls_1:active { color: #441F00; text-decoration: none; font-weight: bold; }
a.mh_trolls_1:hover { color: #BE5600; text-decoration: underline; font-weight: bold; }

