ADD nouveau style (pas fini)
[euphorik.git] / css / 1 / euphorik.css
index 61a755f..996a545 100755 (executable)
@@ -6,46 +6,49 @@
 \r
 \r
 * {\r
-       padding: 0;\r
-       margin: 0;\r
+       padding: 0px;\r
+       margin: 0px;\r
 }\r
 \r
 body {\r
    font-family: sans-serif;\r
    font-size: 12px;
-   color: #EEEEEE;\r
-   /*text-align: center;*/ /* uniquement pour IE */\r
-   background-color: #DFDFDF;\r
-   background-image: url(../../img/css1/fond.png)\r
+   color: #841919;
+   background-color: #f6dfc2\r
 }\r
 \r
 #container {
    position: relative;\r
    height: auto;\r
-   margin-left: 10px;\r
-   margin-right: 10px;\r
-   margin-top: 40px;\r
+   margin: 0px;\r
 }
 
-#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;
+       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
 }
 
@@ -61,7 +64,7 @@ body {
    position: relative;
    font-size: 12px;
    background-color: #000000;
-   padding: 30px 10px 15px 10px;
+   padding: 10px 10px 15px 10px;
 }
 
 #page > h1 {
@@ -107,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;
 }\r
 
 #footer {
@@ -181,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;
+}
 \r
 a {\r
    text-decoration: none;\r