body {
    font-family: Tahoma,Verdana,Helvetica,Arial;
    font-size: 11pt;
    background-color: white;
}

img {
    border: 0;
}

/*
   Conteneur principal du document
 */
#conteneur {
    position: absolute;
    width: 99%;
}

/*
   Sidebar: menus
 */
#sidebar {
    position: absolute;
    left: 0;
    width: 25%;
    font-size: 0.8em;
    border:  1px solid #6c6;
    background-color: lightyellow;
    padding: 0.5em;
    margin-top: 1em;
}
#sidebar h3 {
    background-color:red;
    color:white;
    padding:0.3em;
}


/*
   Emplacement du contenu principal
 */
#main {
    padding-top: 1em;
    padding-left: 1em;
    background: white;
    font-family: verdana, sans-serif;
    margin-left: 27%;
}



p.warning {
    padding: 5px;
    text-indent: 0;
    background-color: orange;
    color: white;
    border: 2px solid black;
}

ul.enumlistgold {
/*    list-style-image: url("../img/modules/pear/goldstar12.gif"); */
}

.external {
    color: #7AB025;
    text-decoration: none;
}
.external:before {
/*    content: url("../img/modules/pear/web.gif"); */
}

acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}

h1 {
    color: #006600;
}

h2 {
    border-bottom: 4px solid #cfc;
    color: #006600;
}


p.lastmod {
    text-align:  right;
    font-size:   0.6em;
}

dt {
    color: #006600;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    border-top: 1px dashed #006600;
    padding-top: 4px;
}

/*
   Download area : resume of latests version of packages
 */
table.download thead td {
    background-color: #EEEEEE;
    font-weight: bold;
    text-align: center;
    border: 1px solid #BBBBBB;
}
table.download tbody td {
    background-color: #F9F9F9;
    border: 1px solid #BBBBBB;
}
table.download tbody tr.mandatory td {
    background-color: #FFBBBB;
    border: 1px solid #BB7777;
}

/*
   Relation de chainage :referencement
 */
span.seealso {
    margin-top: 10px;
    font-size: 0.7em;
    font-weight: bold;
}

ul.seealso {
    margin-top: 10px;
/*    list-style-image: url("../img/modules/pear/link.gif"); */
    font-size: 0.7em;
}

pre.htmlentities {
    font-family: courier;
    font-size: 10pt;
    background-color: #EEE;
    border: 1px dashed darkgrey;
    padding: 1em;
    width: 90%;
}

pre.sql {
  border: 1px solid silver;
  background-color: lightyellow;
  color: black;
  padding: 1em;
}

/*
   présentation des tableaux d'options de rendu
 */
table.props {
    border: 1px solid #666;
    width: 90%;
}

table.props thead {
    font-weight: bold;
    background-color: #E0E0E0;
}

table.props td {
    width: 30%;
    background-color: #EEE;
}

.php {background-color: #eeeeee;}
/**
 * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
 * (http://qbnz.com/highlighter/ and http://geshi.org/)
 */
.de1, .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;}
.imp {font-weight: bold; color: red;}
.li1 {background: #FCFCFC;}
.ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}
.li2 {background: #F0F0F0;}
.kw1 {color: #b1b100;}
.kw2 {color: #000000; font-weight: bold;}
.kw3 {color: #990000;}
.co1 {color: #666666; font-style: italic;}
.co2 {color: #666666; font-style: italic;}
.co3 {color: #0000cc; font-style: italic;}
.co4 {color: #009933; font-style: italic;}
.coMULTI {color: #666666; font-style: italic;}
.es0 {color: #000099; font-weight: bold;}
.es1 {color: #000099; font-weight: bold;}
.es2 {color: #660099; font-weight: bold;}
.es3 {color: #660099; font-weight: bold;}
.es4 {color: #006699; font-weight: bold;}
.es5 {color: #006699; font-weight: bold; font-style: italic;}
.es6 {color: #009933; font-weight: bold;}
.es_h {color: #000099; font-weight: bold;}
.br0 {color: #009900;}
.sy0 {color: #339933;}
.sy1 {color: #000000; font-weight: bold;}
.st0 {color: #0000ff;}
.st_h {color: #0000ff;}
.nu0 {color: #cc66cc;}
.nu8 {color: #208080;}
.nu12 {color: #208080;}
.nu19 {color:#800080;}
.me1 {color: #004000;}
.me2 {color: #004000;}
.re0 {color: #000088;}
span.xtra { display:block; }

