X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=css%2F1%2Feuphorik.css;fp=css%2F1%2Feuphorik.css;h=9ac1d54f3048402665baf7c9b3b1fb3d589cc8df;hb=ab7df84e7918ce2f4ab10d5498f2cf6483188b84;hp=8978c792eaae5074acc2ceeced5ed7bae274e83a;hpb=381311fe4154f5fb09212cd1fd9dc6b9668cf89e;p=euphorik.git diff --git a/css/1/euphorik.css b/css/1/euphorik.css index 8978c79..9ac1d54 100755 --- a/css/1/euphorik.css +++ b/css/1/euphorik.css @@ -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; }