/*
 * Habillage des menus et de la navigation
 */

div.menu {
        border:1px solid black;
        background:url("IMG/fondmenu.jpg");
        width:85%;
        margin:auto;
        margin-top:0px;
        padding:0px;
}
div.menu ul {
        list-style-type:none;
        margin:0px;
        padding:0px;
        text-align:center;
}
div.menu li {
        padding:0px;
        padding-bottom:2px;
        margin:0px;
}
div.menu li.titremenu {
        font-weight:bold;
        margin-bottom:3px;
        padding-bottom:3px;
        padding-left:1px;
        padding-right:1px;
        border-bottom:1px #111111 dashed;
        background:url("IMG/fondtitre.jpg");
}

/* Des couleurs specifiques selon les types de menus */

.general		{ background-color: #f8f8e8; text-align:center; }
.general .menu-titre 	{ background-color: #fcfcf0; }

.rubriques 		{ background-color: #eaffea; text-align:center; }
.rubriques .menu-titre	{ background-color: #f2fff2; }

.breves 		{ background-color: #ffeaea; }
.breves .menu-titre	{ background-color: #fff2f2; text-align:center; }

.divers 		{ background-color: #eaeaff; }
.divers .menu-titre	{ background-color: #f2f2ff; text-align:center; }

.forums 		{ background-color: #e8f8f8; }
.forums .menu-titre	{ background-color: #f0fcfc; text-align:center; }


/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */

div.bandeauhaut {
        margin:0px;
        margin-bottom:20px;
        padding:0px;
        width:100%;
        height:130px;
        background:url("IMG/bandeau-n.jpg") no-repeat top left;
}
div.divmenu {
        margin:0px;
        padding:10px;
        padding-top:0px;
        width:24%;
        float:left;
}
div.divpage {
        margin:40px;
        margin-left:26%;
        margin-top:0px;
        padding:10px;
        border:solid black 1px;
        background-color:#ffee8f;
}
div.bandeaubas {
        clear:both;
        margin-top:50px;
        border-top:1px black solid;
        margin-left:25%;
        width:50%;
        padding-top:10px;
}

/*
 * Habillage du Plan du site
 */

.secteur a { color:#000000; }
.secteur a:hover { color:#102010; }

.secteur ul {
        list-style-image:url("puce.gif");
}
.secteur ul.ul_rubrique {
        list-style-type:none;
}

.secteur {
        margin:auto;
        padding:10px;
        margin-bottom:10px;
        width:80%;
        border:1px dashed #303030;
}
.titresecteur {
        text-align:center;
        font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
        font-size:150%;
        font-weight:bold;
}
.titrearticle_secteur {
        marin-left:5px;
}
.li_rubrique {
        margin:auto;
        padding:8px;
        margin-bottom:8px;
        width:80%;
        border:1px dotted black;
}
.titrerubrique {
        text-align:center,
        font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
        font-size:125%;
        font-weight:bold;
}
.titrearticle_rubrique {
        margin-left:4px;
}

/*
 * Formulaires
 */

.formrecherche {
	background-color: #f2f2f2;
	color: #505030;
	margin: 0px;
	padding: 2px;
	border: solid 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
.forml {
	background-color: #ececec;
	margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.spip-admin {
}

/*
 * Formulaire d'abonnement
 */

fieldset {
	border:1px #606060 solid;
	padding:5px;
	margin:5px;
	margin-bottom:10px;
}
legend {
	font-weight:bold;
	color:#568203;
}
table.form_insc {
	border:0px;
	margin:5px;
	margin-left:10px;
}
table.form_insc th {
	text-align:right;
	font-weight:normal;
	font-size:100%;
}

