.liste{
width:250px;
margin-bottom:3px;
margin-top:30px;
background-color:#000;
color:#ffffff;
border: 3px solid #999900;
}
.tableau {
margin-top:0px;
border: medium solid #000;
border-collapse: collapse;
margin-left:auto;
margin-right:auto;
width:700px;
height:300px;
text-align:center;
cursor:not-allowed;
}
.tableau caption
{
text-align:center;
background-color:#000;
font-family:"Trebuchet MS",Verdana,Helvetica,sans-serif;
font-weight:bold;
font-size:20pt;
color:#999900;
padding:25px;
margin-top:3px;
cursor:default;
}
.tableau th {
font-family:"Myriad Pro Light",Verdana,Helvetica,sans-serif;
border: thin solid #999999;
padding: 2px;
background-color: #dee072;
font-size:20px;
font-weight:bold;
cursor:default;
}
.tableau td {
font-family:Verdana, Arial, Helvetica,serif;
border: thin solid #999999;
padding: 10px;
font-weight:bold;
text-align="center";
}

