ADD possibilité d'afficher une bulle d'aide sur un coté determiné d'une boite
[euphorik.git] / css / 1 / euphorik.css
index 9ac1d54..25b51cf 100755 (executable)
@@ -18,7 +18,6 @@ body {
 }
 
 #container {
-       position: relative;
        height: auto;
        margin: 0px;
 }
@@ -108,12 +107,16 @@ ul#menu {
        height: 129px;
        position: absolute;
 }
+#logo.ekMaster {
+       background-image: url(../../img/css1/logo_ek_master.png);
+}
 
 /***** Le pied de page *****/
 #footer {
        background-color: #e19671;
        text-align: right;
-       font-size: 9px
+       font-size: 9px;
+       padding: 2px
 }
 #footer a img{
        border-style: none;
@@ -175,10 +178,27 @@ div#info .boutons div:hover {
 #flecheBulle {
        position: absolute;
        z-index: 50;
+       display: none
+}
+.flecheBulleHaut {
+       background-image: url(../../img/css1/fleche_bulle_haut.png);
        width: 15px;
        height: 8px;
-       background-image: url(../../img/css1/fleche_bulle.png);
-       display: none
+}
+.flecheBulleDroite {
+       background-image: url(../../img/css1/fleche_bulle_droite.png);
+       width: 8px;
+       height: 15px;
+}
+.flecheBulleBas {
+       background-image: url(../../img/css1/fleche_bulle_bas.png);
+       width: 15px;
+       height: 8px;
+}
+.flecheBulleGauche {
+       background-image: url(../../img/css1/fleche_bulle_gauche.png);
+       width: 8px;
+       height: 15px;
 }
 #messageBulle {
        position: absolute;
@@ -216,10 +236,14 @@ form select {
 form button {
        font-size: 11px;
 }
+form input[readonly] {
+       background-color: #d0c9aa
+}
 
 /***** Les liens *****/
 .lien, a {
        text-decoration: underline;
+       color: #c62929;
 }
 .lien {
        cursor: pointer