#table {
    background-color:#FFFFFF;
    position:fixed;
    _position:absolute;
    padding:1%;
    left:65%;
    _left:65%;
    top:35%;
    _top:2%;
    width:25%;
    /*pour IE*/
    _width:30%;
    border:1px solid #666666;
}

#mots_matieres {
    position:relative;
    padding:1%;
    left:0%;
    width:60%;
    border:1px solid #666666;
}

#mots_matieres table {
    width:100%;
}
td.colonnes {
    width:50%;
}