/* regler la position du menu dans la fenetre dans menucool.html */ /* NEUTRALISE TD,P,B,DIV { font-family:Verdana,Arial; font-size:12px } */ .clCMEvent { position:absolute; z-index:300; width:100%; height:100%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:hidden; } .clCMAbs { position:absolute; width:10; height:10; left:0; top:0; visibility:hidden; } /* une Case */ .clT,.clTover { position:absolute; overflow:hidden; width:130; height:10; cursor:pointer; cursor:hand; padding:0px; font-size:12px; } .clT { color:#FFFFBF; } .clTover { color:#ffffff; layer-background-color:#444444; background-color:#444444; } /* Texte */ .clT2,.clTover2 { position:absolute; overflow:hidden; width:130; height:10; cursor:pointer; cursor:hand; padding:2px; /* marge gauche */ font-size:10px; font-weight:normal; layer-background-color:#111111; background-color:#FFFFFF; /* couleur de fond de case */ } /* couleur texte de menu sans survol souris */ .clT2 { color:#0000FF; } /* Texte au survol souris et après survol des rubriques etss-rubriques racines */ .clTover2 { color:#FFFFFF; background-color: #0000CC; } .clB,.clBar { layer-background-color:#444444; background-color:#444444; position:absolute; visibility:hidden; } .clB { z-index:500; } .clBar { width:10; height:10; }