.mh_links {
	color: #939393; 		/* couleur */
	text-decoration: none; 	/* decoration (underline=souligne, none=rien) */
	font-weight: bold;		/* normal ou bold */		
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #939393;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #939393;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #797979;
}

body { 	
	
	font-family: "Times New Roman", Times, serif; 	
	font-weight: normal; 							
	font-style: normal;
	color:#00a0e0;
	line-height: normal; 							
	
	background-image: url(../images/fondnoir.jpg);	
	background-color: #000;						

	scrollbar-3d-light-color: #696868;
	scrollbar-arrow-color: #939393;
	scrollbar-base-color: #000;
	scrollbar-dark-shadow-color: #535353;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #696868;
	scrollbar-shadow-color: #535353;
}

td {
	/* Le texte */
	font-family: times, arial;	
	font-size: 12px;			
}

.mh_tdborder {
	background-color:#000000;
}

.mh_tdtitre {
	background-color:#000;
}

.mh_tdpage {
	background-color:#000;
}

.mh_titre1:first-letter {font-size: 120px;color: #000;
	background: transparent no-repeat scroll center center none;
	text-align: left;
	
}

.mh_titre1 { color: #000;
	background: transparent url(../images/luna.jpg) scroll no-repeat center center;
	text-align: left;
	font: 7px/120px Arial, Helvetica, sans-serif;
	letter-spacing: -20px;
}

.mh_form_submit { 
	font-family: verdana, arial; 
	font-size: 11px; 
	text-align: center;
	background-color: #000; 
	color: #939393;
	border-width: 1; 
	border-top-color: #696868; 
	border-left-color: #696868; 
	border-right-color: #535353; 
	border-bottom-color: #535353; 
	border-style: outset; 
	border-width: 1; 
	padding-left: 0; 
	padding-top: 0; 
	padding-right: 0; 
	padding-bottom: 2; 
}

.mh_textbox {
color: #939393;
background-color: #000000;
border: 1px solid #797979;
text-align: center;
font-family: Helvetica;
font-size: 11px;
text-indent: 0px;
margin-left: 3px; 
margin-top: 1px
}

hr { 
color: #939393;
} 
