/*
 * 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: #efae74; /* 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: 190px;
	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: #efae74; /* PERSO */
	border-right: 2px solid #505050; /* PERSO */
	border-bottom: 2px solid #505050; /* PERSO */
	margin-right:2%
	padding: 0px;
	width: 86.5%;
	max-width: 1240px;

}


#bandeau2 {
	position: relative;
	float: right;
	min-height: 100px;
	max-height: 340px;
	background-color: #f89ea0; /* PERSO */
	margin: 10px;
	padding: 5px;
	min-width: 270px;
	max-width: 370px;
	overflow: auto;
}


#bandeau3 {
	position: absolute;
	float: bottom
	bottom: 0px;
	left: 0px;
	background-color: #ecb379; /* PERSO */
	width: 80%;
	min-width: 600px;
	border: 0px;
	padding-left:10%;
	padding-right:10%;
	border-top: 2px solid #505050; /* PERSO */
}



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


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


#galeriestrip /* PERSO */ {
	position: relative;
	overflow: auto;
	min-height: 150px;	
	max-height: 270px;
	min-width: 390px;
	max-width: 535px;
	margin: 0px;
}



/*  ------------------------------------------
/*  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: #ecb787; }
.forums .menu-titre { background: #eaa466; }

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

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

.contenu {margin: 10%;}

.contenu .texte {
	margin-right: 15%;
}
.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
	color: #a02020;
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
	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: 110%;
	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: 100%;
	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: 8px;
}
.contenu .texte {
	margin-right: 0%;
}
.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
	color: #a02020;

}
.contenu .surtitresommaire {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	font-size: 90%;
	font-weight: bold;
	color: #505050;
}
.contenu .surtitresommaire2 {
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	font-size: 80%;
	font-weight: bold;
	color: #505050;
}
.contenu .detail {
	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: 115%;
	font-weight: bold;
}
.contenu h1,h2.titre-extraitsommaire2 {
	font-size: 105%;
	font-weight: bold;
}

.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 70%;
	text-align: justify;
}

.logosommaire {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px; 
	margin-top: 7px; 
}

.logosommaire2 {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 15px; 

}

.logorubrique {
	
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 10px; 

}


/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	min-width: 400px; 
	max-width: 700px;
}
.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;
	margin-right: 34%;
	max-width: 800px;
	min-width: 600px;
}


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

.cartouche .spip_logos {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 

	
}

.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; 
	min-width: 400px;
	max-width: 800px;
}

.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: #333; line-height: 1.4em; text-align: justify; min-width: 400px; max-width: 700px;}

.cadrelistearticles {margin-left:130px; margin-right: 10%; min-width:275px; max-width:500px}


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

.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; min-width: 400px; max-width: 700px;}
.ps h2, .notes h2 { font-size: 0.77em; font-weight: bold; }

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

.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; 
	border: 1px solid #505050; /* PERSO */
}

.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; 
	min-width: 400px; 
	max-width: 700px;}

/* * 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: #e37174; }
ul ul .forum-chapo { background: #f89ea0; }
ul ul ul .forum-chapo { background: #fbbfc0; }
ul ul ul ul .forum-chapo { background: #fbbfc0; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #c94b4e; } /* PERSO */
a:hover { text-decoration: underline; color: #e37174; } /* 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 {
	font-size: 80%
}

.reponse a, .reponse a:link {
	color: #e37174; /* 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: #efae74;
	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:#e37174; /* 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:#f89ea0; /* 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:#f89ea0;; /* PERSO */
}

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

