body{
background: #323535 url("https://mogwai.nenuphar.net/img/bg.png") bottom right repeat;
font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-family: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
}

p,ul,li{
	font-family: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
}

a, a:link,a:active{
  
   color : #787675; 
   text-decoration : none; 
}

a:visited{
	font-weight : normal;
	color : #9F9C9B;
	text-decoration : none;
}

a:hover{
	color : #fff; 
	text-decoration : underline overline;

}

#top{
background: #323535 url("https://mogwai.nenuphar.net/img/top.png") top right no-repeat;
width:341px ;
height: 262px;
}

#corps{
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 337px;
	height:321px;
}

#boite{
background: #1E2020 ;
	padding:10px;
	overflow: auto;
	height: 321px;
	scrollbar-face-color: #D2D2D2;
	scrollbar-shadow-color: #191A1A;
	scrollbar-highlight-color: #191A1A;
	scrollbar-3dlight-color: #1E2020;
	scrollbar-darkshadow-color: #1E2020;
	scrollbar-track-color: #1E2020;
	scrollbar-arrow-color: #191A1A;
}

#Words{
padding-left:10px;
padding-bottom:15px;
	font-family: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}

input {
	background:none;
	color: #fff;
	font-size: 10px;
	font-family: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
}

textarea {
	background:none; 
	color:#fff; 
	font-size: 10px; 
	font-family: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif; 
	border:1px solid #fff;
	scrollbar-face-color: #D2D2D2;
	scrollbar-shadow-color: #191A1A;
	scrollbar-highlight-color: #191A1A;
	scrollbar-3dlight-color: #1E2020;
	scrollbar-darkshadow-color: #1E2020;
	scrollbar-track-color: #1E2020;
	scrollbar-arrow-color: #191A1A;
}
select {
	color: #fff;
	font-size:10px;
	font-family: Century Gothic,Verdana, Geneva, Arial, Helvetica, sans-serif;
}