

/*
 * Mise en page des textes (bordures...)
 */

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte  { font-size: 100% }
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

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

.menu      { font-family: Georgia }
.menu ul   { list-style-type: none; list-style-position: outside; display: block; padding: 1px }
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre      { color: #fff; font-weight: bold; font-size: 100%; font-family: Georgia; background-color: #008000; text-align: center; border-top: 1px solid #a0a0a0; border-bottom: 1px solid #d0d0d0; width: auto }
.menu-item      { font-size: 110%; font-family: Georgia; text-align: center; margin: 0px }
.general		 { font-family: Georgia; background-color: #f8f8e8; text-align: center }
.general .menu-titre 	 { font-family: Georgia; background-color: #fcfcf0 }

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

.breves 		   { font-family: Georgia; text-align: left; width: auto }
.breves .menu-titre	     { color: white; font-family: Georgia; background-color: #008000; text-align: center; float: left; border: solid }
.breves .menu-item  { font-weight: normal; font-size: 90%; font-family: Georgia; background-color: #f0fff0; text-align: left; float: left }
.divers 		  { font-family: Georgia }
.divers .menu-titre	   { color: white; font-size: 100%; font-family: Georgia; text-align: center; border: solid 1px #228b22 }
.divers .menu-item   { font-size: 90%; font-family: Georgia; text-align: left }
.forums 		 { font-family: Georgia; background-color: #e8f8f8 }
.forums .menu-titre	 { font-family: Georgia; background-color: #f0fcfc; text-align: center }


/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.contenu   { font-family: Georgia; margin: 15px }
.contenu h2.titre-extrait    { color: #008000; font-size: 140%; font-family: Georgia }
.contenu h2.titre-texte    { color: #008000; font-size: 110%; font-family: Georgia }
.contenu .surtitre  { font-family: Georgia; margin-top: 0em; margin-bottom: 0em }
.contenu .detail  { font-family: Georgia; margin-left: 2em }
.contenu .detail .important  { color: #a02020; font-family: Georgia }
.extrait   { line-height: normal; font-family: Georgia }
.liste-articles  { font-size: 120%; font-family: Georgia; clear: left; margin-top: 1em; margin-bottom: 1em }
.contenu .forum-repondre  { font-weight: bold; font-size: 90%; font-family: Georgia; text-align: left; margin-top: 0.6em }


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

#principal     { font-family: Georgia; margin: 0px 3% 0px 0px; padding: 0px; position: absolute; top: 0px; left: 168px; width: 58% }
#principals  { font-family: Georgia; margin: 0px 0px 0px 10px; padding: 0px; position: absolute; left: 18%; width: 54% }
#corps-article  { font-family: Georgia; padding: 0px; position: absolute; left: 18%; width: 80% }
#plan   { font-family: Georgia; margin: 2em 2em 0px 0px; padding: 0px; position: absolute; top: 0px; left: 20%; width: 80% }

#navigation           { font-family: Georgia; background-color: #008000; margin: 0px; padding: 0px 2px; position: absolute; top: 0pt; left: 0pt; width: 167px; height: auto }
#droite  { font-family: Georgia; margin: 0px 0px 0px 2px; padding: 0px; position: absolute; left: 73%; width: 25%; height: auto }
.encart          { font-family: Georgia; float: right; margin: 5px; border: dotted 2px #008000; width: 40% }

.cartouche   { font-family: Georgia; margin-bottom: 0em; padding-top: 1em }

.cartouche .spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.8em;
}


/*
 * Habillage du plan du site
 */

.plan-secteur  { font-family: Georgia; clear: right; margin-top: 0em; margin-bottom: 3em }

.plan-secteur h1   { color: white; font-weight: bold; font-size: 100%; font-family: Georgia; background-color: white; text-align: center; display: block; margin: 0px; padding: 8px; border: double 2px #008080 }
.plan-rubriques  { font-family: Georgia; list-style-type: none; list-style-position: outside; display: block; clear: left }
.plan-rubrique   { color: white; font-weight: bold; font-family: Georgia; display: inline; padding: 3px; border: solid 1px #a0a0a0 }
.plan-articles   { font-size: 80%; font-family: Georgia; list-style-type: square; list-style-position: outside; clear: left; margin-top: 0.5em; margin-bottom: 1em }

/* Eclaircissement progressif des rubriques en fonction de la profondeur */

ul .plan-rubrique {
	background-color: #e0ffe0;
	border-color: #b8b8b8;
}
ul ul .plan-rubrique {
	background-color: #eaffea;
	border-color: #d0d0d0;
}
ul ul ul .plan-rubrique {
	background-color: #f4fff4;
	border-color: #e8e8e8;
}


/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
	list-style: none;
}
.forum-titre  { font-weight: bold; font-size: 120%; font-family: Georgia }
.forum-item  { color: #303030; font-size: 80%; font-family: Georgia; text-align: justify; margin: 0px; padding: 0.5em 1em 0em }
.forum-repondre-message  { font-family: Georgia; text-align: right }

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo  { font-size: 90%; font-family: Georgia; background-color: #c4e0e0; margin: 0px; padding: 3px 6px 2px; border-top: 0px; border-right: 0px; border-bottom: 1px dashed #b8b8b8; border-left: 0px }
ul ul .forum-chapo  { font-family: Georgia; background-color: #d4e8e8 }
ul ul ul .forum-chapo  { font-family: Georgia; background-color: #e4f0f0 }
ul ul ul ul .forum-chapo  { font-family: Georgia; background-color: #f4f8f8 }
ul ul ul ul ul .forum-chapo  { font-family: Georgia; background-color: #ffffff }


/*
 * Habillage des petitions
 */

.signatures {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
.signatures td {
	-moz-border-radius: 0.4em;
}
.signatures-titre {
	clear: right;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
}
.signature-date {
	white-space: nowrap;
	background: #e4f0f0;
	padding: 0.5em;
}
.signature-nom {
	font-weight: bold;
	background: #ecf4f4;
	padding: 0.2em;
	text-align: center;
}
.signature-message {
	font-size: 85%;
	background: #f4f8f8;
	padding: 0.4em;
	text-align: justify;
}


/*
 * Formulaires
 */

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

.formulaire   { color: black; font-weight: normal; font-size: 80%; font-family: Georgia; background-color: #f6f6f6; margin: 0px 0px 16px; padding: 4px; border: solid 1px #a0a0a0 }
.forml   { font-size: 90%; font-family: Georgia; background-color: #ececec; margin: 4px; padding: 1px; border: dashed 1px #909090 }
.spip_bouton  { background-color: #d0d0d0; padding: 3px; border: solid 2px #404040 }
.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}
