/*
<style type="text/css">
*/

/*
   cf. site/philippe_bourcier.css
       ==========================

   inspiré de
   http://docbook.sourceforge.net/contrib/css/godoy/desenvolvimento-2.0.css

   This file is licensed under the GPL License. For more information
   please take a look at http://www.gnu.org web site.

*/


/* Default page appearance */
 body {
  background-color: white;
  color: black;
  margin-left: 5%;
  margin-right: 5%;
  font: 80% Utopia, Helvetica, sans-serif;
 }

/* Header definitions */
h1 {
     font-family: Utopia, Helvetica, sans-serif;
     font-size: 1.4em ; /* x.x times greater than the default size */
     color: rgb(160,82,45); /* sienna */
     }
h2 {
     font-family: Utopia, Helvetica, sans-serif;
     font-size: 1.2em ; /* 1.x times greater than the default size */
     color: rgb(160,82,45);
     }
h3 {
     font-family: Helvetica, Helvetica, serif;
     font-size: 1.1em ; /* 1.1 times greater than the default size */
     color: rgb(160,82,45);
     }
h4 {
     font-family: Helvetica, Helvetica, serif;
     font-size: 1.1em ; /* 1.1 times greater than the default size */
     color: rgb(160,82,45);
     }
h5 {
     font-family: Helvetica, Helvetica, serif;
     font-size: 1.1em ; /* 1.1 times greater than the default size */
     color: rgb(160,82,45);
     }
h6 {
     font-family: Helvetica, Helvetica, serif;
     font-size: 1.1em ; /* 1.1 times greater than the default size */
     color: rgb(160,82,45);
     }

/* "emphasis (dans le site) */
em { color: rgb(160,82,45); /* sienna */ }

/* "emphasis (dans le CV) */
strong { color: rgb(165,42,42); /* brown */ }

/* Paragraph and pre-formatted text appearance */
pre { /* Pre-formatted output resets all default values to zero. */
      font-family: monospace;
      text-indent: 0;
      margin-top: 0; 
      margin-bottom: 0;
      }

/* Table stuff */
table { /* General definitions for tables */
        background: white;
        border-color: black;
        }
th { /* Table headers */
     font-family: sans-serif;
     color: white;
     background: gray;
     }
/* ici se trouve l'arborescence du site */
td { font-family: sans-serif; } /* Table data */

td.DESCRIPTION { /* A collumn for making descriptions or */
                 /* definitions. Here are the words that will have */
                 /* their value explained */
                 font-family: sans-serif;
                 background: white;
                 }
td.URL { /* A collumn for showing URLs */
         font-family: sans-serif;
         background: white;
         }

/* Now we'll configure link colors. */
a.PLAIN { text-decoration: none; } /* Prevent link decoration */
a:link { color: #0000FF } /* Unvisited links */
a:visited { color: #840084 } /* Visited links */
a:active { color: #0000FF } /* Clicked links */
a:hover { color: rgb(160,82,45); } /* Mouse over link */

/* DocBook Specific definitions */

/* Document Specific */
h1.TITLE {
           font-family: Utopia, Helvetica, sans-serif;
           font-size: 32pt;
           font-variant: small-caps;
           color: rgb(160,82,45);
           background: white;
           text-align: center;
           }
h2.SUBTITLE {
              font-family: Utopia, Helvetica, sans-serif;
              font-size: 26pt;
              color: rgb(160,82,45);
              background: white;
              text-align: center;
              }
h3.AUTHOR {
            font-family: Utopia, Helvetica, sans-serif;
            font-size: 22pt;
            color: rgb(160,82,45);
            margin-left: 0%;
            text-align: center;
            }
span.COLLAB
span.COLLABNAME {
            font-family: Utopia, Helvetica, sans-serif;
            font-size: 18pt;
            color: rgb(160,82,45);
            margin-left: 0%;
            text-align: center;
            }
h3.EDITOR {
            font-family: Utopia, Helvetica, sans-serif;
            font-size: 16pt;
            font-weight: bold;
            color: black;
            text-align: center;
            margin-left: 0%;
            }
h4.EDITEDBY {
              font-family: Utopia, Helvetica, sans-serif;
              font-size: 16pt;
              color: black;
              margin-left: 0%;
              text-align: center;
              }

/* Table of Contents */
div.TOC { text-align: justify; }

/* Revision History */
div.REVHISTORY th { /* Used to center the title of the table that */
                    /* contains the revision history */
                    text-align: center;
                    }

/* Sections */
div.SECTIONS p { text-align: justify; }

/* Addresses */
p.ADDRESS { font-family: Utopia, Helvetica, sans-serif; }

/* ProgramListings */
pre.PROGRAMLISTING {
                     font-family: monospace;
                     text-indent: 0;
                     margin-top: 0;
                     margin-bottom: 0;
                     }

/*
   fin de philippe_bourcier.css
*/
/*
</style>
*/
