X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=fa02cc010b4b2c3fa0ba145e55fa367b51d5a95a;hp=8978c792eaae5074acc2ceeced5ed7bae274e83a;hb=7ade6a3495cd5c74c964df5ed794e110e770ed9d;hpb=381311fe4154f5fb09212cd1fd9dc6b9668cf89e diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 8978c79..fa02cc0 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -18,7 +18,6 @@ body { } #container { - position: relative; height: auto; margin: 0px; } @@ -100,7 +99,6 @@ ul#menu { margin-top: 3px; margin-left: 45px; } - #logo { z-index: 10; background-image: url(../../img/css1/logo.png); @@ -109,13 +107,24 @@ 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: 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) *****/ @@ -210,14 +219,21 @@ form select { form button { font-size: 11px; } +form input[readonly] { + background-color: #d0c9aa +} /***** 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; }