body
{
    font-family: freesans, tahoma, verdana, sans-serif;
    color: #222;
    font-size: 11pt;
}

a{
    text-decoration: none;
    color: #560;
}

i{
    font-style: italic;
}

b, strong
{
    font-weight: bold;
}

#page
{
    width: 100%;
    position: relative;
}

#ariane
{
    margin-bottom: 1em;
}

#enDessous
{
    position: absolute;
    top: 270px;
    left: 50%;
    margin-left: -40%;
    width: 82%;
}

#bandeau
{
    position: relative;
    height: 250px;
    background: url(../images/banniere.jpg) bottom right #cda;
    border-bottom: 6px solid #cda;
}

#titre_bandeau
{
    position: absolute;
    width: 90%;
    bottom: 1%;

    text-align: right;

    font-size: 4.5em;
    letter-spacing: -.05em;
}


#titre_bandeau a{
    color: black;
}

.interieur
{
    padding: .3em .5em .3em .5em;
}

.a_droite
{
    width: 25%;
    float: right;
    margin: 0 0 0 .5em;
}

.a_gauche
{
    width: 25%;
    float: left;
    margin: 0 .5em 0 0;
}

.en_exergue
{
    color: white;
    font-size: 1.4em;
    line-height: .8em;
    text-align: left;
    background: #cda url(../images/banniere.jpg) scroll 13%;
}

.chapo
{
    padding: 5px;

    background: #333;
    color: white;

    font-style: italic;
}

/* MENUS ------------------------------------------------- */
#menus_gauche
{
    width: 30%;
    float: left;
}

#menus_gauche .menu_gauche
{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10%;

    background: #cda url(../images/banniere.jpg);
}

#menus_gauche .menu_gauche h1
{
    font-size: 2em;
    letter-spacing: -.05em;
    color: white;
}

#menus_gauche .menu_gauche li a
{
    display: block;
    margin-top: 1.4%;
    border-bottom: 1px dotted #eee;
    padding: .1em;
    padding-left: .4em;
    color: white;
}

#menus_gauche .menu_gauche li a:hover
{
    background-color: #eee;
    color: black;
}

#menus_gauche .menu_gauche li .rubrique
{
    padding-left: 25px;
    background: url(../images/box.png) no-repeat 5px 1px;
}

#menus_gauche .menu_gauche li .article, .article
{
    padding-left: 25px;
    background: url(../images/page_white_world.png) no-repeat 5px 1px;
}

#menus_gauche .menu_gauche .infos_articles
{

    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;

    margin-top: .3em;
}

#menus_gauche .menu_gauche .infos_articles th
{
    width: 20px;

    text-align: center;
    vertical-align: middle;
}

#menus_gauche .menu_gauche .infos_articles td
{
    vertical-align: middle;
    height: 1.3em;
    font-size: .7em;
}

#menus_gauche #lien_autres_pages
{
    background-position: 88% 94%;
}

#menus_gauche #liste_derniers_articles
{
    background-position: 54% 64%;
}

#menus_gauche #liste_rubriques
{
    background-position: 56% 47%;
}

/* Contenu --------------------------------------------------- */

#article {
    width: 565px;
}


#contenu
{
    /*position: absolute;
    top: 0;
    left: 31%;
    width: 80%;*/
    float: left;
}

#contenu a
{
    border-bottom: 1px dotted #560;
}

#contenu h1 {
    font-size: 1.8em;
}

#contenu h2
{
    font-size: 1.3em;
    font-weight: bold;

    margin-top: 1em;
    margin-bottom: .2em;
    padding-left: .5em;
    
    padding-bottom: .2em;

    border-bottom: 1px dotted #111;
}

#contenu h3
{
    font-size: 1.1em;
    margin-top: 2em;
    padding-left: 1em;
    margin-bottom: .5em;

    padding-bottom: .2em;

    border-bottom: 1px #ccc dotted;
}

#contenu h4
{
    font-size: 1em;
    
    font-weight: bold;
    padding-bottom: .2em;

    padding-left: 2em;

    margin-top: 1.1em;
    margin-bottom: .5em;

    border-bottom: 1px #ddd dotted;
}

#contenu p img
{
    margin-left: 1em;
    margin-right: 1em;
}

