Hello,
Malheureusement si il reste quelques horreur oups... Erreur.
Je pense que tu pourrais tout corriger si tu lis attentivement les
spécificités (ici une introduction aux feuilles de styles).
Fait à main levé, il y avait parfois plusieur point-virgule, dièse, police ou propriété incorrecte.
Fait rapidement de mémoire, voici un code "plus ou moins correct". La lecture des éléments indiqués AINSI QUE SES SUIVANTS (faut pas croire qu'on rigole au W3C

) pourront t'aider grandement.
<style type="text/css" media="all" title="css">
.petit
{
font-size:10pt
}
.admins
{
font-family: Palatino, Linotype ;
font-size:9pt;
color: #B09E63;
}
.headers
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9pt;
color:#000000;
}
.headers_link
{
font-family: Palatino, Linotype;
font-size: 9pt;
color:#B5915C;
text-decoration: none;
}
.titres
{
text-align: center;
border: 1px #B5855C solid;
/* background-color:#trans; NON GERE */
font-size:10pt;
}
.box
{
text-align:center: #B39859;
border: 2px #000000 solid;
/* background-color:#trans; NON GERE */
font-family: Palatino, Linotype;
color: #5A88B5;
font-size: 9pt;
}
.btn
{
Text-align:center;
border: 1px #006699 solid;
/* background-color:#trans; NON GERE */
font-family: Palatino, Linotype;
color:#C1A5B5;
}
.legend
{
font-weight: bold;
font-size: 9pt;
text-align: left;
border: 2px #000;
/* border-style:trans;
background-color: trans; NON GERE */
}
.master
{
text-align: center;
font-size: 10pt;
color: #CFAD93;
}
.tablo
{
font-size: 8pt;
color: #CB9D5C;
border: 1px #C094B5 solid;
}
.copyright
{
font-family: Palatino, Linotype;
font-size: 9pt;
color: #AC6862;
text-align: center;
font-size: 9pt;
color: #000000;
text-align: center;
border: 2px #000;
/*border-style:trans;
background-color:trans; */
}
.colonne1
{
text-align:center ;
border: 1px #B5915C solid;
/*background-color:#trans;*/
font-family: Palatino, Linotype;
color:#B09E63;
}
.colonne2
{
Text-align:center ;
border: 1px #AC6862 solid;
background-color: #CFAD93;
font-family: Palatino, Linotype;
color:#B07563;
}
a
{
color: #AC6862;
text-decoration: none;
cursor: url(http://ns1.aceboard.net/lablogos/curseurs/etoiles.ani);
}
a:active {
}
A:hover
{
font-weight: bold;
text-decoration:: overline underline;
/* background-color:trans; */
}
body
{
Text-align:center;
background-attachment:fixed;
/*scrollbar-face-color: #trans;
scrollbar-shadow-color: #E2BB82;
scrollbar-highlight-color: #D3BB82;
scrollbar-3dlight-color: #A9BB82;
scrollbar-darkshadow-color:#A99C63 ;
scrollbar-track-color: #A97563;
scrollbar-arrow-color: #8C7563;*/
font-size: 10pt;
/*color: #trans; */
font-family: Palatino, Linotype;
cursor: url(http://ns1.aceboard.net/lablogos/curseurs/etoiles.ani);
}
table tr td div span.petit
{
display: none;
}
</style>