[CSS+HTML] + lien accueil
[lhc/web/clavettes.git] / css / habillage.css
index 765c06e..b03b2c9 100644 (file)
@@ -87,11 +87,21 @@ header .spip_logos {
   margin: 0 auto; }
 
 a {
-  text-decoration: none; }
+  text-decoration: none;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s; }
 
 a:focus, a:hover, a:active {
   background: none;
-  color: #1a0583; }
+  color: #e1702e;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s; }
 
 h1 {
   margin: 0;
@@ -103,7 +113,12 @@ h1 {
   font-weight: bold; }
 
 h1:hover {
-  text-decoration: underline; }
+  text-decoration: underline;
+  -webkit-transition: all 0.3s ease 0s;
+  -moz-transition: all 0.3s ease 0s;
+  -ms-transition: all 0.3s ease 0s;
+  -o-transition: all 0.3s ease 0s;
+  transition: all 0.3s ease 0s; }
 
 h2 {
   margin: 15px 15px;