/* Time-stamp: <style.css  31 jan 2011 17:03:01> */
/* Copyright © 2007-2011 Olivier Carton */

/* Feuille de style */

/* Fond blanc */
body { 
   background-color: white; 
}

/* Couleur bleue */
span.blue {
    color: blue;
}

/* Écriture barrée */
span.strikethrough {
    text-decoration: line-through;
}

/* Equations et figures centrées */
div.informalequation, div.mediaobject {
   text-align: center;
}

/* Zone de code : fond jaune clair, bordure noire et marges */
pre.programlisting {
    background-color: #ffffcc;
    border: 1px solid black;
    margin: 10px;
    padding: 5px;
}
