MOD présentation des css sous la forme d'une liste box.
[euphorik.git] / css / 1 / euphorik.css
index 4dd700b..1a2882a 100755 (executable)
@@ -9,7 +9,7 @@
 \r
 body {\r
    font-family: sans-serif;\r
-   font-size: 10pt;
+   font-size: 12px;
    color: #EEEEEE;\r
    text-align: center; /* uniquement pour IE */\r
    background-color: #DFDFDF;\r
@@ -29,11 +29,10 @@ body {
        z-index: 10;
        top: 2px;
        left: 300px;
-       font-size: 8pt;
+       font-size: 11px;
        background-color: #000000;
        text-align: left;
 }
-
 #menu div {    
        cursor: pointer;        
        display: inline;
@@ -41,13 +40,10 @@ body {
        margin-left: 2px;
        background-color: #4f5519;
 }
-
-
 #menu div.courante {   
        background-color: #818c27;
 }
-#menu div:hover,       
-#menuCss div:hover  {  
+#menu div:hover {      
        background-color: #818c27
 }
 
@@ -55,21 +51,18 @@ body {
        position: absolute;
        z-index: 10;
        left: 600px;    
-       top: -5px;
-}
-
-#menuCss div {
-       cursor: pointer;        
-       display: inline;
-       font-size: 6pt;
-       margin-left: 4px;
-       margin-right: 4px;
+       top:0px;
+       border: 1px;
+       background-color: #164200; 
+       border: #2d8800 1px solid;
+       color: #EEEEEE;
+       font-size: 9px;
 }
 
 #page {
    position: relative;
    padding: 25px 0px 15px 0px;
-   font-size: 8pt;
+   font-size: 12px;
    background-color: #000000;
 }
 
@@ -159,7 +152,7 @@ form button {
        background-color: #164200; 
        border: #2d8800 1px solid;
        color: #EEEEEE;
-       font-size: 9pt;
+       font-size: 12px;
 }
 \r
 a {\r