[CSS+HTML] + lien accueil
[lhc/web/clavettes.git] / css / habillage.scss
index 91da44c..d2b439d 100644 (file)
@@ -19,7 +19,7 @@ time, mark, audio, video {
   font-size: 100%;
   vertical-align: baseline;
   font-family: sans-serif;
-  color:#1a0583;
+  color:#120260;
   text-align: left;
 }
 
@@ -103,11 +103,21 @@ header .spip_logos{
 }
 a{
        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{
@@ -122,8 +132,14 @@ h1{
 
 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;
 }
 
+
 h2{
        margin: 15px 15px;
        font-size:1.3em;
@@ -164,6 +180,9 @@ p{
 #ateliers ul li{
        margin-bottom:15px;
 }
+.descriptif{
+       margin-left:15px;
+}
 
 #ateliers p{
        margin: 15px 15px 0 0;
@@ -186,7 +205,7 @@ p{
        overflow: hidden;
 }
 .article{
-       background-color:#e2e2e1;
+       background-color:#e8e3e1;
        margin:0 10px 15px 10px;
        line-height: 1.3;
 }
@@ -208,6 +227,8 @@ p{
 #atelierdescription img{
        width: 100%;
 }
+.logoatelier{
+}
 
 
 /*3EME COLONNE*/
@@ -324,7 +345,7 @@ $large:1200px;
 footer{
        clear:both;
        height:100px;
-       background-color: #ffaa7f;
+       background-color: #e1702e;
 }
 
 footer ul {