@@ -0,0 +1,25 @@
+/* Structure */
+
+h1 {
+ /*border: 2px solid red;*/
+}
+/* Contenus */
+h1:before {
+ content: "\\_o< – ";
+ font-family: monospace;
+h1:hover:before {
+ content: "\\_x< – ";
+/* Couleurs */
+ color: #0086A9;
+ color: #FF6600;