X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=f772ba8b8a856bb632ee3ae78f46a0d442460096;hb=b796253a5f27dc6a9a7ede5713365bc4556377ee;hp=76e50bed833ca3901f4c348a076bdb1c6728866d;hpb=327c3bd99f586f3cf3af55f9adb10a71eb78cdd4;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 76e50be..f772ba8 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -13,44 +13,46 @@ 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; } ul#menu { - /* - left: 300px; - top: 2px;*/ - padding-left: 300px; - /*position: absolute;*/ - height: 23px; + background-image: url(../../img/css1/logo_fond.png); + height:129px; + width: 100%; font-size: 11px; - background-color: #000000; list-style-type:none; } +#menu li:first-child { + margin-left: 340px; +} #menu li { + margin-top: 47px; + font-size: 14px; + text-align: center; cursor: pointer; + height:30px; z-index: 20; float: left; - padding: 2px; - margin-left: 2px; - background-color: #4f5519; + min-width: 60px; + background-color: #f6dfc2; + line-height: 32px; } #menu li.courante { - background-color: #818c27; + background-color: #ffffff; + background-image: url(../../img/css1/triangle.png); + background-repeat: no-repeat; + background-position: center bottom } #menu li:hover { - background-color: #818c27 + background-color: #ffffff; } #menuCss { @@ -62,9 +64,8 @@ ul#menu { } #page { - position: relative; font-size: 12px; - background-color: #000000; + background-color: #f6dfc2; padding: 10px 10px 15px 10px; } @@ -72,55 +73,49 @@ ul#menu { margin-top: 10px; margin-left: 0px; font-size: 18px; - color : #a6b80e } #page > h2 { margin-top: 10px; margin-left: 10px; font-size: 16px; - color : #899714; } #page > h3 { margin-top: 10px; margin-left: 20px; - font-size: 14px; - color : #79841a; - background-color : #1e2201 + font-size: 14px; + background-color : #FFFFFF } #page > h4 { margin-top: 10px; margin-left: 25px; font-size: 12px; - color : #646d1d } #page > p { margin-top: 3px; margin-left: 35px; - color : #e9e9e9 } #page > ul { margin-top: 3px; margin-left: 45px; - color: #e9e9e9 } #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 { - text-align: right; + background-color: #e19671; + text-align: center; } #footer a img{ border-style: none; @@ -132,9 +127,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 { @@ -166,13 +162,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 { @@ -182,9 +178,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, @@ -197,18 +192,11 @@ form button { } a { - text-decoration: none; -} -a:link { - color: #7664ff; + text-decoration: none; } -a:visited { - color: #7664ff; +a:link:visited { + color: #c62929; } -a:hover { - color: #ffad0f; +a:hover:active { + color: #e84747; } -a:active { - color: #ffad0f; -} -