diff --git a/index.html b/index.html
index 9558e9e..818093c 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
- Libre en Communs
+
“Connaissance, partage, éducation et solidarité„
@@ -156,25 +156,8 @@
Derniers articles et évènements:
diff --git a/styles.css b/styles.css
index 405f2a7..eddf555 100644
--- a/styles.css
+++ b/styles.css
@@ -19,7 +19,7 @@ body {
}
a {
- color: #13c8e8;
+ color: #1a4159;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
@@ -102,6 +102,16 @@ h3 {
font-weight: normal;
text-transform: uppercase;
}
+
+h4 {
+ margin: 1.5em 0 0 0;
+ color: #2e394c;
+ font-family: sans-serif;
+ font-size: 2.4em;
+ font-weight: normal;
+ text-transform: uppercase;
+}
+
p {
margin: 0.75em 0;
line-height: 2;
@@ -174,7 +184,6 @@ div.apropos p, div.apropossuite p {
text-decoration: underline dotted;
}
-
/* sidebar base styles */
.sidebar {
background: #eadde4;