div#conteneur {
 width:1000px;
 margin:0 auto;
}
div.bandeau1 {
 height:90px;
 width:100%;
 min-width:800px;  /* ne fonctionne pas sous IE */
 background:url('../images/red_bandeau_center.jpg') top left repeat-x;
}
div.bandeau2 {
 height:90px;
 width:100%;
 background:url('../images/red_bandeau_left.jpg') top left no-repeat;
}
div.bandeau3 {
 width:800px; /* car min-width ne fonctionne pas sous IE */
 float:right; /* car min-width ne fonctionne pas sous IE */
 height:90px;
 background:url('../images/red_bandeau_right.jpg') top right no-repeat;
}
div.divmenu1 {
 width:100%;
 height:36px;
 background:url('../images/red_repeat.jpg') repeat-x;
}
div.divmenu2 {
 height:36px;
 margin-left:6px;
}
div.pathway1 {
 height:27px;
 background:url('../images/pathway.gif') repeat-x;
}
div.pathway2 {
 font-size:8pt;
 overflow:hidden;
 padding:6px;
}
table.principale {
 width:100%;
 margin:0px;
}
td.gauche {
 vertical-align:top;
 padding:10px 5px 5px 0;
}
td.droite {
 vertical-align:top;
 padding:10px 0 5px 5px;
}
td.centre {
 vertical-align:top;
 padding:5px;
 width:100%;
}