body {
  margin : 0;
  padding : 0;
  background-color : #000000;
  background-image : url(pics/fond_.jpg);
  background-attachment : fixed;
  background-repeat : no-repeat;
  background-position : center center;
}

a:link, a:visited {
  font-family : verdana;
  font-size : 14;
  color : #FF8000;
  background-color : #000000;
  text-decoration : none;
}

a:hover {
  color : #FFFFFF;
}

textarea {
  font-family : verdana;
  font-size : 14;
  font-weight : bold;
  color : #0000AA;
  border-width : 0;
  background-color : transparent;
}


td {
  font-family : verdana;
  font-size : 14;
  font-weight : bold;
  color : #0000AA;
}

input {
  border:1px solid #FF8000;
  background-color:#000000;
  font-family: verdana;
  font-size: 14;
  font-weight : bold;
  color:#FF8000;
}

select {
  border:1px solid #FF8000;
  background-color:#000000;
  font-family: verdana;
  font-size: 14;
  font-weight : bold;
  color:#FF8000;
} 