#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}

.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, .menu ul , .menu ol, .menu-titre, .menu-item, .menu-item-red { margin: 0; padding: 0;}
.menu {
	border: 1px solid #a0a0a0;
	border-top: 0px;
	margin-bottom: 16px;
}
.menu ul {
	display: block;
	padding-bottom: 0px;
	list-style: none;
}
.menu ol {
	display: block;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px #d0d0d0;
	background-image:url(../IMG/bouton.jpg);
	padding: 4px 2px 4px 1px;
/*	font-size: 75%;*/
	font-weight: bold;
   text-align : left;
}

.menu-item {
	background-image:url(../IMG/bouton1.jpg);
	padding: 1px 3px;
/*	font-size: 70%;*/
	text-align : right;
}

.menu-item-red {
	background-image:url(../IMG/bouton1.jpg);
	padding: 1px 4px;
	font-size: 70%;
	text-align : right;
}

/* Des couleurs specifiques selon les types de menus */

.general		{ background-color: #f8f8e8; text-align:center; }
.general .menu-titre 	{ background-color: #fcfcf0; }

.rubriques 		{ background-color: #f4f4f4; text-align:center; }
.rubriques .menu-titre	{ background-color: #f4f4f4; }

.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; }


/* * Styles pour le contenu (c-a-d. la colonne principale) */
.contenu {
	margin: 2px 15px 1px 5px;
	min-width: 600px;
	vertical-align: top;
	float: none;
	padding: 2px 5px 2px 3px;
	clear:both;
}

.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu h1 				{	padding-right: 2em; }
.contenu h2, .contenu h3 {	padding: 0 4px 0 2px; }
.contenu h2 > a > img 	{margin-right: 1em;}

.contenu .detail {
	margin-left: 2em;
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.2em;
	line-height: 1.4em;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
}
.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 */
#google{
	width:143px;
	min-height:600px;
	padding-right: 1px;
	text-align: center;
}

#referrals{
	text-align: center;
}
#referrals > a {
	padding: 10px 0px; display: inline-block;
}

#navigation {
	width : 195px;	min-width : 195px;max-width : 195px;
	margin : 0px;
	padding : 0;
}

a:hover.linkimage, a:link.linkimage, a:active.linkimage, a:visited.linkimage{
   text-decoration:none;
   color:#FFFFFF;
}

#plan {
	left: 2em;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}


#haut{
	display : block;
}


.encart {
	float: right;
	width: 15em;
	max-width:150px;
	margin: -0.5em 0px 10px 2%;
	font-size: 13px;
}

.cartouche {
	padding-top: 1em;
	border-top: 2px solid #404040;
	margin-bottom: 0em;
}

.spip_logos {
	margin: 3px;
	border-width: 0px;
}

/** Habillage du plan du site */
.plan-secteur {
	margin-top: 0em;
	margin-bottom: 3em;
}

.plan-secteur h1 {
	display: block;
	border: 1px solid #a0a0a0;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	background-color: #e0ffe0;
}
.plan-rubriques {
	display: block;
	list-style: none;
}
.plan-rubrique {
	display: block;
	border: 1px solid #a0a0a0;
	padding: 3px;
	font-weight: bold;
}
.plan-articles {
	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: #f4f4f4;
	border-color: #000000;
}
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: 110%;
}
.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, .signatures th {
	/*-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 */

/* Formulaire de recherche */
.formulaire_recherche {
	width: 12em;
	max-width: 200px;
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
 }
.formulaire_recherche label { display: none; }

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.0em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }


.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 {}


#redrum{ color: #ff0000;}

.linkimage{border:none;}


img{border:none;}


.blanc
{ color:White;
  font-size: 8pt;
  text-decoration: none;}


.noir
{ color:rgb(0,0,0);
  font-size: 8pt;
  text-decoration: none;}

.bleu
{ color:rgb(0,0,0);
  font-size: 8pt;
  text-decoration: none;}

.box
{ border-style: solid;
  border-width: 1pt;
  border-color: rgb(33,66,66);
}

hr.dotted {
	border: 1px dotted #404040;
	padding-bottom: 2px;
}
div.ligne{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #404040;
	margin-top: 2px;
	margin-bottom: 1px;
	height: 5px;
	width: 80%;
}

hr.fin {
	border: 1px solid #404040;
	padding-bottom: 1px;
	width: 80%;
}

div.new {
	font-style : italic;
	color: red;
	display: inline;
}
table.sommaire {
	width: 99%;
	border-top: 1px solid #993333;
}
table.sommaire td {
	width: 50%;
	vertical-align: top;
	padding: 5px 2px 1px 1px;
}
td.content {
	text-align: left;
}
.image_flux { max-width: 50%}
/* .addthis_32x32_style {float: right; width: 40px; padding-left: 8px} */
.article_partage a { display: inline-block; margin-right: 1em; }
.article_partage a div{ background-attachment: local; height: 3.5rem; width: 3.5rem; background-position: 0 0; border-radius: 2rem;}
.partage-mail {background-image: url(/IMG/icones/partage-mail.png);}
.partage-print {background-image: url(/IMG/icones/partage-print.png);}
.partage-facebook {background-image: url(/IMG/icones/partage-facebook.png);}
.partage-twitter {background-image: url(/IMG/icones/partage-twitter.png);}
.partage-linkedin {background-image: url(/IMG/icones/partage-linkedin.png);}
