REPORT de la branche 1.1 : 477->494
[euphorik.git] / styles / 1 / euphorik.css
index 54aef62..59e8ab0 100755 (executable)
@@ -31,6 +31,34 @@ em.fort {
        font-weight: bold
 }
 
+/***** Une barre de progression s'affichant lors des communications entre le client et le serveur *****/
+#waitbar {
+       text-align: center;
+       height: 16px;
+       width:100%;
+       position: fixed;
+       left: 0px;
+       top: 0px;
+       z-index: 500;
+}
+#waitbar .image {
+       background-image: url(../../img/waitbar.gif);
+       margin-top: 3px;
+       margin-right: 3px;
+       float: right;
+       height: 13px;
+       width: 105px;
+}
+
+/***** Textile *****/
+em.leger {
+       font-style: italic
+}
+em.fort {
+       font-style: normal;
+       font-weight: bold
+}
+
 /***** Menu *****/
 ul#menu {
        background-image: url(img/logo_fond.png);