/*  ----------------------------------------------------------- */
/*  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: #214763;
	margin: 1.5em;
	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; }
ul, ol, li { margin: 0; padding: 0; list-style: none; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	background: #fff url("../img/bandeau.jpg") no-repeat top right;
	width: 920px; /* 48em; */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#page0 {
	width: 100%;  
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url("../img/pied.jpg") no-repeat bottom left;
}

#page1 {
/*	background: url("../img/bandeau.jpg") no-repeat top left; */
	padding: 0;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#conteneur { width: 100%; }

#conteneur #contenu {
	float: left;
	width: 500px; /* 33em; */
	padding: 0 10px;
}

#conteneur #navigation2 {
	float: left;
	width: 180px; 
	padding: 4px;
	margin-left: 6px;
/*	background: #BFE194;*/
}
#conteneur #navigation {
	float: right;
	width: 190px;  /* 12em; */
	text-align: center;
	margin-right: 6px;
	padding: 4px;
	background: #BFE194;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 290px;
	background-color: #eee;
	padding: 5px;
	font-size: 90%;
}

.page_plan #contenu .contre-encart {
	float: left;
	width: 290px;
	background-color: #fff;
	padding: 5px;
	font-size: 90%;
}

#contenu .encart {
	float: right;
	width: 200px;
	margin: 0;
	margin-bottom: 1em;
	font-size: 90%;
}

.suite {
	float: right;
	font-size: 70%;
	padding: 3px 6px;
	background-color: #016FA5;
	color: #fff;
}
/* Entete */
#entete {width: 100%; }
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: right;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
/* #entete .formulaire_recherche { float: right; } */

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	background: url("../img/ariane.jpg") no-repeat top center;
	padding: 15px 15px;
	color: #fff;
	margin-bottom: 0.5em;
	font-size: 0.77em; }

#hierarchie a {color: #fff;}

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	padding: 8px 0;
	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: Verdana, Tahoma, Arial, sans-serif; }

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

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: 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: 1em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }

#navigation .breves .titre {color: #666;font: 16px "Arial Black", Helvetica, sans-serif;}
#navigation .contenu a.nom-breves {color: #016FA5;  }

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

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

/* barre de menus des racines pas mises au top */
#menu_principal_box {
	width: 920px;
	text-align: right;
/*	margin-top: 89px !important;
	margin-top: 89px; */
	padding: 0px;
	height: 34px;
	background-color: #BFE194;
	}
	
#menu_principal {
	float: center;
	font-size: 0.95em; /* 0.91em;*/
	width: 920px;
	height: 34px;
	}

#menu_principal a.couleur0, #menu_principal a.couleur1,   #menu_principal a.couleur2, #menu_principal a.couleur3,  #menu_principal a.couleur4,  #menu_principal a.couleur5, #menu_principal a.couleur6 {}

#menu_principal li {
	float: left;
/*	width: 140px; */ /* 93px;*/  /* 8em; */
	height: 100%; /* 50px; */
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	background: none;
	margin: 0px;
	}

#menu_principal li a {
	display: block;
	color: #016FA5;
/*	background:#1B8231; */
	text-decoration: none;
	height: 30px;
	padding: 4px 15px 0 15px;
	}

#menu_principal li a:hover, #menu_principal li a:focus {color: #000; text-decoration: underline;}
#menu_principal .on {color: #333; background: #DAEFA5; /* #F6F06D; */}


/* barre de menus secondaire */
#menu_secondaire_box {
	width: 920px;
	text-align: right;
	padding: 0px;
	height: 30px;
	background-color: #DAEFA5;
	}

#menu_secondaire {
	float: center;
	font-size: 0.91em;
	width: 920px;
	height: 30px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}

#menu_secondaire li {
	float: left;
/*	width: 100px; */
	height: 100%; /* 50px; */
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	background: none;
	margin: 0px;
	padding: 0 10px;
	}

#menu_secondaire li a {
	display: block;
	color: #016FA5;
	text-decoration: none;
	height: 26px;
	padding-top: 4px; 
	}

#menu_secondaire li a:hover, #menu_secondaire li a:focus {color: #000;text-decoration: underline;}
#menu_secondaire .on {color: #333;}

	
#reserved {
	margin-bottom:5px;
	/* background: #E1CA0C;*/
	border: 1px solid #666; 
	padding: 0;	
	font-size: 0.77em;
	background: #fff;
}
#reserved h3 {margin: 0; text-align: center; background: #666; color: #fff;	padding:0 ;}
/* #reserved ul {margin: 5px;} */
#reserved li {text-align: left;}
#reserved li a{padding: 1px 5px;}
#reserved li a.on {color: #000;}
#abonne {background: #eee; font-size: 0.9em; padding: 3px;}
	
