.tableInvisible
{
    width: 100%;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
}
.tableInvisible90
{
    width: 90%;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
}
.tableCode
{
    border-width: 1px;
    border-color: inherit;
    padding:0px;
    background-color: rgb(224, 224, 224);
    width: 95%;
    border-style: ridge;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
}
.tableCode90
{
    border-width: 1px;
    border-color: inherit;
    padding:0px;
    background-color: rgb(224, 224, 224);
    width: 90%;
    border-style: ridge;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
}
.tableCode85
{
    border-width: 1px;
    border-color: inherit;
    padding:0px;
    background-color: rgb(224, 224, 224);
    width: 85%;
    border-style: ridge;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
}
.tableCode80
{
    border-width: 1px;
    border-color: inherit;
    padding:0px;
    background-color: rgb(224, 224, 224);
    width: 80%;
    border-style: ridge;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cellCode
{
    font-family: "Courier New";
    padding: 6px;
    border-style: groove;
    border-width: 1px;
    border-color: inherit;
    vertical-align: top;
    text-align: left;
}
.cellLiens
{
    padding: 6px;
    border-style: groove;
    border-width: 1px;
    border-color: inherit;
    vertical-align: top;
    text-align: center;
}
.cellCommentaires
{
    background-color: rgb(240, 240, 240);
    padding: 6px;
    border-style: groove;
    border-width: 1px;
    border-color: inherit;
    vertical-align: top;
    text-align: left;
}
.cellExecution
{
    background-color: rgb(240, 240, 240);
    padding: 6px;
    border-style: groove;
    border-width: 1px;
    text-align: left;
    text-align: center;
}
.tableExec
{
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(0, 0, 0);
}
.cellExec
{
    font-family: "Courier New";
    color: rgb(255, 255, 255);
    padding: 6px;
    border-style: groove;
    border-width: 1px;
    border-color: inherit;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}
