/* --------------------------------------------------------------
   Initié par blueprint
   Modifié 22/08/08 par HD
-------------------------------------------------------------- */

/* Elements */
/* Fixes incorrect placement of ol numbers in IE6/7. */
ol { margin-left:2em; }
/* Fixes IE7 missing wrapping of code elements. */
html>body p code { *white-space: normal; }
/* IE 6&7 has problems with setting proper <hr> margins. */
hr { margin: -8px auto 11px; }
