/*
    Purple : #660066
    Blue : #2272C1
    Gray : #4d4d4d
    LightGray : #666666
    Gray Background: #e6e6e6
    DarkGray Background: #333333
    Pink Background : #fff4ed
*/

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    font-size: 10pt;
}

div.logo {
    text-align: left;
    width: 800px;
}

div.logo img {
   
}

div.header, div.nav-footer, div.footer {
    padding-top: 10pt;
    padding-bottom: 15pt;
    padding-left: 15pt;
    padding-right: 15pt;
}

div.header, div.footer {
    background-color: #fff4ed;
}

p.component-rem {
    font-weight: bold;
    color: #bbbbbb;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #bbbbbb;
}

h1.ouvrage {
    margin-top: 0px;
    font-size: 24pt;
}

h2.module {
    color: #666666;
    font-size: 20pt;
    font-weight: normal;
}

div.body, div.meta {
    margin-left: 15pt;
    max-width: 800px;
}

.etude div.body, .etude div.meta {
    max-width: 500px;
}

.etude div.visavis {
    width: 800px;
}

div.compact {
    margin-top: 1em;
}

div.compact p {
    margin: 0;
}

table {
    font-size: 10pt;
}

table.footer-table {
    width: 100%;
}

td.footer-left {
    text-align: left;
}

td.footer-middle {
    text-align: center;
}

td.footer-right {
    text-align: right;
}

a, a:visited {
    color: #2272C1;
}

a.disabled {
    color: #666666;
}

div.toc > ul > li > span a {
    font-weight: bold;
}

div.toc > p, div.list-of-figures > p, div.list-of-examples > p, 
div.list-of-tables > p {
    color: #660066;
    font-size: 12pt;
    margin-bottom: 0;
}

div.toc > p {
    font-size: 12pt;
}

div.list-of-figures > p, div.list-of-examples > p, div.list-of-tables > p {
    font-size: 11pt;
}

.part-titlepage h1 {
    color: #660066;
    font-size: 18pt;
    border-bottom: 1px solid #660066;
}

.chapter-titlepage h2, .preface-titlepage h2, .article-titlepage h2 {
    border-bottom: 1px solid black;
}

.article-titlepage h2 {
    font-size: 18pt;
}

div.cover {
    background-color: #e6e6e6;
    padding: 5pt;
}

div.cover p {
    margin: 0;
}

.article-titlepage .abstract {
    color: #660066;
}

section {
    margin-left: 0;
}

.section-titlepage {
    margin-left: 0;
}

.section-titlepage h3 {
    color: #660066;
    font-size: 13pt;
}

.reference .section-titlepage h3 {
    color: white;
    background-color: #4d4d4d;
    padding: 2px;
}

.section-titlepage h4 {
    font-size: 11pt;
}

.section-titlepage h5, .section-titlepage h6 {
    font-size: 10pt;
    color: #666666;
}

.admonition {
    color: #660066;
    font-style: italic;
}

span.admon-title {
    font-weight: bold;
}

.code {
    color: #660066;
}

.guilabel {
    text-transform: uppercase;
    font-size: 8pt;
}

.replaceable {
    color: #660066;
}

.userinput {
    color: #660066;
}

.computeroutput {
    color: white;
    background-color: #333333;
    padding-top: 1pt;
    padding-bottom: 1pt;
}

.term {
    font-weight: bold;
}

dt {
    margin-top: 24px;
}

dd p {
    margin: 8px 0 14px 0;
}

.programlisting, .screen {
    font-size: 9pt;
}

.programlisting {
    color: #660066;
}

.screen {
    color: white;
    background-color: #333333;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.returnvalue {
    padding-left: 8px;
}

div.sidebar {
    border: none;
    margin: 0;
    background-color: #e6e6e6;
    padding: 5pt;
}

.sidebar-titlepage h3 {
    margin-top: 5px;
}

div.sidebar-content {
    padding: 0;
}

div.title {
    font-style: italic;
    font-size: 9pt;
    color: #4d4d4d;
    margin-bottom: 4px;
}

.question-label {
    background: url(qarrow.gif) left center no-repeat;
    padding-left: 20px;
    font-weight: bold;
}

th, td {
    padding: 2pt;
}

hr {
    clear: both;
}

.objet {
    float: right;
    clear: right;
    width: 300px;
}

.objet img {
    max-width: 280px;
}

/* Authors page */
h1.authors {
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

h2.author {
    color: #660066;
    font-size: 14pt;
}

/* Big Screen specific */
.mob {
    display: none;
}
