.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: rgb(176, 176, 176);
    padding:0px;
    background-color: rgb(224, 224, 224);
    width: 95%;
    border-style: ridge;
    empty-cells: show;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
}
.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;
    border-color: inherit;
    text-align: left;
}
.tableExec
{
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(0, 0, 0);
}
.tableExec740
{
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(0, 0, 0);
}
.tableExec850
{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(0, 0, 0);
}
.tableExec900
{
    width: 900px;
    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;
}
