/************************************/ .tabContainer{ display:block; } .tableGrille{ border-collapse:collapse; } .tableGrille td, .tableGrille tr{ border:1px solid black; } .baseGrille{ background-color:#A90617; height:20px; width:200px; text-align:center; color:white; } .heureGrille{ background-color:#A90617; height:20px; width:30px; text-align:center; color:white; } .nomChampEvt{ float:left; } .champEvt{ float:right; } .clearer{ clear:both; } info{ text-decoration:none; } /******************************* Bulle texte **************/ a.info { text-decoration: none; color: black; } a.info span { display: none; } a.info:hover,a.info:focus,a.info:active { background: none; /* correction d'un bug IE */ } a.info:hover span,a.info:focus span,a.info:active span { display: inline; position: absolute; z-index: 1000; left:220px; background: white; text-align: center; color: #A90617; padding:3px; width:210px; min-height:150px; border:1px solid black; padding:10 3 10 3; } .milieu_contenu{ background: url(../img_communes/milieu_contenu.gif) left no-repeat; position:absolute; margin-left:-20px; width:505px; height:65px; }