/*  ----------------------------------------------------------- */
/*  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: #FFF;
	margin: 0em;
	text-align: center;
	font-size: 1em;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 1020px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}

.page_sommaire {
background-image:url(../images/fond_som.jpg); background-repeat:repeat-y; height:430px;
}

.page_rubrique , .page_article, .page_recherche, .page_plan {
background-image:url(../images/fond_autre.jpg); background-repeat:repeat-y; height:100%; overflow:hidden;
}


.sommGauche {
width:469px; float:left; padding-top:20px;
}
.sommDroite {
 width:275px; float:left; padding:0px; margin:0px;
}

#conteneur { width: 100%;  }

#conteneur #contenu {
	float: left;
	width: 550px;
	padding-left:15px;
	height:100% !important; height:30em; min-height:30em;
}

h2.actu { text-align:center; background:#FFAD00;color:#566b8f; display:block; font-size:1.1em; font-weight:bold; margin:0em 2em 1.5em 2em; padding:8px 0px;}

#conteneur #navigation {
	float: left;
	width: 220px;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	/*width: 21em;*/
}

#contenu .encart {
	float: right;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
#entete {
	width: 100%;
	height:173px;}
#entete #nom_site_spip{
	font-weight: bold;
	font-size: 1.1em; 
	color:#FFAD00;
	padding-top:20px;
	text-align:center;
	}
#entete .descriptif_site{
	font-size: 0.7em; 

}
 #entete .spip_logos {
 	float: left;
	z-index:100;
 }	
 #entete .spip_logos2 {
 	float: right;
	
 }	
 
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }

/* Fil d'Ariane */
#hierarchie {
	clear: both;font-size: 0.7em;	padding-bottom:2px;color:#808080;	margin-left:10px; width:550px;	}
#hierarchie a { color:#808080;}

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	text-align: center; overflow:hidden;   height:158px;	}
.piedSomm{background-image:url(../images/bas.jpg); background-repeat:no-repeat;}
.piedAutre{background-image:url(../images/bas2.jpg); background-repeat:no-repeat;}

#pied .texte-liens {font-size: 0.7em; margin-top:40px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif;}
#pied .texte-liens a {color:#FFFFFF;}
#pied img { margin:10px 0px 0px 25px;}
#pied .partenaires {  text-align:center; margin-left:20%; }
  #pied .spip_logos {
 	float: left; 
 }	
 #pied .spip_logos2 {
 	float: right;
 }	

#pied .ore {font-size: 0.7em; margin-top:20px; color:#666666;}
#pied .ore a{color:#666666;}
/* 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: Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: Verdana, Tahoma, Arial, sans-serif;}

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Verdana, Tahoma, Arial, sans-serif;}


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers, .menu {
	min-width: 10em;
	margin-bottom: 1em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	text-align: right;
	font-weight: bold;
	color: #FF6600;
}

/* Menu Gauche*/

#navigation .menuG {font-size:medium;	width: 100%;	padding: 0px; text-align:right;}
#navigation .menuG ul {	margin:0px;	padding: 0px; list-style:none; text-align:right}
#navigation .menuG li {color:#004e5c;text-align:right; padding:4px 0px 4px 0px; background-image:url(../images/fond-menu.jpg);list-style:none; padding-right:20px; display:block; height:23px; }
#navigation .menuG li a{ color:#004e5c; font-size:0.7em; font-weight:bold;}
#navigation .menuG li a:hover { text-decoration:underline;}

#navigation .pole { margin-bottom:5px; margin-top:5px;}
#navigation .pole li {color:#004e5c;text-align:right; padding:0px 0px 5px 0px; list-style:none; display:block; background:none; height:36px; padding-right:20px;}
#navigation .pole .logoR { position:relative;left:200px;  display:inline;float:left;}
#navigation .pole .spip_logos{ float:none;}
 
