/*
 * Fichier SPIP habillage.css + adaptation squelette Epona
 * Les couleurs a personnaliser sont marques PERSO
 */

/* 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: #f8f7b6;  /* PERSO */
	margin: 1.5em;
	font-size: 1em;
	color: #333;
}

img, table { margin: 0; padding: 0; border: 0; }

h1, h2, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; left:0px;}
r1 { margin: 0; padding: 0; font-size: 3em; font-weight: normal; }
a1 { margin: 0; padding: 0; font-size: 0em; font-weight: normal; }
a1 { margin: 0; padding: 0; font-size: 0em; font-weight: normal; }
h3 { margin: 0; padding: 0; font-size: 0em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

/* colonne de gauche logo et navigation */
#navigation {
	position: absolute;
	background-color: #d433e7; /* PERSO */
	border-right: 2px solid #505050; /* PERSO */
	border-bottom: 2px solid #505050; /* PERSO */
	left: 0px;
	top: 0px;
	width: 165px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#principal {
	position: absolute;
	left: 200px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 1.5em;
	width: 75%;
}

#bandeau {
	position: absolute;
	top: 0px;
	left: 165px;
	height: 200px;
	background-color: #d433e7; /* PERSO */
	border-right: 2px solid #505050; /* PERSO */
	border-bottom: 2px solid #505050; /* PERSO */
	margin: 0px;
	padding: 0px;
	width: 85%;
}

#bandeau2 {
	position: absolute;
	top: 0px;
	left: 70%;
	height: 399px;
	background-color: #ffaae8; /* PERSO */
	margin: 35px;
	margin-top: 239px;
	padding: 0px;
	width: 330px;
}

/* A utiliser a la place de principal pour pages a bandeau */
#second {
	position: absolute;
	left: 200px;
	top: 240px;
	bottom: 850px;
	right: 30%;
	margin: 0px;
	padding: 0px;
}

/* A utiliser a la place de principal pour pages a bandeau */
#third {
	position: absolute;
	left: 200px;
	top: 660px;
	left: 78.5%;
	margin: 0px;
	padding: 0px;
}

/* A utiliser a la place de principal pour pages a bandeau */
#fourth {
	position: relative;
	left: 200px;
	right: 15%;
	margin: 0px;
	margin-right: 10%;
	padding: 0px;
}

/* encart flottant pour partie droite */
.encart {
	float: right;
	width: 13em;
	margin-left: 4%;
	margin-top: 10px;
	margin-bottom: 0em;
	margin-right: 1%;
}

/* encart2 flottant pour partie droite */
.encartsommaire {
	float: right;
	width: 13em;
	margin-left: 15%;
	margin-top: 0px;
	margin-bottom: 0em;
	margin-right: 3%;
}

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

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

/* Typo pour le contenu */

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


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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 3em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}
.menu {
	margin: 5px;
	margin-bottom: 16px;
}
.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 90%;
}

.rubriques p, .breves p, .syndic p, .forums p, .divers p { margin: 0; padding: 0.2em 0.7em;  }
.rubriques ul, .breves ul, .syndic ul, .forums ul, .divers ul { padding: 0.2em 0; }
.rubriques li, .breves li, .syndic li, .forums li, .divers li { padding: 0 0.7em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #EAFFEA;}
.rubriques .menu-titre { background: #F2FFF2; }

.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #ff9cc9; }
.forums .menu-titre { background: #ffcee4; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

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

.contenu {
	margin: 30px;
}
.contenu .texte {
	margin-right: 15%;
}
.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
	color: #a02020;
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 1em;
	color: #505050;
}
.contenu .detail {
	margin-left: 0em;
	font-size: 60%;
	color: #303030;
	font-weight: italic;
}
.contenu .detail .important {
	color: #a02020;
}
.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
	margin-left: 0em;
}
.contenu h1,h2.titre-extrait {
	font-size: 140%;
	font-weight: bold;
}
.contenu r1 {
	font-size: 190%;
	font-weight: bold;
	margin-left: 0em;
}
.contenu r1.titre-extrait {
	font-size: 180%;
	font-weight: bold;
}
.contenu a1 {
	font-size: 150%;
	font-weight: bold;
	margin-left: 0em;
}
.contenu a1.titre-extrait {
	font-size: 140%;
	font-weight: bold;
}
.contenu d1 {
	font-size: 90%;
	font-weight: italic;
	margin-left: 0em;
}
.contenu d1.titre-extrait {
	font-size: 90%;
	font-weight: italic;
}
.contenu h3 {
	font-size: 150%;
}
.contenu .surtitre {
	font-size: 120%;
	font-weight: bold;

}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
	text-align: justify;
}
/*  ------------------------------------------
/*  Habillage du contenu spécifique au sommaire
/*  ------------------------------------------ */

