body {
  font-family: Verdana, Helvetica, sans-serif;
}

form {
  padding: 0px;
  margin: 0px;
}

input {
  padding: 0px;
  margin: 0px;
}

p.gallery {
  color: #DDDDDD;
  margin-bottom: 3px;
  padding-bottom: 0px;
}

a {
  color: #92E271;
  text-decoration: none;
}

a:visited {
  color: #BCF266;
}

a:hover, a:focus, a:active {
  /*text-decoration: underline;*/
}

a img {
  border: 0;
}

div#footer {
  font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
  text-align:right;
  width: 600px;
  margin:0 auto;
  margin-top: 100px;
}

/* formulaire de contact */
div#contact {
  font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
  width: 600px;
  margin:0 auto;
}

input.textfield {
	width:70%;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

textarea {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #AAAAAA;
  font-family:sans-serif;
  font-size:small;
  height:15em;
  padding:3px;
  width:70%;
}

label {
  color:#9BB50C;
  float:left;
  padding-right:18px;
  text-align:right;
  width:8em;
}

/* menu de navigation de gauche */
#navigation {
  float:left;
  margin: 0 ;
  padding: 0 ;
  background: #4D4D4D;
}

#navigation ul {
  list-style: none ;
  width: 160px ;
}

#navigation li {
  background: #4D4D4D ;
  color: #E6E6E6 ;
  border-bottom: 1px solid #7BA532 ;
}

#navigation li a {
  display: block ;
  background: #4D4D4D ;
  color: #E6E6E6 ;
  color: #EEE ;
  font: 1em "Trebuchet MS",Arial,sans-serif ;
  line-height: 1em ;
  text-align: left ;
  text-decoration: none ;
  padding: 5px 5px 5px 20px;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
  background: #333333 ;
}

/* page de jeu */
#game-description {
  float: none;
  font-size: 0.7em;
  color: #CCC ;
}

