
/*
 * Correction des styles HTML par defaut
 */

.structure {
        display: none;
}
h1,h2,h3,h4 {
        margin-top: 0em;
        margin-bottom: 0em;
        font-size: 100%;
        font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; margin: 10px; }
a { text-decoration: underline; color: #505050; }
a:hover { text-decoration: underline; color: #303030;}
a.spip_out { text-decoration: underline; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: underline; color: #2020a0; }
a.spip_glossaire { text-decoration: underline; color: #20a020; }

.chapo {
        font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: justify;
        font-size: 105%;
}
.texte, .texte p.spip {
        font-family: Verdana, Georgia, Garamond, Times, serif;
        text-align: justify;
        font-size: 80%;
}
.ps {
        font-family: Verdana, Georgia, Garamond, Times, serif;
        text-align: justify;
        font-size: 85%;
}
.notes {
        font-family: Verdana, Georgia, Garamond, Times, serif;
        text-align: left;
        font-size: 80%;
}

img {
        padding: 0px;
        margin: 10px;
}

img:hover {
	border: #FFFF99 solid 0px;
	background: white;
}
.Bimg {
        padding: 0px;
        margin: 0px;
}

.Bimg:hover {
	border: #FFFF99 solid 0px;
	background: white;
}

a.onglet {
        background:#EEEEEE;
	border: black solid 1px;
        padding: 0px 0px 2px 0px;
        margin: 0px 0px 0px 0px;
}

a.onglet:hover {
        background:white;

}

a.bouton {
        display:block;
        background:white;
        color:black;
	font-weight: bold;
        text-decoration:none;
        border: blue solid 0px;
        text-align:center;
        padding:1px;
        margin:10px 0px 10px 0px;
}

a.bouton:hover {
        background:magenta;
        color:white;
        text-decoration:none;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
        font-size: 120%;
        font-weight: bold;
}
.contenu h1,h2.titre-extrait {
        font-size: 160%;
        font-weight: bold;
}
.contenu h1,h2.titre-texte {
        font-size: 190%;
        font-weight: bold;
}
.contenu .surtitre {
        font-size: 110%;
        font-weight: bold;
        font-variant: small-caps;
}
.contenu .detail {
        font-size: 80%;
        color: #303030;
}
.extrait {
        border: groove 2px #a0a0a0;
        padding: 1em;
        font-size: 85%;
}

/* bloc de navigation 1 --> arborescence du site */
.edito {
        border: 1px solid blue;
       padding: 5px 5px 5px 5px;
        margin: 0px 0px 0px 0px;
}

.edito_contenu {
        margin: 0px 0px 0px 0px;
}


.sommaire {
        color: white;
        font-size: 16px;
        font-weight: bold;
}

.nav1 {
        /*bloc contenant la hiérarchie*/
        font-size: 15px;
        border: 1px solid white;
        padding: 0px 0px 0px 0px;
        margin: 10px 0px 0px 0px;
}

.bord {
	padding: 0px;
	margin-right: 0px;
}

.nav1 a.lien-menu-autre {
        color: white;
        font-weight: bold;
}

.nav1 a.lien-menu-autre:hover {
        color: blue;
        text-decoration: none;
}

.nav1 a.lien-menu-courant {
        color: white;
        font-weight: bold;
}

.nav1 a.lien-menu-courant:hover {
        color: yellow;
        text-decoration: none;
}

.nav1 ul {
        padding-left:15px;
        line-height: 95%;
}

.nav1 li {
        margin:0.7em 0em 0.5em 0em;
	font-size:90%;
	list-style-type:none;
}

.nav1 a.lien-rubrique {
	font-size: 14px;
        font-weight: bold;
	font-variant: small-caps;
}

.nav1 a.lien-rubrique:hover {
        color: blue;
        text-decoration: none;
}

.nav1 a.lien-article {
	font-size: 12px;
        font-weight: bold;
}

.nav1 a.lien-article:hover {
        color: blue;
        text-decoration: none;
}

a.auteur{
        font-size: 10px;
	font-weight: bold;
        color: magenta;
}

a.auteur:hover {
        color: #33FF33;
}
.article {
        border: 0px solid black;
        padding: 0px 0px 0px 0px;
        margin: 0px 5px 0px 5px;
}
.article_contenu {
        margin: 0px 5px 0px 5px;
}

/*
 * Disposition a l'ecran
 */

#principal {
        font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#plan {
        font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#navigation {
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encart {
        font-family: Verdana, Arial, Helvetica, sans-serif;
}