#closebox {
	font: 1px Verdana, Arial, sans-serif;
	float: right;
	width: 18px;
	padding:0 5px 0 0;
}
#closebox img {margin: 0px; padding: 0px; border: 0px;}	

#menu_droite {
	border: 1px solid #666;
	padding: 0px;	
	margin-bottom: 1em;	
}
#menu_gauche h3 {
	background: #666;
	text-align: center;
	font-size: 0.77em;	
}

#menu_droite li {
	text-align: left;
	clear: both;
	height: 100%;
	}

#menu_droite li a {
 	display: block; 
/*	width: 100%; */
	color: #000; /* #9EB261; */
	text-decoration: none;
/*	height: 100%; */
	padding: 4px;
	padding-left: 10px; 
	margin: 0;
	font-size: 1.2em; 
	}

#menu_droite li a:hover, #menu_droite li a:focus {
	background: #FBF9C0;
	color: #000;
	text-decoration: underline; 
	}
	
		
#menu_droite .rubpack  {font-weight: normal;}

/* #menu_droite .art {padding-left: 10px;} */
	
#menu_droite a.on{
	color: #B12725;
	background: #BADA0D;  /* #ACD6FF; */
	font-weight: normal;
	}

#menu_droite ul ul li {padding-left: 20px;}

.plusmoins {
	margin-top: 5px;
	margin-left: 10px !important;
	margin-left: 6px; 
/*	font: 24px Verdana, Arial, sans-serif; */
	float:left; 
	width: 13px;
 	height:  13px; 
	margin-right: 5px; 
}


#menu_gauche {
	border: 2px solid #eee;
	padding: 0px;	
	margin-bottom: 1em;
}

#menu_gauche h3 {
	background: #eee;
	text-align: center;
	font-size: 0.77em;	
}
#menu_gauche li {
	text-align: left;
	clear: both;
	height: 100%;
	}

#menu_gauche li a {
 	display: block; 
/*	width: 100%; */
	color: #000; /* #9EB261; */
	text-decoration: none;
/*	height: 100%; */
	padding: 4px;
	padding-left: 10px; 
	margin: 0;
	font-size: 0.71em; 
	}

#menu_gauche li a:hover, #menu_gauche li a:focus {
	background: #FBF9C0;
	color: #000;
	text-decoration: underline; 
	}
		
#menu_gauche .rubpack  {font-weight: normal;}

/* #menu_droite .art {padding-left: 10px;} */
	
#menu_gauche a.on{
	color: #B12725;
	background: #FBF9C0;  /* #ACD6FF; */
	font-weight: normal;
	}

#menu_gauche ul ul li {padding-left: 20px;}

.fb_off {background:  url("../img/fb_off.gif") no-repeat left center;}
.fb_on {background:  url("../img/fb_on.gif") no-repeat left center;}
.fd_off {background:  url("../img/fd_off.gif") no-repeat left center;}
.fd_on {background:  url("../img/fd_on.gif") no-repeat left center;}

.rubpack { display: none;}

/* Mini-calendrier */
#calendar {
	width: 99%; /* correction pour Opera */
	margin: 1px;
}

#calendar th, #calendar td {
	width: 14%;
}

/* #calendar h2 {text-align: center;} */

#calendar .agenda {	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #D7EBEE;  
	width: 100%;
	font-size: 0.71em;
}

#calendar table caption {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border: 1px solid #ccc;
	padding: 1px;	
	font-size: 12px;
	background-color: #AAC2CB; 
}


#calendar table caption a {
	font-size: 16px;
}

#calendar h2 {
	color: #666;
	/* font-weight:bold; */
	font: 16px "Arial Black", Helvetica, sans-serif;
	/* font-style: italic;*/
}

#calendar .agenda_resume { 	
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border: 1px solid #ccc;
	background-color: #AAC2CB;  
	font-size: 0.71em;
	text-align: left;
}

#calendar td.occupe a {	color: #016FA5; font-weight:bold; text-decoration:underline;}
#calendar td.horsperiode {color:#878787;font-size:.9em;}


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

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 0.5em; }

.cartouche .titre {
	background:  url("../img/titre.jpg") no-repeat left center;
	padding: 2px 25px;
	font-size: 1.27em;
	font-weight: bold;
	color: #214763; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

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

.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 {
	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 { color: #000; font-size: 0.96em; text-align: justify; }

.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-top: 2px;
	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 {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

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

.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.82em;
	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-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 { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* 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 { 
	float: right;
	width: 170px;  /* 12em; */
	text-align: left; 
}
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  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; }
ul.forum, ul.forum ul { list-style: none; }
.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: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
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; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #016FA5; }
a:hover { text-decoration: underline; }