body {
background: url('../images/background/background.png') repeat;
margin: 0px;
padding: 0px;
background-position: top center;
}
#header {
background: url('../images/background/backgroundcenter.png') no-repeat;
background-position: top center;
margin-left: auto;
margin-right: auto;
}
#background {
background: url('../images/background/background.png') repeat;
width: 1000px;
height: 1000px;
margin-left: auto;
margin-right: auto;
}
td { /* En faites je crois que c le style de ce qu'il y aura entre les <td>XXXXXXXXXXXXXXXx</td>  hihi */
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #488B5F;
}
textarea { /* Le Textarea c'est les gros truks là */
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #488B5F;
padding:1px;
background-color: #FFFFFF; /* Fond des gros truks */
border-color : #666666; /* Bordure des gros truks */
border-style: solid; /* Style de bordure */
border-top-width: 1px; /* Sa tu t'en branle laisse comme ça xD ^^ */
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
text-indent : 1px;
}
input { /* Ca c'est les rectangles blancs et c pareil :D */
color: #488B5F;;
font-size: 11px;
size: 9px; 
padding:0px;
background-color: #FFFFFF;
border-color : #666666;
border-style: solid; /* Style de bordure */
border-top-width: 1px; /* Sa tu t'en branle laisse comme ça xD ^^ */
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
text-indent : 0px;
} 
select  { /* Sa c'est ou selectionne des truks ^^ */
font-size: 12px;
color: #666666;
background-color: #FFFFFF; /* Fond des gros truks */
border-color : #065A86; /* Bordure des gros truks */
border-style: solid; /* Style de bordure */
border-top-width: 1px; /* Sa tu t'en branle laisse comme ça xD ^^ */
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
text-indent : 2px; 
}
a:link { /* Lien je sais pu quoi^^ */
color: #000000;
font-size: 11px;
text-decoration: none;
background-color : transparent;
}
a:visited { /* C'est le lien qui a dejà été visité */
color: #000000;
font-size: 11px;
text-decoration: none;
background-color : transparent;
}
a:hover { /* C'est le lien quand tu touche le lien */
color: #488B5F;
font-size: 11px;
text-decoration: none;
background-color : transparent;
}
a:active { /* Le lien quand tu clique sur le lien */
color: #488B5F;
font-size: 11px;
text-decoration: none;1
background-color : transparent;

}