body
{
   background-image: url(fond01.png);
   color: #00ff00;
   font-size: 14px;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
   margin: 0px;
   background-color: #000000;
   background-repeat: repeat;
   cursor:url("http://www.poketerra.com/cursor.png"), auto;
}
.entour
{
   border-top: 1px solid green;
   border-bottom: 1px solid green;
   border-left: 1px solid green;
   border-right: 1px solid green;
}
.fontablo
{
   background-color:green;
}
.headfond
{
   background-color: #000000;
}
p
{
   color: #00ff00;
   font-size: 14px;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
}
li
{
   color: #00ff00;
   font-size: 14px;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
}
hr
{
   border: solid #00ff00 1px;
}
h1
{
   color: lime;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
   text-align: center;
   border-top-style: solid;
   border-top-width: 2px;
   border-top-color: #00ff00;
   border-bottom-style: solid;
   border-bottom-width: 2px;
   border-bottom-color: #00ff00;
}
h2
{
   background-image: url("http://www.poketerra.com/barreh2.gif");
   background-repeat: repeat;
   background-color: #141414;
   color: #00ff00;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
   font-size: 22px;
   text-align: center;
   margin-top:7px;
   margin-bottom:7px;
}
h3
{
   color: #00ff00;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
   font-size: 18px;
   border-bottom-style: dashed;
   border-bottom-width: 1px;
   border-bottom-color: #00ff00;
}
h4
{
   color: #00ff00;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
   font-size: 16px;
}
a
{
   text-decoration: none;
   color: green;
   font-weight: bold;
}
a:hover
{
   text-decoration: underline;
   color: lime;
   font-weight: bold;
   cursor:url("http://www.poketerra.com/clickl.png"), auto;
}
td
{
   color: #00ff00;
   font-size: 14px;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
}
.visible
{
   text-decoration: none;
   color: #00ff00;
   font-weight: bold;
}
.visible:hover
{
   text-decoration: underline;
   color: lime;
   font-weight: bold;
}
.cell
{
   color: #00ff00;
   font-size: 14px;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
}
.cell:hover
{
   color: #00ff00;
   font-size: 14px;
   font-family: "Trebuchet MS", "Times New Roman", Arial, serif;
   background-color: #071c00;
}
input
{
   background-image: url(http://www.poketerra.com/inputgreen.png);

   border: 1px solid #606669;
}
input:hover
{
   border: 1px solid #797f82;
}
textarea
{
   background-image: url(http://www.poketerra.com/textareagreen.png);
   border: 1px solid #606669;
}
textarea:hover
{
   border: 1px solid #797f82;
}
.soustitre
{
   background-image: url("../puce01.gif"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 32px;
   padding-top:8px;
   font-size: 16px;
   font-family: "Trebuchet MS", Arial, serif;
   color: green;
   font-weight: bold;
   padding-bottom:8px;
}
fieldset
{
   border-top-style: dashed;
   border-top-width: 1px;
   border-top-color: green;
   border-bottom-style: dashed;
   border-bottom-width: 1px;
   border-bottom-color: green;
   border-right-style: dashed;
   border-right-width: 1px;
   border-right-color: green;
   border-left-style: dashed;
   border-left-width: 1px;
   border-left-color: green;
   margin: 2px;
}
legend
{
   color: lime;
   background-color: #000000;
}
img
{
border: none;
}
.bord:hover
{
  border: 1px solid black;
  padding: 1px;
}
a.info {
position: relative;
text-decoration: none;
color: lime;
border-bottom: 1px gray dotted;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
}
a.info:hover span {
display: inline;
position: absolute;
top: 2em;
left: 1em;
background-image: url("http://www.poketerra.com/upload/uploads/1255493887.png");
color: #00ff00;
padding: 2px;
border: 1px dashed black;
font-weight: normal;
width: 550px;
text-align: left;
z-index:99;
text-decoration: none;
}
a.info2 {
position: relative;
text-decoration: none;
color: #00ff00;
border-bottom: 1px gray dotted;
}
a.info2 span {
display: none;
}
a.info2:hover {
background: none; /* correction d'un bug IE */
}
a.info2:hover span {
display: inline;
position: absolute;
top: 2em;
left: 1em;
background-image: url("http://www.poketerra.com/upload/uploads/1255493887.png");
color: #00ff00;
padding: 2px;
border: 1px dashed black;
font-weight: normal;
width: 500px;
text-align: left;
z-index:99;
text-decoration: none;
}