
/*
 * 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: #84a230 url(IMG/fondpage2.jpg); margin: 0px; margin-bottom:20px; }
a.spip_out { color: #a02020; }
a.spip_in, a.spip_url { color: #2020a0; }
a.spip_glossaire { color: #20a020; }
ul { list-style-type:none; }
a { text-decoration: none; color: #5c5f6d; font-size:90%; font-family: Verdana, Arial, "Trebuchet MS", sans-serif; }
a:hover { text-decoration: underline; color: #463f33; }
.menu a { color:#004000; }
.menu a:hover { color:#004000; }
.menu li.titremenu a { color:#000000; }
.menu li.titremenu a:hover { text-decoration:none; color:#004000; }
div.bandeaubas a { color:#282828; text-decoration:underline; }
div.bandeaubas a:hover { color:#efefef; text-decoration:none; }

div.menu { }
div.menu ul {
        list-style-type:none;
        text-align:center;
}
div.menu li { }
div.menu li.titremenu {
        font-weight:bold;
}

/*
 * Disposition a l'ecran
 */

div.divmenu, div.divpage, div.bandeaubas { font-family: "Trebuchet MS", Arial, verdana, sans-serif; }
div.bandeaubas { text-align:center; font-size:80%; }

