[CSS] -habillage page atelier
[lhc/web/clavettes.git] / css / habillage.scss
index 9b766de..f821461 100644 (file)
@@ -1,6 +1,6 @@
 @charset "UTF-8";
 html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
@@ -89,7 +89,6 @@ body{
 header{
        margin:15px auto 0 auto;
        width:1200px;
-       
 }
 
 header .spip_logos{
@@ -130,7 +129,8 @@ a:hover > i {
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
 }
-h1{
+
+h2{
        margin: 0;
        padding:0;
        margin-top:15px;
@@ -138,19 +138,20 @@ h1{
        font-size:1.8em;
        display:inline-block;
        font-weight: bold;
+       width: 90%;
 }
-
-h1:hover{
+h2:hover{
        text-decoration: underline;
 }
 
-h2{
+h3{
        margin: 15px 15px;
        font-size:1.2em;
        display:inline-block;
+       width:90%;
 }
 
-h3{
+h4{
        margin:15px;
        display:inline-block;
 }
@@ -174,6 +175,17 @@ p{
        text-transform: uppercase;
        font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
        font-size: 1.7em;
+       font-weight: normal;
+}
+.titre:hover{
+       text-decoration: none;
+       font-weight: normal;
+}
+#ateliers h3{
+       margin: 15px 15px;
+       font-size:1.2em;
+       display:inline-block;
+       text-decoration: none;
 }
 #ateliers{
        margin:0 10px;
@@ -348,7 +360,7 @@ address p{
        padding-right: 10px;
        padding-bottom: 15px;
 }
-.agenda h1:hover{
+.agenda h2:hover{
        text-decoration: none;
 }
 .agenda p{
@@ -442,7 +454,6 @@ footer{
        clear:both;
        height:100px;
        background-color: #05ffbc;
-       width:100%;
 }
 
 footer ul {
@@ -454,9 +465,9 @@ footer ul {
 
 footer li {
        float:left; /*pour IE*/
-       text-align: center;
 }
 footer ul li a {
+       text-align: center;
        display:block;
        text-decoration:none;
        color: #0c0fb7;