/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background-image: url(fond-dark.gif);
	margin: 1.3em;
	text-align: center;
	font-size: 1em;
	color: white;
}


/* * Couleurs des liens */
a {
	color: #ffe2bb;
	text-decoration: none;
}

.principal a{
	color: #ff8000;
}

a.spip_in {} /* liens internes */
a.spip_out{	border-bottom: 1px dotted #ffe2bb;
	background : transparent url(http://www.desmareesmontantes.net/dist/images/spip_out.gif) no-repeat right 0%;
	padding-right : 14px;} /* liens sortants - liens des commentatrices*/
a.spip_url { } /* liens url sortants */
a.spip_glossaire {} /* liens vers encyclopedie */
a.spip_note {font-size: 70%;} /* liens vers notes de bas de page */

.principal .forum a{
	color: #ffc5a8;
}

a:hover { 
	border-bottom: 1px dotted #d2ffff;
	color : #d2ffff;
}

a:hover img{
	border: none;
}

#TB_window a{
	color: navy;
}/* Liens dans Thickbox */

.on { font-weight: bold; color: #e4a56b; } /* liens exposes */

/* Empecher la definition de s'afficher comme les autres liens, vous pouvez donner les attributs standards de votre texte */
a.cs_glossaire, a.cs_glossaire:hover, #glossOverDiv {
	color:orange !important;
	text-decoration:none;
	z-index:998;
	border: orange !important;
}

a.cs_glossaire:hover span.gl_dl, #glossOverDiv span.gl_dl {
	border:1px solid orange;
	background-color:navy !important;
}
a.cs_glossaire:hover {
	cursor:help;
}


img, table { margin: 0; padding: 0px; border: none; }
ul, ol, li { margin: 0; padding: 0; list-style-position: inside; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
.principal .spip_logos {margin: 3px;}


/* Logos, documents et images */

.spip_documents { text-align: center;}
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left:auto; margin-right:auto;}
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left:auto; margin-right:auto;
}

/* Raccourcis typographiques de SPIP */
i.spip {color : #d7c8ca}
strong.spip {}
hr.spip {}

h3.spip {
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold;
	color : #d7c8ca
	}

.spip_surligne { background: #ff6; color: red;}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#pensee{
	font-size: 0.7em; 
	background-color: orange; 
	padding : 5px;
	color: black;
	-moz-border-radius : 10px;
	margin-bottom : 5px;
}
#pensee a{
	color: navy;
}

#pensee .surtitre{
	font-style: italic;
	font-size: 0.9em; 
}

#pensee .titre{
	text-align: center;
	font-weight: bold;	
}

#page {
	width: 970px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	background: #0f0f0f;
}

#conteneur { width: 100%; }

#conteneur #contenu {
	float: left;
	width: 750px;
}

#conteneur #navigation {
	float: right;
	width: 205px;

}

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 1em;
	font-size: 0.77em; 
	text-align: right;
	margin-right: 40px;
	color: rgb(235,235,235);
	font-weight: bold;
}

.principal{
	float: right;
	width: 580px;
	padding: 5px;
}

.nav-gauche{
	float : left;
	width: 145px;
	text-align: left;
}

/* Blocs du contenu (c-a-d. la colonne principale) */

#form-rep {
	width: 144px;
	margin: 0;
	margin-bottom: 1em;
	margin-left; 1em;
}

.suiv-pre{
	margin: 15px;
	font-size: 70%;
	display: block;
}

.suiv-pre a{
    color: orange;
}

.precedent{
    text-align: center;
	float: left;
	width: 48%;
}
.suivant {
    text-align : center;
	float: right;
	width: 48%;
}

/* Entete */
#entete {
	width: 100%;
}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Arial, "Bitstream Vera Serif", Georgia, Times, serif; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { 
	margin: 0.5em;
	text-align : center;
	border-bottom: rgb(51, 255,255) 1px dotted;
}

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
}

#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos, .principal.spip_logos {
	float: right;
	padding-left: 15px;
	margin-bottom: 1px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { font-size: 0.96em; }

.ps, .notes {
	margin: 1em;
	padding-top: 2px;
	border-top: 2px dotted #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#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 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 {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li { margin-bottom: 2em; clear: both; border-bottom: 2px red dotted; }

.liste-articles li .titre {
	font-size: 1.12em;
	font-weight: bold; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 0.2em;
	padding: 0.9em;
	font-size: 0.92em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }


/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style: square; }
.page_plan #contenu .contre-encart li { list-style: inherit; }


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */


.toile .on { visibility: collapse; background-color: transparent; font-size:0em;} /* liens exposes */

ul .liste { list-style-type: disc;
    background-color: rgb(255, 255, 204);
    }

ul ul  .liste{ list-style-type: square;
    background-color: rgb(153, 255, 153);
    }

ul ul ul .liste { list-style-type: circle;
    background-color: rgb(255, 204, 204);
}

.rachel {
	background-color: #990033;
	text-align: center;
	font-size: 1.2em;
	color: silver;
	background-image : none;
}

.rachel a{
	color: silver;
}

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 0.5em;
	font-size: 0.88em;
	text-align: right;
}
.forum-repondre a, .forum-decompte a{
	color: red;
}

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0;  }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #80ff80; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: yellow; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message {margin: 0; padding: 0; margin-bottom: 1em; border-left: orange 1px solid; }


/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-top: 1px solid orange; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #002f00; }