/*  ----------------------------------------------------------- */
/*  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: 1.5em;
	text-align: center;
	color:#666666;
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	padding: 0em;
	font:Verdana, Arial, Helvetica, sans-serif;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }









/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 965px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
}
#spacer {
	clear:both;
	}
#conteneur { 
	width: 965px;
	}

#conteneur #barre_ariane {
	width:960px;
	clear: right;
	height: 20px;
	background-color: #CCCCCC;
	vertical-align:inherit;
	padding-top:2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* Fil d'Ariane */
#conteneur #barre_ariane #hierarchie {
	width:750px;
	float:left;
	font-size: 0.72em; 
	color:#525252;
	}

#hierarchie a:hover{
	color:#989898;
	text-decoration:none;
}

#hierarchie .mere {
font-weight: bold;
color:#525252;	
}

#hierarchie .mere:hover {
		color:#989898;
		text-decoration:none;
}
	
#hierarchie .rubrique
{
	display:inline;
	color:#CC0033;
	font-weight: bold;
	font-size: 0.98em;
}

#hierarchie .rubrique:hover {
		color:#989898;
		text-decoration:none;
}
	

#conteneur #barre_ariane #recherche {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:170px;
	font-size: 0.86em;
}

#conteneur #contenu {
	font-size: 0.72em;
	padding-left:4px;
	width: 670px;
	float: left;
	
}

#conteneur #contenu .liste-articles {	
	padding-left:16px;
	}



#conteneur #menu_droit {
	float: right;
	width: 266px;
}




/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}


/* 	------ menu interne ---- */
#nav {
	font-size:0.72em;
	/*color:#FFFFFF;*/
	width: 965px;
	clear:both;
	/*display:inline;*/
	font-weight: bold;
	color:#FFFFFF;
}

#nav a {
	color:#FFFFFF;
	
}

#nav a:hover {
	text-decoration: underline;
}


/*#nav ul {

width: 236px;
height:125px; 
padding: 0;
padding-bottom:8px;
margin: 0;
list-style: none;


} 
#nav a {
color:#FFFFFF;
display: block;
width: 185px;
}

#nav li {
width: 238px;
float: left;


}

#nav li ul {
	position: absolute;
	width: 185px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 185px;
	padding-left: 55px;
}




#nav1 li ul {
	background-image:url(images/asso_02.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 185px;
	left: -999em;
	
}



#nav2 li ul {
	background-image:url(images/ressources_02.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 185px;
	left: -999em;
}

#nav3 li ul {
	background-image:url(images/metier_02.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 185px;
	left: -999em;
}

#nav4 li ul {
	background-image:url(images/emploi_02.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 185px;
	left: -999em;
}

/* ----- fin menu interne -----  */


/* extranet -*/

#extranet {
	float: right;
	width: 266px;
	background-color: #003366;	
}

/* barre de recherche interne */

#barre_recherche {
	z-index:0;
	height:30px;
	width:965px;
	background-color:#CCCCCC;
	clear:right;
	vertical-align: bottom;	
}

/* Entete */
#entete {
	width: 100%;
	clear:right;
	padding-bottom:4px;
	 }
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }



/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	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; }
h3.spip {
color:#ef7f01;
}

/*  ------------------------------------------
/*  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; }

/*  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; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */


/* caché//apparent */

.apparent
{
   /* attributs obligatoires */
   visibility: visible;
   display: block;

   /* d'autres attributs de votre choix... */
   /*width: 140px;*/
   padding: 4px 10px;
   margin-bottom: 3px;
}

.cache
{
   /* uniques attributs de cette classe */
   visibility: hidden;
   display: none;
}





/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { 
width:100%;
margin-bottom: 15px; }

.cartouche .titre {
	font-size: 1.45em;
	font-weight: bold;
	color: #666666; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin: 16px;
}

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.82em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
#interne {
	position:absolute;
	top:135px;
	width:965px;
}

#interne #gauche {
	float: left;
	width: 698px;
	
}

#interne #droite {
	float: right;
	width: 266px;
	clear: right;
}