#navigation .accG {color:#004e5c;text-align:right; padding:0px 0px 4px 0px;padding-right:20px;background-image:url(../images/puce2.png); background-repeat:no-repeat; background-position: center right;}
#navigation .accG a{ color:#004e5c; font-size:0.7em; font-weight:bold; }



/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #EAFFEA;}
.rubriques .menu-titre { background: #FFF; }

.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  menu
/*  ------------------------------------------ */
.menu { text-align:right}

.menu a.rub-menu-autre {
	color: #FFF;
	font-weight: bold;
	background-color:#809d00;
	display:block;
	padding:0.2em 0;
	border-top:1px solid #596e00;
}
.menu a.rub-menu-autre:hover {
	text-decoration: none;
	background-color:#809d00;
}
.menu a.rub-menu-courant {
	color: #FFF;
	font-weight: bold;
	background-color:#809d00;
	display:block;
	padding:0.2em 0;
	border-top:1px solid #596e00;
}
.menu a.rub-menu-courant:hover  {
text-decoration: none;
}
.menu a.sousrub-menu-autre {
	color: #FFF;
	font-weight: bold;
	background-color:#c4c488;
	display:block;
	border-top:1px solid #596e00;
	padding:0.2em 0;
}
.menu a.sousrub-menu-autre:hover {
	color: #FFF;
	text-decoration: none;
	background-color:#c4c488;
	display:block;
}
.menu a.sousrub-menu-courant {
	color: #FFF;
	text-decoration: none;
	background-color:#c4c488;
	display:block;
	font-weight: bold;
	border-top:1px solid #596e00;
	padding:0.2em 0;
}
.menu a.sousrub-menu-courant:hover  {
text-decoration: none;
}

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 0em; }

.cartouche .titre {	font-size: 0.88em;	font-weight: bold;	color: #2e5200;	padding-left:15px;}
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: left; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
font-size:0.77em;	font-weight: bold;text-align:justify;padding:0px 15px 0px 15px;}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }
	
