ADD copyright dans le pied de page + accès aux conditions d'utilisation
[euphorik.git] / css / 1 / euphorik.css
index 8978c79..9ac1d54 100755 (executable)
@@ -100,7 +100,6 @@ ul#menu {
        margin-top: 3px;
        margin-left: 45px;
 }
-
 #logo {
        z-index: 10;
        background-image: url(../../img/css1/logo.png);
@@ -110,12 +109,19 @@ ul#menu {
        position: absolute;
 }
 
+/***** Le pied de page *****/
 #footer {
        background-color: #e19671;
-       text-align: center;
+       text-align: right;
+       font-size: 9px
 }
 #footer a img{
        border-style: none;
+       vertical-align: middle;
+       margin-right: 5px;
+}
+#footer span{
+       margin-right: 10px;
 }
 
 /***** La boite d'information (s'apparente à une MessageBox) *****/
@@ -212,12 +218,15 @@ form button {
 }
 
 /***** Les liens *****/
-a {
+.lien, a {
        text-decoration: underline;
 }
+.lien {
+       cursor: pointer
+}
 a:link, a:visited {
        color: #c62929;
 }
-a:hover, a:active {
+.lien:hover, .lien:active, a:hover, a:active {
        color: #e84747;
 }