.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; }
	
.date_orange {
	font-weight: bold;
	font-size: 0.68em;
	color:#ec7300;
	padding-left:278px;
	text-align: right;
	}
	
.spip_logos {
	margin: 5px;
}

.texte { width: 90%;
		color:#666666;
		 font-size: 1.1em; }

.texte li {
	list-style-image: url(images/puce.gif);	
}
		 
.titre { 
		margin-top:4px;
		color:#666666; }
		 
.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;
	
}
.liste-articles li {
	margin-bottom: 4px;
	clear: both;
	list-style-image: url(images/puce.gif);
	list-style-position: outside;
	text-align: left;
}

.liste-articles li .titre {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.liste-articles li .titre a:hover{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.liste-articles li .titre a{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}


.liste-articles li .spip_logos {
	float: right;
	margin-top: 5px;
	border: thin solid #EE6804;
	}

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 95%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.82em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	font-size: 0.68em;
	line-height: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */
#plan {}

#plan ul {
	clear:both;
	display:block;
}

/* css rubriques 1 */
#rubrique1 {
	float:left;
	width: 266px;
	background-color: #ee7f01;
	background-image: url(images/orga.gif);
	background-repeat: no-repeat;
	padding-top: 46px;
	padding-bottom:1px;
	color: #FFF;
	list-style-type: none;
	font-size: 0.82em;
	font-weight: bold;
	margin-top: 3px;
	
	
        }

#rubrique1  a {
	width:261px;
	padding-left:5px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	clear:both;	
	
        }
		
#rubrique1 ul {
		list-style: none;
        margin: 0;
        padding: 0;
}

#rubrique1 li {
		list-style:none;
		display:block;
		clear:both;
}


#rubrique1  a:link, #rubrique1  a:visited {
        color: #FFFFFF;
        display: block;
        font-weight: bold;	}

#rubrique1  a:hover, #rubrique1  #current {
		background-color:#f19934;
		color: #FFF;    
        font-weight: bold;	}
		
/* ---- rubrique2 ------------- */		
		
#rubrique2 {
	width: 266px;
	float: left;
	background-image: url(images/menu_expert.gif);
	background-repeat: no-repeat;
	color: #FFFFF;   
	padding-top: 46px;
	list-style-type: none;
	background-color: #c8a77b;
	font-size: 0.82em;
	font-weight: bold;	
	margin-top: 3px;
	
	
        }	

#rubrique2  a {
        width:261px;
		padding-left:5px;
		color: #FFFFF;   
        text-decoration: none;
		font-weight: bold;	
		display:block;
        }
		
#rubrique2 ul {
		list-style: none;
        margin: 0;
        padding: 0;
}

#rubrique2 li {
		list-style:none;
	
		clear:both;
}

#rubrique2  a:link, #rubrique2 a:visited {
		width:100%;
        color: #FFFFFF;
        display: block;
		font-weight: bold;	
		clear:both;
        }

#rubrique2  a:hover, #rubrique2 #current {
		width:100%;
		color: #FFFFF;   
		background-color:#d3b995;
		color: #FFF;    
		font-weight: bold;	
        }



/* --------------------- rubrique 3 ------------------ */

#rubrique3 {
		width: 266px;
		float:left;
		clear:left;
		background-color: #717c8c;
		background-image: url(images/pub.gif);
		background-repeat: no-repeat;
		padding-top: 46px;
		padding-bottom:1px;
		color: #FFFFFF; 
		list-style-type: none;
		font-size: 0.82em;
		font-weight: bold;	
		padding-left: 0px;
		margin-top: 3px;
		
		
		        }

#rubrique3  a {
        width:261px;
	padding-left:5px;
		color: #FFFFFF; 
        text-decoration: none;
		font-weight: bold;	
		display:block;
		clear:both;
		
        }

#rubrique3 ul {
	list-style: none;
        margin: 0px;
        padding: 0px;
}
#rubrique3 ul ul {
	
		margin:0px;
		padding:0px;
		clear:both;
}

#rubrique3 li {
		margin:0px;
		padding:0px;
		list-style:none;
		display:block;
		clear:both;
}