.descriptif {color:#003366; font-size:0.77em; font-weight:bold;text-align:justify;}
.texte { color: #000; font-size: 0.77em; text-align:justify;padding:0px 15px 0px 15px;
}


.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #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: 2px 15px 0px 15px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre { font-size:0.7em}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {font-size:0.7em}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles  {padding:0px 15px 0px 15px; }
.liste-articles ul { margin: 0; list-style:disc;}
.liste-articles li {}

.liste-articles li .titre a{
	font-size: 0.77em;
 }
.liste-articles li .titre a:hover{
text-decoration:none;}

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	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.77em;
	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;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	color:#2e5200;
	 }

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml {font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton {background:none;text-align:center;}

.spip_bouton input { float: right;}
.form_reh {	text-align:right; top:120px; position:relative; right:78px; height:0px; float:right;}
.form_reh .forml {background:#f1f7b9;color:#99b129; border:0px; text-align:right; font-size:0.7em; font-weight:bold; margin-right:6px;}

.form_reh a.boutonRech { background-image:url(../images/boutonOff.png);  height:18px; width:18px; position:relative; }
.form_reh a.boutonRech:hover { background-image:url(../images/boutonOn.png); }


/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }







.agenda {	margin: 0px 10px 0px 10px;color:#809D00; background:#fff;padding:5px; border:1px solid #006600;}
.agenda .en-tete {	display: block;	background-color:#fff;	font-weight: bold;	color: #ca3300;text-align: left;}
.agenda a.en-tete {	display: block;	background-color: #fff;	font-weight: bold;	color: #ca3300	}
.agenda .contenu {	border: 1px solid #808080;	margin: 5px 0px 5px 0px;	padding: 0px;}
.mois {margin: 0px;	padding: 0px;	text-align:center;}
.mois a{ color:#000; text-decoration: none ; }
.mois a:hover{ }

.mini-agenda {padding:4px;  margin:auto;  }
.milieu {background-image:url(../images/agenda-fond-gd.png); background-repeat:no-repeat;width:350px;height:170px;}
.mini-agenda table { border-collapse:collapse;}
.mini-agenda table td{ height:19px;}
.mini-agenda .mois caption { text-align:center; color:#2e5200; margin-bottom:3px; font-size: 0.85em;padding :6px 0px 5px 0px; }
.mini-agenda .mois caption img{ vertical-align:middle;}
.mini-agenda .mois caption a{ color:#2e5200;text-decoration:none;}
.mini-agenda .mois caption a.moiscourant{ color:#2e5200; font-weight:bold; text-decoration:none;}
.mini-agenda table a{ color:#2e5200; font-weight:bold; text-decoration:none;}
.mini-agenda table a:hover{text-decoration:underline;color:#2e5200;}

.calendar_this_day {  /* surligne le jour d'aujourd'hui */   font-weight:bold;color:#c11101	}
.calendar_this_day a{color:#c11101}
.calendar_this_month {  /* couleur des cases appartenant au mois en cours */	}
.calendar_not_this_month {  /* couleur des cases n'appartenant pas au mois en cours => début et fin de mois */color:#7D7D7D; backlmground:#EEE;}
.calendar_head_mini {    /* corespond à la ligne des jours : lu ma me je ve sa di*/	text-align: center;color: #2e5200;font-style:normal;  font-weight:normal}

.date_jour {text-align:left; color:#000;display:inline; font-weight:bold;} 
.evenement {height:100%; overflow:hidden;}
.evenement a { text-decoration:none; font-weight:normal; color:#000080;}
.evenement a:hover{ text-decoration:underline;}
.evenement a.courant { font-weight:bold; color:#000080; }
.evenement table { text-align:left;width:100%; font-size:small; color:#000;}
.evenement caption{ text-align:left; margin-top:15px; color:#000080; font-weight:bold; font-size:medium;}
.texteart {padding: 0px 15px 0px 30px; text-align:justify; border-top:1px dashed #006600; margin:5px 0px 5px 0px;color:#000;border-bottom:1px dashed #006600;overflow:hidden; height:100%}
.texteart a{ text-decoration:none; font-weight:normal; color:#000080;}.
a.date_style{font-size:small; color:#000; font-weight:bold;}
a.style_noir { color:#000; font-weight:bold;}
.rq { font-size:x-small; font-style:italic;}


.droite { width:184px; float:right; margin-top:15px; margin-right:10px;}
.droite .titre {color:#2e5200; text-align:left; font-size:0.7em; font-weight:bold; padding:3px 0px;}
.droite a { color:#2e5200; text-decoration:none;}
.droite .contenu { width:184px; height:170px;}
.droite .fondagenda {background-image:url(../images/agenda-fond.png)} 
.droite ul {font-size:0.7em; margin:0; padding:0; color:#FFF; text-align:left; list-style:inside;}

.on { font-weight: bold; color: #000; } /* liens exposes */
a.on {color:#FFCC33;} /* liens exposes */

.poles {float:left; width:245px; height:80px; margin:0px}
.poles .spip_logos { float: left; margin-right:1px ;}
.poles .image {height:80px; width:80px; float:left;}
.poles ul {list-style:disc; padding:0px; margin:0px}
.poles li {list-style:disc;height:80px; float:left; width:145px; padding-top:30px; margin-left:20px}

.cadre { float: left; background-image:url(../images/cadre.png); background-repeat:no-repeat; width:200px; height:87px; color:#004e5c; font-size:0.7em; font-weight:bold; padding:10px; letter-spacing:-0.4px; margin-left:12px }
.cadre a{color:#000}
.desript { margin-top:5px;}
.liensSomm {float: left; width:200px; height:20px; color:#004e5c; font-size:0.7em; font-weight:bold; padding-left:30px;}
.liensSomm a{ color:#004e5c}
