X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=996a5455dbe8d57a476804f2ba9328dea7090254;hb=17c57646c92608dbb2421e224f8cf55f4a0f55cb;hp=c3a4acef4c27172424f3a736a410ad133dea4b59;hpb=81b3e94e62dd60087d71efc42004f8222d9e1e7a;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index c3a4ace..996a545 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -6,47 +6,49 @@ * { - padding: 0; - margin: 0; + padding: 0px; + margin: 0px; } 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 { - position: absolute; - z-index: 10; - top: 2px; +ul#menu { + /* left: 300px; + top: 2px;*/ + padding-left: 300px; + /*position: absolute;*/ + height:134px; font-size: 11px; - background-color: #000000; - text-align: left; + list-style-type:none; + background-color: #e19671; + background-image: url(../../img/css1/fond.png); + background-repeat: no-repeat } -#menu div { +#menu li { cursor: pointer; - display: inline; + height:117px; + z-index: 20; + float: left; padding: 2px; margin-left: 2px; background-color: #4f5519; } -#menu div.courante { +#menu li.courante { background-color: #818c27; } -#menu div:hover { +#menu li:hover { background-color: #818c27 } @@ -62,8 +64,7 @@ body { position: relative; font-size: 12px; background-color: #000000; - text-align : left; - padding: 30px 10px 15px 10px; + padding: 10px 10px 15px 10px; } #page > h1 { @@ -109,12 +110,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); + width: 304px; + height: 134px; position: absolute; - top: -20px; - left: 4px; + top: -4px; } #footer { @@ -124,7 +124,8 @@ body { border-style: none; } -div#info { +div#info { + text-align: center; width:100%; position: fixed; left: 0px; @@ -182,8 +183,16 @@ form select { background-color: #164200; border: #2d8800 1px solid; color: #EEEEEE; +} + +form input, +form select { font-size: 12px; } + +form button { + font-size: 11px; +} a { text-decoration: none;