[CSS] + footer
[lhc/web/clavettes.git] / css / habillage.css
index b03b2c9..e647fa5 100644 (file)
@@ -87,6 +87,7 @@ header .spip_logos {
   margin: 0 auto; }
 
 a {
+  color: #e1702e;
   text-decoration: none;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
@@ -96,7 +97,7 @@ a {
 
 a:focus, a:hover, a:active {
   background: none;
-  color: #e1702e;
+  color: #120260;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -ms-transition: all 0.3s ease 0s;
@@ -113,12 +114,7 @@ h1 {
   font-weight: bold; }
 
 h1:hover {
-  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; }
+  text-decoration: underline; }
 
 h2 {
   margin: 15px 15px;
@@ -168,6 +164,20 @@ p {
 .horairesouvertures {
   margin: 0 0 0 15px; }
 
+.logoatelier {
+  margin: auto;
+  width: 300px; }
+
+#ateliers nav {
+  padding-top: 15px;
+  clear: both; }
+
+.fa {
+  color: #e1702e; }
+
+.fa:hover {
+  color: #120260; }
+
 /*2EME COLONNE*/
 #news {
   overflow: hidden; }
@@ -183,6 +193,13 @@ p {
 .article .spip_logos {
   display: none; }
 
+address {
+  padding-bottom: 10px; }
+
+address p {
+  margin: 0;
+  padding: 0; }
+
 .historique {
   background-color: #ffd2a1;
   margin: 0 15px 15px 15px; }
@@ -388,7 +405,8 @@ footer li {
 footer ul li a {
   display: block;
   float: left;
-  text-decoration: none; }
+  text-decoration: none;
+  color: #120260; }
 
 footer ul li a:hover {
   border-bottom: solid #1d0b78; }