
/*
 * Correction des styles HTML par defaut
 */

.structure {
    display: none;
}
h1,h2,h3,h4 {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 80%;
    font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: #CCA345; margin: 0px; }
a { text-decoration: none; color: #505050; }
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }
a.logo:hover {ext-decoration: none; background: #CCA345; align:center;}

.chapo {
    _font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    _font-weight: bold;
    _text-align: justify;
    _font-size: 105%;
}
.texte, .texte p.spip {
    font-family: Georgia, Garamond, Times, serif;
    text-align: justify;
}
.ps {
    font-family: Georgia, Garamond, Times, serif;
    text-align: justify;
    font-size: 85%;
}
.notes {
    font-family: Georgia, Garamond, Times, serif;
    text-align: left;
    font-size: 80%;
}

/*
Les caracteres de la table organisant la page
*/
.table-menu{
    border-right:double;
    border-right-width:4px;
    border-right-color:#CC800E;
    background-color:#CCA345;
    border-left-color:#CCA345;
    border-top-color:#CCA345;
}
.td-logo{
     background-color:#CCA345;
     border-left-style:dashed;
     border-left-color:#CCA345;
     border-bottom-color:#CCA345;
     border-top-color:transparent;
}
.td-bandeau{
     background-color:#D9D331;
     border-bottom-color:#CCA345;
     border-bottom-style:double;
     border-top-color:transparent;
     border-left-color:#D9D331;
     padding-left:8px;
     padding-top:5px;
}
.td-ecart-gauche{
  padding-left:1em;
}
 .td-contenu {
     background-color:#e1d3b9;
     vertical-align:top;
     padding-left:8px;
		 width:100%;
		 height:100%;
 }
 .td-col_droite{
     background-color:#CCA345;
     padding-left:0.4em;
     padding-right:0.4em;
		 height:100%;
}