FIX le fameux bug !! (la conversation restait vide)
[euphorik.git] / css / 1 / euphorik.css
index 2812e70..8978c79 100755 (executable)
@@ -60,7 +60,7 @@ ul#menu {
 #menuCss {
        position: absolute;
        z-index: 10;
-       left: 600px;    
+       left: 550px;    
        top:0px;
        font-size: 9px;
 }
@@ -167,14 +167,29 @@ div#info .boutons div:hover {
 
 /***** Les infos bulles *****/
 #flecheBulle {
+       position: absolute;
+       z-index: 50;
        width: 15px;
        height: 8px;
-       background-image: url(../../img/css1/fleche_bulle.png)
+       background-image: url(../../img/css1/fleche_bulle.png);
+       display: none
+}
+#messageBulle {
+       position: absolute;
+       z-index: 50;
+       color: #ffffff;
+       background-color: #841919;
+       display: none;
+       font-size: 10px;
+}
+#messageBulle p {
+       padding: 3px 6px;
 }
 
 /***** Le faux captcha *****/
 .captcha {
        display:none;
+}
 
 /***** Les formulaires *****/
 form input,