MOD french -> english (2)
[euphorik.git] / styles / 2 / euphorik.css
index 66029b5..f2a6781 100755 (executable)
@@ -25,6 +25,15 @@ body {
    margin-top: 40px;
 }
 
+/***** Textile *****/
+em.leger {
+       font-style: italic
+}
+em.fort {
+       font-style: normal;
+       font-weight: bold
+}
+
 /***** Menu *****/
 ul#menu {
        padding-left: 300px;
@@ -107,6 +116,9 @@ ul#menu {
    top: 20px;
    left: 4px;
 }
+#logo.ekMaster {
+       background-image: url(img/logo_2_ek_master.png);
+}
 
 /***** Le pied de page *****/
 #footer {
@@ -231,17 +243,17 @@ form input[readonly] {
 }
 
 /***** Les liens *****/
-.lien, a {
-   text-decoration: none;
+.pageLink, a {
+       text-decoration: none;
        color: #7664ff;
 }
-.lien {
+.pageLink {
        cursor: pointer;
 }
 a:link, a:visited {
        color: #7664ff;
 }
-.lien:hover, .lien:active, a:hover, a:active {
+.pageLink:hover, .pageLink:active, a:hover, a:active {
    color: #ffad0f;
 }