[CSS+HTML] + lien accueil
[lhc/web/clavettes.git] / css / habillage.scss
index a252270..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;
@@ -146,7 +162,7 @@ p{
 
 
 #ateliers{
-       margin:0 10px;          
+       margin:0 10px;
 }
 
 #ateliers:after {
@@ -164,6 +180,9 @@ p{
 #ateliers ul li{
        margin-bottom:15px;
 }
+.descriptif{
+       margin-left:15px;
+}
 
 #ateliers p{
        margin: 15px 15px 0 0;
@@ -171,12 +190,11 @@ p{
        text-align: left;
 }
 #ateliers address{
-       margin: 0 0 0 15px;
+       margin:0 0 0 15px;
        line-height: 0.6;
-       
 }
-#ateliers p:nth-child(2){
-       margin:0px 15px 15px 15px;
+.horairesouvertures{
+       margin:0 0 0 15px;
 }
 
 
@@ -186,9 +204,8 @@ p{
 #news{
        overflow: hidden;
 }
-
 .article{
-       background-color:#ffd7b7;
+       background-color:#e8e3e1;
        margin:0 10px 15px 10px;
        line-height: 1.3;
 }
@@ -196,9 +213,22 @@ p{
        display:none;
 }
 .article .spip_logos{
-       
+       display: none;
 }
 
+.historique{
+       background-color: #ffd2a1;
+       margin:0 15px 15px 15px;
+}
+.historique h1{
+       width:100%;
+}
+
+#atelierdescription img{
+       width: 100%;
+}
+.logoatelier{
+}
 
 
 /*3EME COLONNE*/
@@ -216,7 +246,7 @@ p{
        height:500px;
        margin:0 10px 0px 10px;
        padding-right: 10px;
-       overflow-y: scroll;     
+       overflow-y: scroll;
 }
 
 .agenda p{
@@ -315,7 +345,7 @@ $large:1200px;
 footer{
        clear:both;
        height:100px;
-       background-color: #ffaa7f;
+       background-color: #e1702e;
 }
 
 footer ul {