#rubrique3  a:link, #rubrique3  a:visited {
      	 color: #FFFFFF; 
        display: block;
        font-weight: bold;	
		display:block;
		clear:both;	}

#rubrique3  a:hover, #rubrique3  #current {
		background-color:#415074;
		color: #FFFFFF;   
        font-weight: bold;	
		display:block;
		clear:both;	}


/* --------------------- rubrique 4 ------------------ */
#rubrique4 {
		width: 266px;
		float:left;
		background-color: #2a3b63;
		background-image: url(images/emploi_form.gif);
		background-repeat: no-repeat;
		padding-top: 46px;
		padding-bottom:1px;
		color: #FFFFFF;   
		list-style-type: none;
		font-size: 0.82em;
		font-weight: bold;	
		margin-top: 3px;
        }

#rubrique4  a {
       width:255px;
	padding-left:5px;
		color: #FFFFFF;  
        text-decoration: none;
		font-weight: bold;	
		display:block;
		clear:both;
        }
#rubrique4 ul {
		list-style: none;
        margin: 0;
        padding: 0;
}
#rubrique4 li {
		list-style:none;
		display:block;
		clear:both;
}


#rubrique4  a:link, #rubrique4  a:visited {
        color: #FFFFFF;  
        display: block;
        font-weight: bold;	}

#rubrique4  a:hover, #rubrique4  #current {
		background-color:#415074;
		color: #FFFFFF;    
        font-weight: bold;	}
		
		
/*------------- extranet rubrique 14 --------------------*/



#rubrique14 {
		display:none;
		width: 266px;
		float: left;
		background-color: #2a3b63;
		background-image: url(images/rub_extranet.gif);
		background-repeat: no-repeat;
		padding-top: 30px;
		padding-bottom:8px;
		color: #FFFFFF;   
		list-style-type: none;
		font-size: 0.82em;
		font-weight: bold;
		margin-top: 3px;
        }

#rubrique14  a {
        width:261px;
		padding-left:5px;
		color: #FFFFFF;  
        text-decoration: none;
		font-weight: bold;	
		display:block;
		clear:both;
        }
#rubrique14 ul {
		list-style: none;
        margin: 0;
        padding: 0;
}
#rubrique14 li {
		list-style:none;
		clear:both;
		padding-bottom: 5px;
}


#rubrique14  a:link, #rubrique14  a:visited {
        color: #FFFFFF;  
        display: block;
        font-weight: bold;	}

#rubrique14  a:hover, #rubrique14  #current {
		padding: -5px;
		background-color:#707c96;
		color: #FFFFFF;    
        font-weight: bold;	}
		
/*------------- extranet  --------------------*/



#extranet14 {
		
		width: 266px;
		float: left;
		background-color: #2a3b63;
		background-image: url(images/rub_extranet.gif);
		background-repeat: no-repeat;
		padding-top: 30px;
		padding-bottom:8px;
		color: #FFFFFF;   
		list-style-type: none;
		font-size: 0.82em;
		font-weight: bold;
		margin-top: 3px;
        }

#extranet14  a {
        width:261px;
		padding-left:5px;
		color: #FFFFFF;  
        text-decoration: none;
		font-weight: bold;	
		display:block;
		clear:both;
        }
#extranet14 ul {
		list-style: none;
        margin: 0;
        padding: 0;
}
#extranet14 li {
		list-style:none;
		clear:both;
		padding-bottom: 5px;
}


#extranet14  a:link, #extranet14  a:visited {
        color: #FFFFFF;  
        display: block;
        font-weight: bold;	}

#extranet14  a:hover, #extranet14  #current {
		padding: -5px;
		background-color:#707c96;
		color: #FFFFFF;    
        font-weight: bold;	}


/* --------- fin  rubriqueS ------------*/

.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 login */
.formulaire_login { text-align: left; font-size: 0.78em; }
.formulaire_login p {  padding: 0; }
/* ---------------- */

.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 { width: 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: #333; }
a:hover { text-decoration: underline; }


