/* Boîtes */
-section#content > ul > li {
+section#content > p {
+ border: 1px dashed #cccccc;
+ padding: 1em;
+ margin: 1.618em;
+ list-style: none;
+ background: transparent url(/empreintes/empreintesg.png) fixed no-repeat 5px 5px;
+}
+
+section#content > ul > li {
+ /* Page Unreal Tournament */
border: 1px dashed #cccccc;
padding: 0ex 1ex;
margin: 2ex;
background: transparent url(/empreintes/empreintesg.png) fixed no-repeat 5px 5px;
}
-section#content > ul > li:hover { border: 1px dashed #444444; }
+section#content > p:first-letter { font-size: 144% }
+
+section#content > ul > li:hover,
+section#content > p:hover {
+ border: 1px dashed #444444;
+}
/* Comments */
p.footnote { font-size: smaller;
}
+p.back {
+ text-align: right;
+ font-size: smaller;
+ font-family: sans-serif;
+}
/* Foot */