@charset "utf-8";

:link, :visited, a:active
{
    background-color: inherit;
    color: blue;
    font-size: inherit;
}

a:hover
{
    background-color: inherit;
    font-size: inherit;
    color: blue;
}

img, a:link img, a:visited img
{
    border-style: none;
}

*
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

body
{
    margin: 0em;
    padding: 0em;
}

h1
{
    font-family: "Trebuchet MS", sans-serif;
    color: #fb7d00;
    background-color: inherit;
    font-size: 1.5em;
    border-bottom: 1px solid #777;
    padding-bottom: 0.4em;
/*
  La margin-bottom modifie l'espace entre le titre h1
  (en haut de page) et les premières lignes de texte
  (c'est à dire: soit le proverbe, soit le premier
  paragraphe suivant les pages).
  La page d'accueil n'est pas affectée, car elle ne commence
  pas par un titre h1.
 */
    margin-bottom: 2em;
}

.sidebar1 h1
{
    margin-bottom: 0em;
}

h2
{
    color: #112e7b;
    background-color: inherit;
    font-size: 1.2em;
    margin-top: 2em;
}

h3, .h3_like
{
    font-weight: bold;
    color: #ff9e3e;
    background-color: inherit;
    font-size: 1em;
    margin: 1em 0em 0.2em 0em;
}

p
{
    font-size: 1em;
    text-align: justify;
}

div.proverbe p
{
    color: #0f379f;
    background-color: inherit;
    font-style: italic;
    margin: 0em 0em 0.1em 0em;
    padding-right: 1em;
    padding-left: 1em;
    text-align: right;
}

div.proverbe
{
/*
  Changer la valeur de width à 260px (ou autre) pour que le proverbe soit inclus dans le texte.
  La valeur de width doit être mise à 560px pour que le proverbe ne soit pas inclus.
 */
    width:560px;
    float:right;
    display:block;
    margin: 0 0 1em 0em;
    padding-top:1em;
    padding-bottom:1em;
    border:0px solid black;
}

li
{
    margin-top:0em;
    padding: 0em;
}

ul
{
    list-style-type: disc;
    margin-top:0em;
}

div.header
{
    top: 10px;
    left: 10px;
    position:absolute;
    margin: 0em;
    padding: 0em;
}

div.header img
{
    padding: 0em;
    margin: 0em 0em -3px 0em;
}

div.main_content
{
    position:absolute;
    float: left;
    top: 7.2em;
    left: 210px;
    width: 560px;
    padding-bottom:10em;
}

div.sidebar1
{
    position:absolute;
    float: left;
    top: 7.2em;
    left: 10px;
    width: 172px;
    text-align: right;
    background-color: #afd3ed;
    color: inherit;
    padding:0;
    margin:0;
    overflow:hidden;
}

div.sidebar1 a:link, div.sidebar1 a:visited, div.sidebar1 a:active
{
    background-color: inherit;
    color: black;
    text-decoration:none;
}

div.sidebar1 ol
{
    list-style-type: none;
    margin: 1em 0em 8em -3em;
    font-weight: bold;
}

div.sidebar1 li a
{
    margin: 0px 0em 0em 0em;
    padding: 0.6em 0.3em 0px 0em;
    background-image:url( "../images/_gen_img38_00.jpg" );
    background-repeat:no-repeat;
    background-position: -0.5em 100%;
    height: 2em;
    display:block;
}

* html div.sidebar1 li
{
/* hack for ie */
    background-position: 3.5em 100%;
}

div.sidebar1 li:hover
{
    background-color: #cae1f3;
    font-weight: normal;
}

div.sidebar1 h1
{
    border-bottom: 1px solid #fff;
}

div.sidebar1 p
{
    border-top: 5px solid #fff;
    background-color: #0e37a0;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    margin-bottom:0;
    white-space:normal;
}

div.google_adsense
{
    position:absolute;
    float: left;
    top: 35em;
    left: 10px;
    width: 185px;
    text-align: center;
    padding:0;
    margin:0;
    overflow:hidden;
}

.commentaire
{
    font-style:italic;
}
/* pour la bibliographie */

ul p
{
    margin:0.3em;
}

.nom
{
    font-weight: bold;
}

.footer
{
    padding-top: 24px;
    text-align: center;
}

.footer p
{
    padding: 0px;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
    color: #666;
    background-color: inherit;
    line-height: 0.4em;
}

.footer :link, .footer :visited, .footer a:active
{
    background-color: inherit;
    color: inherit;
    font-size: inherit;
}

.footer a:hover
{
    background-color: #666;
    font-size: inherit;
    color: #fff;
}