/*
 * Fichier SPIP habillage.css + Adaptation squelette Epona
 * Les modifications Epona sont repérées par un commentaire
 * Les couleurs a personnaliser sont marques PERSO
 * les ajouts sont regroupés en fin de fichier
 */

/*
 * 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 {
	border: 1px #a0a0a0 solid;
	margin: 3px; /* Epona */
	margin-bottom: 16px;
}
.menu ul {
	/* Epona */
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: url(etoilerouge.gif) none;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	
	border-bottom: 1px dashed #d0d0d0;
	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%;
; text-align: left
}

/* Des couleurs specifiques selon les types de menus */

.general		{ background-color: #f8f8e8; text-align:center; }
.general .menu-titre 	{ background-color: #fcfcf0; }

.rubriques 		{ background-color: #eaffea; text-align:center; }
.rubriques .menu-titre	{ background-color: #f2fff2; }

.breves 		{ background-color: #ffeaea; }
.breves .menu-titre	{ background-color: #fff2f2; text-align:center; }

/* Epona */
.divers 		{ background-color: #eaeaff; padding-bottom: 1px; }
.divers .menu-titre	{ background-color: #f2f2ff; text-align:center; }

/* Epona */
.forums 		{ background-color: #e8f8f8; padding-bottom: 1px; }
.forums .menu-titre	{ background-color: #f0fcfc; text-align:center; }


/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.contenu {
	margin: 15px;
}
.contenu .texte {
	margin-right: 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;
; list-style-image: url(etoilerouge.gif)
}
.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
 */

#navigation {
       	/* Epona */
	position: absolute;
	background-color: #ffffb0; /* PERSO */
	border-right: 3px solid #bab707; /* PERSO */
	border-bottom: 3px solid #bab707; /* PERSO */
	left: 0px;
	top: 0px;
	width: 165px;
	/*width: 14em;*/
	padding: 0px;
	margin: 0px;
	/*margin-left: 1.8em;*/
	margin-left: 0px;
	margin-top: 0px;
}

#principal {
        /* Epona */
	position: absolute;
	left: 200px;
	width: 70%;
	/*left: 18em;*/
	top: 0px;
	margin: 0px;
	padding: 0px;
	/*margin-right: 2em;*/
	margin-right: 2em;
	margin-top: 1.5em;
}

.encart {
	float: right;
	/*width: 14em;*/
	width: 13em;
	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;
}


/*
 * 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: #ffffe0; /* Epona */
	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;
}


/*
 * Formulaires
 */


.formrecherche {
	background-color: #f2f2f2;
	color: #505030;
	width: 155px; /* Epona */
	margin: 0px 0px;
	padding: 0px 0px;
	border: 1px #909090 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
; height: 20px
}

.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 {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}

/* A partir de ce point, tout est spécifique au squelette Epona */

/* Partie bandeau du logo */
#bandeau {
	position: absolute;
	/*width: 585px;*/
	top: 0px;
	left: 165px;
	height: 151px;
	background-color: #ffffb0; /* PERSO */
	border-right: 3px solid #bab707; /* PERSO */
	border-bottom: 3px solid #bab707; /* PERSO */
	margin: 0px;
	padding: 0px;
}

/* Page d'accueil - 2nde et 3eme colonnes */
#second {
	position: absolute;
	/*width: 585px;*/
	left: 180px;
	top: 165px;
	margin: 0px;
	padding: 0px;
}

/* Partie texte du logo */
.info {
	font-size: 9px;
	text-align:center;
}

/* Pagination */
.page {
	text-align: center;
	margin: 1em;
	border: 1px solid #a0a0a0;
	padding: 0.5em;
}

.reponse {
	text-align: right;
	margin-right: 1em;
	font-size: 90%
}

.reponse a, .reponse a:link {
	color: #cc4f4f; /* PERSO */
}

/*
 * Le menu de navigation
 */
ul#menu li ul{
	display:none; 
; text-align: left; text-indent: 2pt; white-space: normal
}

ul#menu li:hover>ul{
	display:block; 
}

ul#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
ul#menu ul {
border:solid 1px #000000;
	list-style:none;
	margin:0;
	padding:0;
	width:13em;
	_width:13em;
	background-color: #FFCC00; /* fond des blocs menu et ss-menu */
	color: #000000;
}
	 
ul#menu ul{
	position:absolute;
	top:-5px;
	left:12.5em;
}

ul#menu li{
	position:relative;
	margin:0px;
	padding:0px;
	_display:inline;
; text-align: left; text-indent: 2pt; white-space: normal
}

ul#menu a{
	display:block;
	width: 13em;
	text-decoration: none;
	padding: 5px 0;
}

ul#menu li:hover, ul#menu li a:hover {
	color:#000000;
	background-color: yellow; /* fond des survol sans ss-menu */
}

ul#menu li.smenu {
	background-image: url(arrow.gif) !important;
	background-position: 11.4em;
	background-repeat: no-repeat;
; text-align: left; text-indent: 2pt; white-space: normal
}

ul#menu li.smenu:hover, ul#menu li.smenu>a:hover {
	background-image: url(arrowb.gif) !important;
	background-position: 11.4em;
	background-repeat: no-repeat;
	background-color: yellow; /* fond des survol avec ss-menu */
}

ul#menu a {
	 color:#000000; /* texte des menu et ss-menu */
	 text-decoration: none;
; white-space: normal
; text-align: left
; text-indent: 2pt
; list-style-position: inside
}


ul#menu { border:solid 1px #000000;
	list-style:none;
	margin:0;
	padding:0;
	width:13em;
	_width:13em;
	background-color: #FFCC00; /* fond des blocs menu et ss-menu */
	color: #000000;
; text-align: left; text-indent: 2pt; white-space: normal
} 

#plan li {
	color:#000000;
	list-style-type: none;
	list-style-image: url(etoilerouge.gif); 
}

#rubrique li {
	color:#000000;
	list-style-type: none;
	list-style-image: url(pucerouge.gif);
}

#article li {
	color:#000000;
	list-style-type: none;
	list-style-image: url(pucerouge.gif);
}

#page li {
	color:#000000;
	list-style-type: none;
	list-style-image: url(pucerouge.gif);
}
	
#article {  text-align: justify}
.forum-repondre {  height: auto; width: auto; border-top-width: medium; border-right-width: medium; border-bottom-width: medium; border-left-width: medium}


/* style pour la recherche*/
#q  {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #eee url(search.gif) no-repeat 0px center;
	padding-left: 18px;
	width: 89px;
}

#q:focus {
	background: #fff url(search.gif) no-repeat 0px center;
}ul#menu li a:hover  { text-align: left ; text-indent: 2pt; background-position: left; white-space: normal}

ul#menu li:hover { text-align: left ; text-indent: 2pt; white-space: normal}
