MOD french -> english (2)
[euphorik.git] / styles / 2 / euphorik.css
index 46e143e..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;
@@ -234,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;
 }