X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=935d4358719e5e5335a60342c576842669880da3;hb=3ea24df62da92d25d5479d26782c317439b0bc72;hp=81f6a77c2e83e992d6cae55ab9916fd567036fb4;hpb=ed684a234959a278a115d4f1dc7b877e9ae9f650;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 81f6a77..935d435 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -13,43 +13,51 @@ body { font-family: sans-serif; font-size: 12px; - color: #EEEEEE; - /*text-align: center;*/ /* uniquement pour IE */ - background-color: #DFDFDF; - background-image: url(../../img/css1/fond.png) + color: #841919; + background-color: #f6dfc2 } #container { position: relative; height: auto; - margin-left: 10px; - margin-right: 10px; - margin-top: 40px; + margin: 0px; } -#menu { +ul#menu { /* left: 300px; top: 2px;*/ - padding-left: 300px; + background-image: url(../../img/css1/logo_fond.png); /*position: absolute;*/ - height: 25px; + height:129px; + width: 100%; font-size: 11px; - background-color: #000000; + list-style-type:none; + /*background-color: #e19671;*/ } -#menu div { +#menu li:first-child { + margin-left: 340px; +} +#menu li { + margin-top: 47px; + padding-top: 5px; + font-size: 14px; + text-align: center; cursor: pointer; + height:25px; z-index: 20; float: left; - padding: 2px; - margin-left: 2px; - background-color: #4f5519; + min-width: 60px; + background-color: #f6dfc2; } -#menu div.courante { - background-color: #818c27; +#menu li.courante { + background-color: #ffffff; + background-image: url(../../img/css1/triangle.png); + background-repeat: no-repeat; + background-position: center bottom } -#menu div:hover { - background-color: #818c27 +#menu li:hover { + background-color: #ffffff; } #menuCss { @@ -110,12 +118,11 @@ body { #logo { z-index: 10; - background-image: url(../../img/css1/logo_2.png); - width: 253px; - height: 37px; + background-image: url(../../img/css1/logo.png); + background-repeat: no-repeat; + width: 304px; + height: 129px; position: absolute; - top: -20px; - left: 4px; } #footer { @@ -131,9 +138,10 @@ div#info { position: fixed; left: 0px; top: 0px; - background-color: #000000; - border-bottom: 1px solid #aeaeae; - z-index: 20; + background-color: #841919; + border-bottom: 1px solid #FFFFFF; + z-index: 20; + color: #f0df95 } div#info div.fermer { @@ -165,13 +173,13 @@ div#info .boutons { div#info .boutons div { cursor: pointer; - background-color: #770000; + background-color: #c62929; display: inline; padding: 0px 5px 0px 5px; margin: 0px 5px 0px 5px; } div#info .boutons div:hover { - background-color: #bc0000; + background-color: #e84747; } .captcha { @@ -181,9 +189,8 @@ div#info .boutons div:hover { form input, form button, form select { - background-color: #164200; - border: #2d8800 1px solid; - color: #EEEEEE; + background-color: #f0df95; + border: #841919 1px solid; } form input, @@ -199,15 +206,15 @@ a { text-decoration: none; } a:link { - color: #7664ff; + color: #c62929; } a:visited { - color: #7664ff; + color: #e84747; } a:hover { - color: #ffad0f; + color: #e84747; } a:active { - color: #ffad0f; + color: #e84747; }