X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F1%2Feuphorik.css;h=3e09bc7dd639ccdb03b902c03f7477abc4381c30;hp=8978c792eaae5074acc2ceeced5ed7bae274e83a;hb=cdc1ad807b840d13d2968d824045ec8da39bcb1d;hpb=381311fe4154f5fb09212cd1fd9dc6b9668cf89e diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 8978c79..3e09bc7 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -18,7 +18,6 @@ body { } #container { - position: relative; height: auto; margin: 0px; } @@ -100,7 +99,6 @@ ul#menu { margin-top: 3px; margin-left: 45px; } - #logo { z-index: 10; background-image: url(../../img/css1/logo.png); @@ -110,12 +108,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 +217,16 @@ form button { } /***** Les liens *****/ -a { +.lien, a { text-decoration: underline; + color: #c62929; +} +.lien { + cursor: pointer } a:link, a:visited { color: #c62929; } -a:hover, a:active { +.lien:hover, .lien:active, a:hover, a:active { color: #e84747; }