/* 
 * Meyer reset 
 */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 
 * Fonts & typographie
 */

html { font-size: 100%; } /* IE hack */
body { 
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif; 
    font-size: 76%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height: 1.4;
}
table, th, td, input, select { font-size: 100%; } /* IE hack */
h1 {
    font-family:"Palatino Linotype",Palatino,Georgia,"Times New Roman",Times,serif;
    font-size:3em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    /*line-height:1em;*/
}
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
p, td { font-size: 1.1em; }
ol, ul, li { font-size: 1.0em; }

/* 
 * General style 
 */
body {
    background: #bdb6a2;
    color: #231f20;
}
h1 {
    margin-bottom:0.5em;
}
h2 {
    margin-top:0.5em;
}
a {
    font-weight:bold;
    text-decoration: underline; 
} 
a:link { 
    color: #272634;
    font-weight:bold;
}
a:visited { 
    color: #272634;
    font-weight:normal;
}
a:hover, a:focus, a:active { 
    text-decoration: none;
    border-top: solid 1px #f89d0e;
    border-bottom: solid 1px #f89d0e;
}
a:active { 
  outline: none; 
} 
acronym[title] { 
    border-bottom: 1px dotted; 
    cursor: help; 
}
.highlight {
    background-color: #fbe54e;
}
blockquote{
    margin-left:2em;
}
p {
    margin:0 1em;
    line-height:1.4;
}
ul li {
    margin-left:1em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:circle;
}
abbr[title] { 
    border-bottom: 1px dotted; 
    cursor: help; 
}

/* 
 * Style from Sphinx basic.css 
 */
/* -- main layout ------------ */

div.clearer {
    clear: both;
}
/* -- sidebar ---------------- */
div.sphinxsidebar form {
    margin-top: 2px;
}
div.sphinxsidebar input {
    border-color:#C4CCCC #6F7777 #6F7777 #C4CCCC;
    border-style:solid;
    border-width:1px;
    font-family: sans-serif;
    font-size: 1em;
}
img {
    border: 0;
}
/* -- search page ------------ */

ul.search {
    margin: 10px 0 0 20px;
    padding: 0;
}
ul.search li {
    padding: 5px 0 5px 20px;
    background-image: url(file.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
}
ul.search li a {
    font-weight: bold;
}
ul.search li div.context {
    color: #888;
    margin: 2px 0 0 30px;
    text-align: left;
}
ul.keywordmatches li.goodmatch a {
    font-weight: bold;
}
/* -- general body styles ---- */
a.headerlink {
    visibility: hidden;

}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink {
    visibility: visible;
    color:#a68248;
    font-size:0.8em;
    vertical-align:text-top;
}
a.headerlink:link:hover, a.headerlink:visited:hover {
    color:#f89d0e;
}
div.body p.caption {
    text-align: inherit;
}
div.body td {
    text-align: left;
}
.field-list ul {
    padding-left: 1em;
}
.first {
    margin-top: 0 !important;
}
p.rubric {
    margin-top: 30px;
    font-weight: bold;
}
/* -- tables ----------------- */
table.docutils {
    border: 0;
    border-collapse: collapse;
}
table.docutils td, table.docutils th {
    padding: 1px 8px 1px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #aaa;
}
table.field-list td, table.field-list th {
    border: 0 !important;
}
table.footnote td, table.footnote th {
    border: 0 !important;
}
th {
    text-align: left;
    padding-right: 5px;
}
/* -- other body styles ------ */
.refcount {
    color: #060;
}
.optional {
    font-size: 1.3em;
}
.versionmodified {
    font-style: italic;
}
.system-message {
    background-color: #fda;
    padding: 5px;
    border: 3px solid red;
}
/* -- code displays ---------- */

pre {
    overflow: auto;
}
td.linenos pre {
    padding: 5px 0px;
    border: 0;
    background-color: transparent;
    color: #aaa;
}
table.highlighttable {
    margin-left: 0.5em;
}

table.highlighttable td {
    padding: 0 0.5em 0 0.5em;
}
tt.descname {
    background-color: transparent;
    font-weight: bold;
    font-size: 1.2em;
}
tt.descclassname {
    background-color: transparent;
}
tt.xref, a tt {
    background-color: transparent;
    font-weight: bold;
}
h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
    background-color: transparent;
}
/* -- math display ----------- */
img.math {
    vertical-align: middle;
}
div.body div.math p {
    text-align: center;
}
span.eqno {
    float: right;
}
/* -- printout stylesheet ---- */
@media print {
    div.document,
    div.documentwrapper,
    div.bodywrapper {
        margin: 0;
        width: 100%;
    }

    div.sphinxsidebar,
    div.related,
    div.footer,
    #top-link {
        display: none;
    }
}

/*
 * Layout design 
 */
.sphinxsidebar {
    padding:1em;
    position:fixed;
    top:80px;
    left:15px;
    border:solid #762d17 2px;
    width:200px;
    z-index:1;
    background: #c06e20;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-top-left-radius: 15px; /* pour Chrome */ 
    -webkit-border-top-right-radius: 15px; /* pour Chrome */ 
    -webkit-border-bottom-left-radius: 15px; /* pour Chrome */ 
    -webkit-border-bottom-right-radius: 15px; /* pour Chrome */ 
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
.sidebar-title-main {
    font-family:"Palatino Linotype",Palatino,Georgia,"Times New Roman",Times,serif;
    font-size: 1.5em; 
}
.sidebar-title {
    padding-top: 0.5em;
    font-size: 1.3em; 
}
.document {
    background:#b49056;
    border-left: solid 5px #f89d0e;
    margin:2em 2em 2em 200px;
    padding:2em 2em 2em 60px;
    min-height:300px;
}
a.headerlink {
    visibility: hidden;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink {
    visibility: visible;
    text-decoration: underline; 
    border:none;
}
.navig {
    padding-top:2em;
    text-align: center;
    width:100%;
}
.footer {
    margin-top:2em;
    margin-left:10px;
}