

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

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte  { }
.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 {
	padding: 0px;
	margin: 0;
	text-align: center;
	margin-bottom: 1em;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	border: 0;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	color: #ffffff;
}
.menu-item {
	margin: 0;
	padding: 0;
	font-size: 80%;
	display: inline;
}

.menu-item a {
  display: block;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  border: 0;
  border-top: solid #eeeeee 1px;
  border-bottom: solid #aaaaaa 1px;
}

.menu-item a:hover {
  border-bottom: solid #eeeeee 1px;
  border-top: solid #aaaaaa 1px;
}

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

.general	.menu-item a	 { background-color: orange; text-align: center }
.general .menu-titre 	 { text-decoration: blink; background-color: navy }

.rubriques    { background-color: #009; background-position: 0 80px; border: solid 1px #00285e }
.rubriques .menu-item a		   { background-color: #fcfce1; text-align: center }
.rubriques .menu-item a:hover		  { color: #ffffff; background-color: #009 }
.rubriques .menu-titre	  { background-color: #009 }

.breves { border: solid #8b0014 1px; text-align: left; background-color: #f2dade;}
.breves .menu-item  { margin: 0.25em }
.breves .menu-item span {
  display: block;
  margin: 0;
  padding: 0.5em;
}
.breves .menu-item a  { color: #8b0014; display: inline; margin: 0; padding: 0; border-style: none }
.breves .menu-item a:hover		{ background-color: #8b0014; color: #ffffff; }
.breves .menu-titre	{ background-color: #8b0014; text-align: center; }

.forums { border: solid #006666 1px; text-align: left; background-color: #f0fcfc;}
.forums .menu-item {
  margin: 0.25em;
}
.forums .menu-item span {
  display: block;
  margin: 0;
  padding: 0.5em;
}
.forums .menu-item a { 
  display: inline;
  border: 0;
  margin: 0;
  padding: 0;
  color: #006666;
}
.forums .menu-item a:hover		{ background-color: #006666; color: #ffffff; }
.forums .menu-titre	{ background-color: #006666; text-align: center; }

.divers { border: solid #555555 1px; }
.divers .menu-item a		{ background-color: #dddddd; text-align:center; color: #555555; }
.divers .menu-item a:hover		{ background-color: #555555; color: #ffffff; }
.divers .menu-titre	{ background-color: #555555; }


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

.contenu  { background-position: 0 7mm; margin: 2em }
.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
	margin-left: 2em;
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: left;
}
.contenu .forum-repondre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}


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

body {
  background-color: #ffffff;
  background-image: url("deco_site/fond_colonne.png");
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

.BandeauTitre {
  background-image: url("deco_site/fond_bandeau_titre.png");
  height: 150px;
  margin: 0;
  padding: 0;
  border-top: solid #000000 1px;
}

.BandeauTitre h1 {
  width: 300px;
  height: 150px;
  margin: 0;
  padding: 0;
  position: absolute;
}

.BandeauTitre h1 a {
  display: block;
  width: 300px;
  height: 150px;
  margin: 0;
  padding: 0;
  background-image: url("deco_site/logo_titre.png");
}

.BandeauTitre span {
  display: none;
}

#principal {
	position: absolute;
	left: 270px;
	top: 160px;
	margin: 0px;
	padding: 0px;
	right: 2em;
	margin-top: 0;
}

#plan {
	position: absolute;
	left: 2em;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}

#navigation  { margin: 0 0 0 10px; padding: 0; position: absolute; top: 160px; left: 0; width: 220px }

.encart {
	float: right;
	/*width: 14em;*/
	width: 34%;
	margin-left: 4%;
	/*margin-left: 2em;*/
	margin-top: 1em;
	margin-bottom: 0em;
	margin-right: 0px;
}

.cartouche {
	padding-top: 1em;
	border-top: 2px solid #404040;
	margin-bottom: 0em;
}

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


/*
 * Habillage du plan du site
 */

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

.plan-secteur h1 {
	display: block;
	border: 1px solid #a0a0a0;
	margin: 0px;
	padding: 8px;
	font-size: 150%;
	font-weight: bold;
	background-color: #e0ffe0;
	text-align:center;
}
.plan-rubriques  { list-style: none; display: block; clear: left }
.plan-rubrique  { font-weight: bold; display: inline; padding: 3px; border: solid 1px #a0a0a0 }
.plan-articles {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	list-style: square;
}

/* 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%;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 80%;
}
.forum-repondre-message {
	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 {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #c4e0e0;
}
ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
ul ul ul ul ul .forum-chapo {
	background: #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-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; background-color: #fcfce1; padding: 2px; width: 20em; border: solid 1px #909090 }

.forml  { font-size: 90%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #d0d0d0; margin: 2px; padding: 1px; width: 80%; border: dashed 1px #909090 }
.spip_bouton {
	border-top: solid #eeeeee 1px;
	border-left: solid #eeeeee 1px;
   border-bottom: solid #aaaaaa 1px;
   border-right: solid #aaaaaa 1px;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.spip_bouton:hover {
  border-bottom: solid #eeeeee 1px;
  border-right: solid #eeeeee 1px;
  border-left: solid #aaaaaa 1px;
  border-top: solid #aaaaaa 1px;
}
.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}



