[CSS] -couleur des blocs de la premiere colonne geree dans le squelette
[lhc/web/clavettes.git] / css / habillage.scss
index 062f1ef..31f1dc8 100644 (file)
@@ -18,6 +18,24 @@ time, mark, audio, video {
   font: inherit;
   font-size: 100%;
   vertical-align: baseline;
+  font-family: sans-serif;
+  color:#1a0583;
+  text-align: left;
+}
+
+html, body, span, applet, object, iframe,
+blockquote, pre, section,
+abbr, acronym, address, big, cite, code,
+del, dfn, em, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+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: none;
 }
 
 html {
@@ -54,6 +72,7 @@ a img {
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
   display: block;
 }
+
 *{
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
@@ -63,28 +82,34 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
 body{
        margin:0;
        padding:0;
-       font-family: sans-serif;
-       color:#1a0583;
 }
 
 header{
        margin:0 auto;
-       width:100%;
+       width:1200px;
+       
 }
 
-header img{
-       margin-left:120px;
+header .spip_logos{
+       margin-left: 10px;
+       position:absolute;
 }
 
+
 #wrap{
-       padding-top:20px;
-       width:1100px;
+       padding-top:130px;
+       width:1200px;
        margin:0 auto;
 }
 a{
        text-decoration:none;
 }
 
+a:focus, a:hover, a:active{
+       background:none;
+       color:#1a0583;
+}
+
 h1{
        margin: 0;
        padding:0;
@@ -92,6 +117,7 @@ h1{
        padding-left:15px;
        font-size:1.9em;
        display:inline-block;
+       font-weight: bold;
 }
 
 h2{
@@ -107,6 +133,7 @@ h3{
 
 p{
        margin:0 15px;
+       padding-bottom:15px;
        text-decoration:none;
        text-align: justify;
 }
@@ -131,13 +158,12 @@ p{
 }
 
 #ateliers ul li{
-       height: 300px;
+       
        margin-bottom:15px;
-       background-color: #2bc7cd;
 }
 
 #ateliers p{
-       margin: 15px 15px 0 15px;
+       margin: 15px 15px 0 0;
        font-size:1.3em;
        font-weight: bold;
        text-align: left;       
@@ -152,7 +178,6 @@ p{
 
 
 #news{
-       margin:0 10px 10px 10px;
        overflow: hidden;
 }
 
@@ -162,7 +187,7 @@ p{
 
 .article{
        background-color:#ffaa7f;
-               
+       margin:0 10px 15px 10px;
 }