table#general{
              margin:0;
              padding:0;
              height:620px;
              width:1010px;
              border-spacing:0;
              border-collapse: collapse;
              border:0;
}

table#general td{
              border:0;
              margin:0;
              padding:0;
}

table#navigation{
                 margin:0;
                 padding:0;
                 height:540px;
                 width:750px;
                 border-collapse:collapse;
                 border-spacing:0px;
                 border:0;
                 }
                 
table#navigation td{
                 border-spacing:0;
                 border:0;
                 }

table#navigation td.titre{
                           height:20px;
                           width:180px;
                           border:1px solid gray;
                           color:white;
                           background-color:#D6C100;
                           font-family:helvetice, arial, sans-serif;
                           font-size: 0.7em;
                           font-weight: bold;
}

table#navigation td.titre2{
                           height:20px;
                           width:180px;
                           border:1px solid gray;
                           color:white;
                           background-color:#58595B;
                           font-family:helvetice, arial, sans-serif;
                           font-size: 0.7em;
                           font-weight: bold;
}

table#navigation td.contenu{
                             margin:0px;
                             padding:0px;
                             border:1px solid gray;
                             background-color: white;
                             vertical-align:top;

}
