ADD nouveau style (pas fini)
[euphorik.git] / css / 1 / euphorik.css
index 996a545..935d435 100755 (executable)
@@ -27,29 +27,37 @@ ul#menu {
        /*
        left: 300px;
        top: 2px;*/
-       padding-left: 300px;
+       background-image: url(../../img/css1/logo_fond.png);
        /*position: absolute;*/
-       height:134px;
+       height:129px;
+       width: 100%;
        font-size: 11px;
        list-style-type:none;
-       background-color: #e19671;
-       background-image: url(../../img/css1/fond.png);
-       background-repeat: no-repeat
+       /*background-color: #e19671;*/
+}
+#menu li:first-child {
+       margin-left: 340px;
 }
 #menu li {
+       margin-top: 47px;
+       padding-top: 5px;
+       font-size: 14px;
+       text-align: center;
        cursor: pointer;        
-       height:117px;
+       height:25px;
        z-index: 20;
        float: left;
-       padding: 2px;
-       margin-left: 2px;
-       background-color: #4f5519;
+       min-width: 60px;
+       background-color: #f6dfc2;
 }
 #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 {
@@ -111,10 +119,10 @@ ul#menu {
 #logo {
    z-index: 10;
    background-image: url(../../img/css1/logo.png);
+       background-repeat: no-repeat;
    width: 304px;
-   height: 134px;
+   height: 129px;
    position: absolute;
-   top: -4px;
 }\r
 
 #footer {
@@ -130,9 +138,10 @@ div#info {
        position: fixed;\r
        left: 0px;\r
        top: 0px;\r
-       background-color: #000000;
-       border-bottom: 1px solid #aeaeae;\r
-       z-index: 20;\r
+       background-color: #841919;
+       border-bottom: 1px solid #FFFFFF;\r
+       z-index: 20;
+       color: #f0df95\r
 }
 
 div#info div.fermer {
@@ -164,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;      
 }
 \r
 .captcha {\r
@@ -180,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,
@@ -198,15 +206,15 @@ a {
    text-decoration: none;\r
 }\r
 a:link {\r
-       color: #7664ff;\r
+       color: #c62929;\r
 }\r
 a:visited {\r
-   color: #7664ff;\r
+   color: #e84747;\r
 }\r
 a:hover {\r
-   color: #ffad0f;\r
+   color: #e84747;\r
 }\r
 a:active {\r
-   color: #ffad0f;\r
+   color: #e84747;\r
 }\r
 \r