X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=e73c696911ba06ef690c315b4d233cfa3ffb1bc1;hb=28cbabecbfc2e05861779a19e5a75bddbc0ad416;hp=c3a4acef4c27172424f3a736a410ad133dea4b59;hpb=81b3e94e62dd60087d71efc42004f8222d9e1e7a;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index c3a4ace..e73c696 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -6,15 +6,15 @@ * { - padding: 0; - margin: 0; + padding: 0px; + margin: 0px; } body { font-family: sans-serif; font-size: 12px; color: #EEEEEE; - text-align: center; /* uniquement pour IE */ + /*text-align: center;*/ /* uniquement pour IE */ background-color: #DFDFDF; background-image: url(../../img/css1/fond.png) } @@ -34,7 +34,6 @@ body { left: 300px; font-size: 11px; background-color: #000000; - text-align: left; } #menu div { cursor: pointer; @@ -62,7 +61,6 @@ body { position: relative; font-size: 12px; background-color: #000000; - text-align : left; padding: 30px 10px 15px 10px; } @@ -124,7 +122,8 @@ body { border-style: none; } -div#info { +div#info { + text-align: center; width:100%; position: fixed; left: 0px; @@ -182,8 +181,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;