.contenu {
	margin: 30px;
}
.contenu .texte {
	margin-right: 15%;
}
.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
	color: #a02020;
	margin-right: 150px;
}
.contenu .surtitresommaire {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #505050;
}
.contenu .surtitresommaire2 {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #505050;
}
.contenu .detail {
	margin-left: 0em;
	font-size: 80%;
	color: #303030;
}
.contenu .detail .important {
	color: #a02020;
}
.contenu h1,h2 {
	font-size: 140%;
	font-weight: bold;
}
.contenu h1,h2.titre-extraitsommaire {
	font-size: 135%;
	font-weight: bold;
}
.contenu h1,h2.titre-extraitsommaire2 {
	font-size: 125%;
	font-weight: bold;
}
.contenu .surtitresommaire {
	font-size: 90%;
	font-weight: bold;
}
.contenu .surtitresommaire2 {
	font-size: 80%;
	font-weight: bold;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 70%;
	text-align: justify;
}

.logosommaire {
	float: right;
	margin-left: 2%;
	margin-right: 0%;
	margin-bottom: 2%; 
}

.logosommaire2 {
	float: right;
	margin-left: 2%;
	margin-right: 0%;
	margin-bottom: 4%; 
	max-height: 110px;
	max-width: 240px;
	overflow : hidden ;
}

.logorubrique {
	float: right;
	margin-left: 2%;
	margin-right: 25%;
	margin-bottom: 2%; 
}


/*
 * 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;
}

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche {
	padding-top: 1em;
	border-top: 2px solid #404040;
	margin-bottom: 1em;
}


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

.cartouche .spip_logos {
	float: right;
	margin-left: 3%;
	margin-right: 10%;
	margin-bottom: 16px; }

.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.4em;
	margin-right: 34%;
	line-height: 1.4em; 
	text-align: justify; }

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

.texte { color: #000; font-size: 0.96em; text-align: justify; }

.textesommaire { color: #000; font-size: 1.15em; text-align: justify; margin-top: 0.5em; margin-bottom: 2em; }
.textesommaire2 { color: #000; font-size: 0.80em; text-align: justify; margin-top: 0.5em; margin-bottom: 2em; }
.textesommaire3 { color: #000; font-size: 0.80em; text-align: justify; margin-top: 0.5em; margin-bottom: 2em; }

.ps, .notes {
	margin-top: 6.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.www {
	font-size: 0.75em;}
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; text-align: justify; }
.ps h2, .notes h2 { font-size: 0.77em; font-weight: bold; }

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li { margin-bottom: 1em; }

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

.liste-articles li .spip_logos {
	float: right;
	margin-left: 25px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.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: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

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

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * 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 .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; 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 { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #d47ee7; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #6504a9; } /* PERSO */
a:hover { text-decoration: underline; color: #9323e2; } /* PERSO - survol */

/* Partie texte du logo */
.info {
	font-size: 9px;
	text-align:center;
	padding: 5px;
	margin: 5px;
}

/* Pagination */
.page {
	text-align: left;
	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: #c066ff; /* PERSO */
}

/* pour le formulaire recherche */
.formulaire {
	width: 130px;
	color: black;
	margin: 8px;
	margin-top: 32px;
	margin-bottom: 32px;
	margin-left: 16px;
	padding: 4px;
	border: 0px solid #a0a0a0;
	background-color: #d433e7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

/*
 * Le menu de navigation
 */
ul#menu li ul{
  display:none; 
}

ul#menu li:hover>ul{
  display:block; 
}

ul#menu {
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 11px;
     color:#ffffff;
}

ul#menu, ul#menu ul {
border:solid 1px #505050;
  list-style:none;
  padding:0;
  margin:0;
  width:13em;
  _ width:13em;
   background-color:#9323e2; /* PERSO */
  color:#ffffff;
}
	 
ul#menu ul{
  position:absolute;
  top:-1px;
  left:12.5em;
}

ul#menu li{
  position:relative;
  margin-left:5px;
  padding:0px;
  _display:inline;
}

ul#menu a{
  display:block;
  width: 13em;
  text-decoration: none;
	margin-left: 5px
  text-indent: 1em;
  padding: 6px 0;
}

ul#menu li:hover, ul#menu li a:hover {
  color:#000000;
  background-color:#ffaae8; /* PERSO */
		margin-left: 0px
}

ul#menu li.smenu {
	background-image: url(arrow.gif) !important;
	background-position: 11.3em;
	background-repeat: no-repeat;
}

ul#menu li.smenu:hover, ul#menu li.smenu>a:hover {
	background-image: url(arrowb.gif) !important;
	background-position: 11.3em;
	background-repeat: no-repeat;
  background-color:#ffaae8;; /* PERSO */
}

ul#menu a {
    color:#ffffff;
    text-decoration: none;
}
margin-top: 0.5em; margin-bottom: 2em;
