MOD french -> english (5)
[euphorik.git] / styles / 2 / euphorik.css
index 66029b5..748fbc8 100755 (executable)
@@ -25,6 +25,15 @@ body {
    margin-top: 40px;
 }
 
+/***** Textile *****/
+em {
+       font-style: italic
+}
+strong {
+       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 {
@@ -133,12 +145,12 @@ div#info {
        border-bottom: 1px solid #aeaeae;
        z-index: 20;
 }
-div#info div.fermer {
+div#info div.close {
        float:right;
        cursor: pointer;
        height:16px;
        width: 16px;
-       background-image: url(../../img/fermer.gif)
+       background-image: url(../../img/close.gif)
 }
 div#info #icone {
        float:left;     
@@ -154,47 +166,47 @@ div#info #icone.information {
 div#info #icone.exclamation {
        background-image: url(../../img/exclamation.gif)
 }
-div#info .boutons {
+div#info .buttons {
        padding: 1px;
 }
-div#info .boutons div {
+div#info .buttons div {
        cursor: pointer;
        background-color: #770000;      
        display: inline;
        padding: 0px 5px 0px 5px;
        margin: 0px 5px 0px 5px;
 }
-div#info .boutons div:hover {
+div#info .buttons div:hover {
        background-color: #bc0000;      
 }
 
-/***** Les infos bulles *****/
+/***** The tooltips *****/
 #flecheBulle {
        position: absolute;
        z-index: 50;
        display: none
 }
-.flecheBulleHaut {
+.tooltipArrowTop {
        background-image: url(img/fleche_bulle_haut.png);
        width: 15px;
        height: 8px;
 }
-.flecheBulleDroite {
+.tooltipArrowRight {
        background-image: url(img/fleche_bulle_droite.png);
        width: 8px;
        height: 15px;
 }
-.flecheBulleBas {
+.tooltipArrowBottom {
        background-image: url(img/fleche_bulle_bas.png);
        width: 15px;
        height: 8px;
 }
-.flecheBulleGauche {
+.tooltipArrowLeft {
        background-image: url(img/fleche_bulle_gauche.png);
        width: 8px;
        height: 15px;
 }
-#messageBulle {
+#tooltipMessage {
        position: absolute;
        z-index: 50;
        color: #ffffff;
@@ -202,7 +214,7 @@ div#info .boutons div:hover {
        display: none;
        font-size: 10px;
 }
-#messageBulle p {
+#tooltipMessage p {
        padding: 3px 6px;
 }
 
@@ -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;
 }