ADD fin de la page admin
[euphorik.git] / css / 1 / euphorik.css
index 81f6a77..76e50be 100755 (executable)
@@ -27,17 +27,18 @@ body {
    margin-top: 40px;\r
 }
 
-#menu {
+ul#menu {
        /*
        left: 300px;
        top: 2px;*/
        padding-left: 300px;
        /*position: absolute;*/
-       height: 25px;
+       height: 23px;
        font-size: 11px;
        background-color: #000000;
+       list-style-type:none;
 }
-#menu div {
+#menu li {
        cursor: pointer;        
        z-index: 20;
        float: left;
@@ -45,10 +46,10 @@ body {
        margin-left: 2px;
        background-color: #4f5519;
 }
-#menu div.courante {   
+#menu li.courante {    
        background-color: #818c27;
 }
-#menu div:hover {      
+#menu li:hover {       
        background-color: #818c27
 }