X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=1fdc0f4cfb30115fef71d71726ccffa64c9dadda;hp=2812e70e9b77e32ced7620501ae1b7bbec0d6266;hb=08193845f5b45402b85977911dbd0693a4d183de;hpb=fb3228e3144147eec275df94c65fcaf7a75f1bb0 diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 2812e70..1fdc0f4 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -18,7 +18,6 @@ body { } #container { - position: relative; height: auto; margin: 0px; } @@ -60,7 +59,7 @@ ul#menu { #menuCss { position: absolute; z-index: 10; - left: 600px; + left: 550px; top:0px; font-size: 9px; } @@ -100,7 +99,6 @@ ul#menu { margin-top: 3px; margin-left: 45px; } - #logo { z-index: 10; background-image: url(../../img/css1/logo.png); @@ -110,12 +108,20 @@ ul#menu { position: absolute; } +/***** Le pied de page *****/ #footer { background-color: #e19671; - text-align: center; + text-align: right; + font-size: 9px; + padding: 2px } #footer a img{ border-style: none; + vertical-align: middle; + margin-right: 5px; +} +#footer span{ + margin-right: 10px; } /***** La boite d'information (s'apparente à une MessageBox) *****/ @@ -167,14 +173,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, @@ -197,12 +218,16 @@ form button { } /***** Les liens *****/ -a { +.lien, a { text-decoration: underline; + color: #c62929; +} +.lien { + cursor: pointer } a:link, a:visited { color: #c62929; } -a:hover, a:active { +.lien:hover, .lien:active, a:hover, a:active { color: #e84747; }