border radius, colors, logo size
[lhc/web/clavettes.git] / css / habillage.scss
index f821461..e2a05f9 100644 (file)
@@ -15,6 +15,7 @@ time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
+  border-radius: 5px;
   font: inherit;
   font-size: 100%;
   vertical-align: baseline;
@@ -34,10 +35,14 @@ 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;
 }
 
+body {
+    background-color: #F4FFB7;
+}
+
 html {
   line-height: 1.1;
 }
@@ -166,7 +171,7 @@ p{
 /*1ERE COLONNE*/
 
 .titre{
-       background-color: #05ffbc;
+       background-color: #606060;
        height: 47px;
        width: 100%;
        color:#fff;
@@ -245,6 +250,11 @@ p{
        padding:15px;
        text-align: right;
 }
+
+
+.logoatelier{
+       text-align: center;
+}
 /*2EME COLONNE*/
 
 
@@ -339,8 +349,13 @@ address p{
        margin:0;
 }
 .spip_logos{
-       width:auto!important;
+/*     width:auto!important;*/
+       width: 200px;
+       height: 200px;
+       margin: 15px 15px 15px 15px;
+       text-align: center;             
 }
+
 .urlsites{
        padding:15px 0;
 }
@@ -355,16 +370,24 @@ address p{
        overflow: hidden;
 }
 .agenda{
-       background-color: #05ffbc;
+       background-color: #606060;
        margin:0 10px 15px 10px;
        padding-right: 10px;
        padding-bottom: 15px;
+
 }
+
+
 .agenda h2:hover{
        text-decoration: none;
+       color: #ffffff;
+}
+.agenda h2{
+       color: #ffffff;
 }
 .agenda p{
        padding: 0;
+       color: #ffffff;
 }
 .agenda ul{
        list-style-type:none;
@@ -453,7 +476,7 @@ $large:1200px;
 footer{
        clear:both;
        height:100px;
-       background-color: #05ffbc;
+       background-color: #606060;
 }
 
 footer ul {