#contenu table
{
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

#contenu table td
{
	text-align: center;
	padding: 5px;
}

.spip_cadre {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  padding: 1em;

  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  border: 1px #ccc solid;

  font-size: 0.9em;

  width: 537px;
}

#contenu code
{
    font-family: inconsolata, monospace;
}

#contenu .spip_code
{
    margin-bottom: 1em;
}

#contenu ul li, #contenu ol li
{
    display: list-item;
    list-style-type: circle;
    margin-bottom: .7em;
    line-height: 1.4em;

    text-align: justify;
}

#contenu ol li
{
    list-style-type: decimal;
}

#contenu li ul li
{
    list-style-type: disc;
}

#contenu ul, #contenu ol
{
    margin-left: 2em;
    margin-bottom: .9em;

    font-size: .9em;
}

#contenu .coloration_code {
  font-size: .9em;
}

#contenu .coloration_code li {
  margin-bottom: 0;
  list-style-type: none;
}

#contenu .coloration_code ol {
  margin-left: 0;
}

#contenu .listedef
{
    font-size: .9em;
}

#contenu .listedef dt
{
    font-weight: bold;
    margin-top: 1.5em;
}

#contenu .listedef dd
{
    margin-left: 1.5em;
    margin-top: .2em;
}

#contenu .wikio
{
    border-top: 1px #bbb dotted;
    margin-top: 1em;
    font-size: 1.2em;
    color: #bbb;

    text-align: center;
}

#contenu .wikio a
{
    border: 0;
}

#contenu .wikio a img
{
    margin: 0;
}

.spip_documents_right
{
    margin-left: 1em;
}

.spip_documents_left
{
    margin-right: 1em;
}

#contenu li ul
{
    margin-top: .5em;
}

#contenu blockquote
{
    margin-left: 2em;
    font-style: italic;
    border: 1px #ccc dotted;
    margin-bottom: 2em;
    padding: 5px;
}

.guillemet_titre
{
    font-family: serif;
}

#contenu .date
{
    display: block;
    font-size: 10.5pt;
    color: #777;

    margin-top: 5px;

    padding-left: 20px;
    height: 16px;
    background: url(../images/date.png) no-repeat;
}

#contenu .rubrique
{
    display: block;
    font-size: 10.5pt;
    color: #555;

    margin-top: 5px;
    margin-bottom: 10px;

    padding-left: 20px;
    height: 16px;
    background: url(../images/box.png) no-repeat left;
}



#contenu p
{
    text-align: justify;
    margin-bottom: .7em;
    line-height: 1.3em;
}


#contenu #footer
{
    border-top: 1px dotted #ddd;
    color: #ccc;
    margin-top: 2em;
    padding-top: .3em;
    text-align: center;
    font-size: .8em;
}

/* FORUM FORUM */

#contenu #forum dl
{
}

#contenu #forum dt
{
    font-weight: bold;
    margin-bottom: .3em;
    font-size: .8em;
}

#contenu #forum dd
{
    margin-left: 1.3em;
    margin-bottom: 1em;
    font-size: .7em;
}
/* FORMULAIRE FORUM */

#calque_formulaire_forum
{
    margin-top: .5em;
}

#calque_formulaire_forum fieldset
{
    margin-bottom: 1.7em;

    font-size: .7em;

    border: 1px dotted #ddd;
    padding: 10px;
}

#calque_formulaire_forum legend
{
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1.3em;
}

#calque_formulaire_forum input, #calque_formulaire_forum textarea, #calque_formulaire_forum .spip_barre
{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}

/* contournement champ hidden */
#calque_formulaire_forum input[type=hidden]
{
    display: none;
}

/* CONTENU Spécifique rubriques */

#liste_articles .date
{
    float: none;
    margin: 0;
    margin-left: 5px;
    margin-top: 3px;
    font-size: .9em;
}

#liste_articles h3
{
    margin: 0;
    padding-left: 0;
    width: 90%;
}


#contenu #liste_articles
{
    margin-left: 0;
}

#contenu #liste_articles li
{
    margin-bottom: 1.5em;
    display: block;

}

#liste_articles th
{
    width: 30%;
}

#liste_articles td
{
    font-size: .9em;
    line-height: 1.2em;
}


#bandeau_publicite_google {
  width: 120px;
  float: left;
  margin-left: 15px;
}
