[CSS+SKEL] + footer
[lhc/web/clavettes.git] / css / habillage.css
index 016d3a8..17f79a9 100644 (file)
@@ -33,7 +33,8 @@ table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, hgroup,
 menu, nav, output, ruby, summary, mark, audio, video {
-  background-color: #ffffff; }
+  background-color: #ffffff;
+  background: none; }
 
 html {
   line-height: 1; }
@@ -82,7 +83,7 @@ header .spip_logos {
 
 #wrap {
   padding-top: 130px;
-  width: 1200px;
+  width: 100%;
   margin: 0 auto; }
 
 a {
@@ -98,7 +99,8 @@ h1 {
   padding-top: 15px;
   padding-left: 15px;
   font-size: 1.9em;
-  display: inline-block; }
+  display: inline-block;
+  font-weight: bold; }
 
 h2 {
   margin: 15px 15px;
@@ -111,6 +113,7 @@ h3 {
 
 p {
   margin: 0 15px;
+  padding-bottom: 15px;
   text-decoration: none;
   text-align: justify; }
 
@@ -130,14 +133,11 @@ p {
   list-style-type: none; }
 
 #ateliers ul li {
-  height: 300px;
-  margin-bottom: 15px;
-  background-color: #2bc7cd; }
+  margin-bottom: 15px; }
 
 #ateliers p {
-  margin: 15px 15px 0 15px;
-  font-size: 1.3em;
-  font-weight: bold;
+  margin: 15px 15px 0 0;
+  font-size: 1.0em;
   text-align: left; }
 
 #ateliers p:nth-child(2) {
@@ -145,25 +145,25 @@ p {
 
 /*2EME COLONNE*/
 #news {
-  margin: 0 10px 10px 10px;
   overflow: hidden; }
 
 #news img {
   height: 350px; }
 
 .article {
-  background-color: #ffaa7f; }
+  background-color: #ffaa7f;
+  margin: 0 10px 15px 10px; }
 
 /*3EME COLONNE*/
 .map {
   background-color: #6059d2;
   height: 300px;
-  margin: 0 0 15px 10px; }
+  margin: 0 10px 15px 10px; }
 
 .agenda {
   background-color: #3ee88d;
   height: 500px;
-  margin: 0 0 0px 10px;
+  margin: 0 10px 0px 10px;
   padding-right: 10px; }
 
 .agenda p {
@@ -177,7 +177,11 @@ p {
 
 .date {
   float: left;
-  font-size: 1.7em; }
+  font-size: 1.7em;
+  clear: both; }
+
+.horaire {
+  font-size: 0.8em; }
 
 /*RESPONSIVE*/
 .col-2,
@@ -236,7 +240,7 @@ p {
 .col-12 {
   width: 100%; }
 
-@media only screen and (min-width: 640px) {
+@media only screen and (min-width: 650px) {
   .col-m-1 {
     width: 8.33333%; }
 
@@ -272,7 +276,13 @@ p {
 
   .col-m-12 {
     width: 100%; } }
-@media only screen and (min-width: 1024px) {
+@media only screen and (min-width: 1200px) {
+  #wrap {
+    width: 1200px; }
+
+  .wrap {
+    width: auto; }
+
   .col-l-1 {
     width: 8.33333%; }
 
@@ -312,20 +322,22 @@ p {
 footer {
   clear: both;
   height: 200px;
-  width: 100%;
   background-color: #ffaa7f; }
 
 footer ul {
   padding: 0;
-  margin: 0;
+  margin: 0 auto;
   list-style-type: none;
-  padding-top: 70px;
-  margin-left: 100px; }
+  padding-top: 70px; }
+
+.textfooter {
+  width: 500px;
+  margin: 0 auto; }
 
 footer li {
-  margin-left: 2px;
   float: left;
-  /*pour IE*/ }
+  /*pour IE*/
+  text-align: center; }
 
 footer ul li a {
   display: block;