body {background-color : #000000;}

a, a:hover
{
    background: none repeat scroll 0 0 transparent;
    color: #BBBBBB;
    cursor: pointer;
    font-weight: bold;
    outline: medium none;
    text-decoration: none;
}

a:hover {
	color:#999;
}

#snake {
	display:none;
	width:250px;
	height:210px;
}
  
.console {
  font-family:Courier;
  font-size: 9pt;
  color: white;
  background: #000000;
  border: none;
  padding: 0px;
  outline: none;
}

#terminal {
  font-family:Courier;
    font-size: 9pt;
 color: white;
  background: #000000;
  border: none;
  padding: 0px;
   outline: none;

}

#jeu {
  font-family:Courier;
    font-size: 9pt;
 color: white;
  background: #000000;
  border: none;
  padding: 0px;
   outline: none;

}

#label {
  font-family:Courier;
 color: white;
   font-size: 9pt;
  background: #000000;
  border: none;
  padding: 0px;
  overflow: auto;
}

#result {
  font-family:Courier;
 color: white;
   font-size: 9pt;
  background: #000000;
  border: none;
  padding: 0px;
}

.desc {
	margin-top:4px;
	margin-left:21px;
	font-size:8pt;
}

.descName {
	width:150px;
	display:block;
	float:left;	
}

.line {
	margin-left:30px;margin-bottom:10px;
}