

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

.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px; 
}
.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
 */
ul, ol, dl { position: relative;  } 

td.rollMenu  {
	background-color: none;
	background-image : none;
}
td.rollMenu:hover {
	background-color: #FFFFFF; /*rgb(229,229,229);*/
}

.menu {
	/* border: 1px solid #a0a0a0; */
	border-top: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}
.menu ul {
	display: block; 
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu ol {
	display: block; 
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	/* border-top: 1px solid #a0a0a0; */
	font-weight: bold;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	/*padding-top: 3px;
	padding-bottom: 2px; */
	margin: 3px;
	font-size: 90%;
}
.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
}

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

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

.rubriques 		{  text-align:left; }
.rubriques .menu-titre	{  }

.breves 		{ /* background-color: #AA0000; */
border-style: solid ; border-color: #AA0000;
}
.breves .menu-titre	{
/* background-color: #AA0000; color: #FFFFFF; text-align:center; */
 color: #AA0000; 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: 15px;
}
.contenu h2.titre-extrait {
}
.contenu h1.titre-texte {
}
.contenu h2.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
	margin-left: 2em;
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {

}
.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
 */
#bodypage {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	height:100%;
	min-height:100%;
	margin:auto;
	
	width: 780px;
	/*padding-left: 10px;*/
	
}
#navigation {
	position: absolute;
	top: 150px;
	text-align: left;
	
	width: 199px;
	padding-left:11px;
}
#principal {
	position: absolute;
	top: 150px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height:100%;
	margin-top: 1em;
	
	left: 220px;
	width: 340px;		
}

#principal_article {
	position: absolute;
	top: 150px;
	text-align: left;
	padding: 0px;
	margin-top: 1em;
	height:100%;
	
	margin-right: 10px;
	width: 530px;
	left: 220px;	
}
#plan {
	position: absolute;
	left: 2em;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}
.encart {
	float: right;
	margin-top: 1em;
	margin-bottom: 0em;
	text-align: left;
	
/*	left: 540px;*/
	width: 190px;
	margin-left: 10px;
	margin-right: 10px;
}
.cartouche {
	margin-bottom: 0em;
}

.spip_logos {
	margin: 3px;
	border-width: 0px;
}

/*
 * 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 {
	clear: left;
	display: block;
	list-style: none;
}
.plan-rubrique {
	display: inline;
	border: 1px solid #a0a0a0;
	padding: 3px;
	font-weight: bold;
}
.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, .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
 */

.formrecherche {
	color: #909090;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 80%;
	border: dashed 1px #909090;
}
.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.spip-admin {
}

.roundedcornr_box_310465 {
   background: #ffffff url(../IMG/roundedcornr_310465_grad.gif) no-repeat;
}
.roundedcornr_top_310465 div {
   background: url(../IMG/roundedcornr_310465_tl.gif) no-repeat top left;
}
.roundedcornr_top_310465 {
   background: transparent url(../IMG/roundedcornr_310465_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_310465 div {
   background: url(../IMG/roundedcornr_310465_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_310465 {
   background: transparent url(../IMG/roundedcornr_310465_br.gif) no-repeat bottom right;
}

.roundedcornr_top_310465 div, .roundedcornr_top_310465,
.roundedcornr_bottom_310465 div, .roundedcornr_bottom_310465 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_310465 { margin: 0 20px; }

.roundedcornr_box_814114 {
   background: #cccccc;
}
.roundedcornr_top_814114 div {
   background: url(../IMG/roundedcornr_814114_tl.png) no-repeat top left;
}
.roundedcornr_top_814114 {
   background: url(../IMG/roundedcornr_814114_tr.png) no-repeat top right;
}
.roundedcornr_bottom_814114 div {
   background: url(../IMG/roundedcornr_814114_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_814114 {
   background: url(../IMG/roundedcornr_814114_br.png) no-repeat bottom right;
}

.roundedcornr_top_814114 div, .roundedcornr_top_814114, 
.roundedcornr_bottom_814114 div, .roundedcornr_bottom_814114 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_814114 { margin: 0 20px; }



