body 
{ 
background-color: #000000;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
letter-spacing: 1px;
color: green;
font-family: Cursive;
}

a:link
{
color: green;
}

a:visited
{
color: green;
}

a:active
{
color: green;
}

a:hover
{
color: green;
}


table
{
font-size: 13px;
border: solid 0px;
}

.td_vide
{
background-color: #000000;
background-image: none;
border: solid 0px;
}

.td_titre
{
background-image: url(../includes/img/skin/fond_bruit2.gif);
border: solid 1px green;
color: black;
font-weight: bold;
text-align: center;
}

td
{
vertical-align: top;
padding-top:5px;
padding-bottom:5px;
padding-right: 5px;
padding-left: 5px;
background-image: url(../includes/img/skin/fond_bruit.gif);
border: solid 1px green;
}

input
{
background-color: green;
color: black;
border: solid 1px black;
}