/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
/* bien regler la marge (bugs IE) */
body { 
	background: #ffdecb; 
	margin: 1.5em; 
	background-image: url("../IMG/fond-roseau.jpg"); 
	background-repeat: repeat;
	text-align: center;
	font-size: 1em;
}


/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
* (blocs principaux)
 */

#page {
    width: 48em;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#principal {
	position: absolute;
	left: 30%;
	/*left: 18em;*/
	top: 0px;
	margin: 0px;
	padding: 0px;
	/*margin-right: 2em;*/
	margin-right: 3%;
	margin-top: 1.5em;
        width:68%;
	text-align: left;
}

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

#navigation {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24%;
    padding: 0px;
    margin: 0px;
    margin-left: 3%;
    margin-top: 1.5em;
}

#logohg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20%;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
    margin-top: 2px;
}
    
#logocg {
    position: absolute;
    left: 0px;
    top: 25em;
    width: 20%;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
    margin-top: 2px;
}

#principal .encart {
    float: right;
    width: 11em;
    margin: 0;
    margin-bottom: 1em;
    margin-left: 0.4em;
}

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

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



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

.chapo {
    line-height: 1.4em;
    margin-top: 1em;
    line-height: 1.4em;
 
}
.texte {
    font-size: 0.96em;
}
}
.ps, .notes {
    margin-top: 1.4em;
    padding-top: 2px;
}
.ps {
    border-top: 1px dashed #404040;
    font-size: 0.82em
}
.notes {
    border-top: 1px solid #a0a0a0;
    font-size: 0.77em;
}
.ps h2, .notes h2 { 
    font-size: 1.19em; 
    font-weight: bold; 
}

/*
 * mise en page des dates
 */

.pataST {
    font-style: italic;
    font-size: 80%;
}
.pataSS {
    font-style: italic;
    color: rgb(128,100,0);
    font-size: 80%;
}
.pataSPs {
    font-style: italic;
    color: rgb(200,128,0);
    font-size: 80%;
}
.pataSPp {
    font-style: italic;
    color: rgb(255,128,0);
    font-size: 80%;
}
.pataV {
    color: rgb(128,128,0);
    font-size: 80%;
}


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

.menu {
	border: 1px solid #a0a050;
	border-top: 1px;
	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 #a0a050;
	border-bottom: 1px dashed #d0d050;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
}
.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
	font-style: italic;
}

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

.general		{ 
    text-align:center; 
    background-image: url("../IMG/gris10-trans.png");
    background-repeat: repeat;
    background-repeat: repeat;
}
.general .menu-titre 	{ 
    background-image: url("../IMG/gris10-trans.png");
    border-bottom: none;
    background-repeat: repeat;
}
.general a:hover { 
    text-decoration: none; 
    color: #9e926e; 
    background: transparent;
}
.general .menu-titre a:hover { 
    text-decoration: none; 
    color: #e8d49b; 
    background: transparent;
}


.rubriques 		{ 
    text-align:left; 
    background-image: url("../IMG/vert10-trans.png"); 
    background-repeat: repeat;
}
.rubriques .menu-titre	{ 
    background-image: url("../IMG/vert10-trans.png"); 
    background-repeat: repeat;
}
.rubriques a:hover { 
    text-decoration: none; 
    color: #729b6e; 
    background: transparent;
}


.breves 		{ 
    background-image: url("../IMG/bleu20-trans.png"); 
    background-repeat: repeat;
}
.breves .menu-titre	{ 
    text-align:center; 
    background-image: url("../IMG/bleu10-trans.png");
    background-repeat: repeat;
}
.breves a:hover { 
    text-decoration: none; 
    color: #6e819b; 
    background: transparent;
}

.divers 		{ 
    background-image: url("../IMG/rouge10-trans.png");
    background-repeat: repeat;
}
.divers .menu-titre	{ 
    text-align:center; 
    background-image: url("../IMG/rouge10-trans.png");
    background-repeat: repeat;
}
.divers a:hover { 
    text-decoration: none; 
    color: #b52f07; 
    background: transparent;
}


.forums 		{ 
    background-image: url("../IMG/blanc15-trans.png");
}
.forums .menu-titre	{ 
    background-image: url("../IMG/blanc10-trans.png");
}


/* navigation (colonne de gauche) */

img.imagedr {
	float: right;
	margin-right: 0;
}

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

/* pour l'image en haut */
.contenu .adroite {
  text-align: right;
  margin: 0;
}

.contenu {
	margin: 15px;
}
.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;
}


/*
 * 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-image: url("../IMG/vert10-trans.png"); 
	background-repeat: repeat;
	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: #56372d; 
 	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-image: url("../IMG/blanc25-trans.png");
}
ul ul .forum-chapo {
        background-image: url("../IMG/blanc20-trans.png");
}
ul ul ul .forum-chapo {
        background-image: url("../IMG/blanc15-trans.png");
}
ul ul ul ul .forum-chapo {
        background-image: url("../IMG/blanc10-trans.png");
}
ul ul ul ul ul .forum-chapo {
        background-image: url("../IMG/blanc5-trans.png");
}


/*
 * 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 {
/*    background-color: #f2f2f2;*/
    background-image: url("../IMG/orange10-trans.png"); 
/*	color: #505030;*/
	margin: 0px;
	padding: 2px;
	border: solid 1px #a0a050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.formulaire_recherche {
    	background-image: url("../IMG/orange10-trans.png"); 
	margin: 0px;
	padding: 7px;
	border: solid 1px #a0a050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}	
.formulaire_recherche input#recherche {
	background:none;
    	background-image: url("../IMG/orange10-trans.png"); 
    	margin-left: auto;
    	margin-right: auto;
}

.formulaire_recherche label {
	display: none;
}


.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #edddc0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
.forml {
	background-color: #edddc0;
	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 {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}


