|
@@ -49,7 +49,7 @@ h1:hover a {
|
|
|
|
|
|
h2:before {
|
|
h2:before {
|
|
content: url(../img/coinitem.png);
|
|
content: url(../img/coinitem.png);
|
|
- margin-right: 0.2em;
|
|
|
|
|
|
+ margin-right: 0.25em;
|
|
}
|
|
}
|
|
|
|
|
|
/* Couleurs */
|
|
/* Couleurs */
|
|
@@ -68,3 +68,28 @@ h1:before {
|
|
color: #FF6600;
|
|
color: #FF6600;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.side-nav {
|
|
|
|
+ background-color: #E8E8FF;
|
|
|
|
+ border: 1px solid #E0E0E0;
|
|
|
|
+ padding: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.side-nav li:first-child:before {
|
|
|
|
+ content: "Navigation :";
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ display: block;
|
|
|
|
+ margin-left: 1em;
|
|
|
|
+ margin-bottom: 0.5em;
|
|
|
|
+ text-decoration: underline;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.side-nav a {
|
|
|
|
+ padding: 0 0.5em 0.2em 0.5em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.side-nav a:hover, .side-nav li.active a {
|
|
|
|
+ background-color: #0086A9;
|
|
|
|
+ color: #FFFFFF !important;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+}
|