# HG changeset patch
# User Patrick PIERRE <patrick.pierre@prismallia.fr>
# Date 1337942909 -7200
# Node ID 91000116e5d256149a020ee74e4533d2a0e95682
# Parent  ce5c5b08cb949debf0ce725fb68a1e76c556d0f4
Prise en compte de smil

diff -r ce5c5b08cb94 -r 91000116e5d2 Xxe/Css/publidoc.css
--- a/Xxe/Css/publidoc.css	jeu. mai 24 16:43:58 2012 +0200
+++ b/Xxe/Css/publidoc.css	ven. mai 25 12:48:29 2012 +0200
@@ -434,6 +434,9 @@
   font-size: 93%;
 }
 
+audio {
+    content: attr(id);
+}
 
 /* Inline level ============================================================ */
 
@@ -506,3 +509,8 @@
            set-attribute-button(attribute, idref) "]";
 }
 
+/* smil ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
+
+smil {
+  background-color: #ffffc0;
+}