[SKEL+CSS] + titres colonnes 1 et 2
[lhc/web/clavettes.git] / css / habillage.css
index b03b2c9..77c53ab 100644 (file)
@@ -74,7 +74,7 @@ body {
   padding: 0; }
 
 header {
-  margin: 0 auto;
+  margin: 15px auto 0 auto;
   width: 1200px; }
 
 header .spip_logos {
@@ -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;
@@ -136,6 +132,17 @@ p {
   text-align: justify; }
 
 /*1ERE COLONNE*/
+.titre {
+  background-color: #05ffbc;
+  height: 45px;
+  color: #fff;
+  margin: 0 0 15px 0;
+  padding: 10px 15px;
+  border-bottom: 3px solid #05ffbc;
+  text-transform: uppercase;
+  font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
+  font-size: 1.7em; }
+
 #ateliers {
   margin: 0 10px; }
 
@@ -168,13 +175,28 @@ 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; }
+  overflow: hidden;
+  margin: 0 10px; }
 
 .article {
   background-color: #e8e3e1;
-  margin: 0 10px 15px 10px;
+  margin: 0 0 15px 0;
   line-height: 1.3; }
 
 .spip_logo {
@@ -183,6 +205,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; }
@@ -200,7 +229,7 @@ p {
   overflow: hidden; }
 
 .agenda {
-  background-color: #a1ffff;
+  background-color: #05ffbc;
   height: 500px;
   margin: 0 10px 0px 10px;
   padding-right: 10px;
@@ -242,39 +271,75 @@ p {
 .col-1 {
   width: 8.33333%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-2 {
   width: 16.66667%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-3 {
   width: 25%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-4 {
   width: 33.33333%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-5 {
   width: 41.66667%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-6 {
   width: 50%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-7 {
   width: 58.33333%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-8 {
   width: 66.66667%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-9 {
   width: 75%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-10 {
   width: 83.33333%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-11 {
   width: 91.66667%; }
 
+footer {
+  margin-top: 15px; }
+
 .col-12 {
   width: 100%; }
 
+footer {
+  margin-top: 15px; }
+
 @media only screen and (min-width: 650px) {
   .col-m-1 {
     width: 8.33333%; }
@@ -310,7 +375,10 @@ p {
     width: 91.66667%; }
 
   .col-m-12 {
-    width: 100%; } }
+    width: 100%; }
+
+  footer {
+    margin-top: 15px; } }
 @media only screen and (min-width: 1200px) {
   .col-l-1 {
     width: 8.33333%; }
@@ -368,7 +436,7 @@ p {
 footer {
   clear: both;
   height: 100px;
-  background-color: #e1702e; }
+  background-color: #05ffbc; }
 
 footer ul {
   padding: 0;
@@ -388,7 +456,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; }