/*  ----------------------------------------------------------- */
/*  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: #008CCA;
	text-align: center;
	font-size: 0.9em;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

img, table {
	margin-top: 8px;
	padding: 0;
	border: none;
}
.spip_logos {
	margin-top: 15px;
	margin-bottom: 10px;
}
.imgArticl {
	width: 450px;
}
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
.titres {
	margin-bottom: 15px;
	color: #008CCA;
	margin-top: 10px;
	font-weight: bold;
}
hr{
	color: #008CCA;
	background-color: #0091d1;
	height: 2px;
	border: 0;
}
.taille {
	font-size: 0.8em;
}
.gras {
	font-weight: bold;
	font-size: 1.1em;
}
.orange {
	color: #CE7E01;
	font-weight: bold;
}
.bleu {
	color: #008CCA;
	font-weight: bold;
}
/*   Couleurs des liens */
a { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #999;}

/*   Couleurs des liens navigation */
#navigation a {
	text-decoration: none;
	color: White;
}
#navigation a:hover { text-decoration: none; color: #000;}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 1100px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#conteneur {
	width: 790px;
	margin-left: 215px;
	margin-top: 0px;
	background: #fff;
}

#conteneur #contenu-categ {
	width: 790px;
	text-align: left;
	min-height: 600px;
	background: #fff;
	padding-bottom: 35px;
	
}

#conteneur #contenu-categ .contre-encart {
	list-style: none;
	margin-left: 0px;
	background-image: url(image/trait.gif);
	background-repeat: no-repeat;
	background-position: 13px 0;
	width: 500px;
	padding-top: 33px;
	padding-left: 25px;
	float: left;
}
#conteneur #contenu-categ .contre-encart ul {
	list-style: none;
}

#conteneur #contenu {
	width: 760px;
	text-align: left;
	min-height: 600px;
	background: #fff;
	padding-bottom: 35px;
	margin-left: 30px;
	padding-top: 25px;
	position: relative;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu #texte-b {
	margin-right: 36px;
	margin-left: 36px;
	margin-bottom: 36px;
	margin-top: 20px;
	font-size: 0.9em;
	text-align: justify;
}
#contenu #menu-principal .contre-encart {
	width: 245px;
	list-style: none;
	padding-left: 4px;
	padding-top: 35px;
	padding-right: 0px;
	background-image: url(image/trgle_accueil.gif);
	background-repeat: no-repeat;
	background-position:left top;
	list-style: none; 
	font-weight: bolder;
	font-size: 0.9em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #008CCA;
	
}
.encart_commentaire {
	width: 160px;
	list-style: none;
	padding-left: 15px;
	padding-top: 35px;
	padding-right: 10px;
	list-style: none; 
	font-weight: bold;
	font-size: 1em;
	background-color: #008CCA;
	padding-bottom: 20px;
	line-height: 0.8em; 
}
.encart_commentaire li {
	margin-bottom: 0.5em;
	
	}
.encart_categ {
	width: 160px;
	list-style: none;
	padding-left: 15px;
	padding-top: 35px;
	padding-right: 10px;
	list-style: none; 
	font-weight: bold;
	font-size: 0.8em;
	background-color: #008CCA;
	padding-bottom: 20px;
}
.encart_categ li{
	margin-bottom: 1em;
	}
#article_commun {
	width: 160px;
	margin-left: 565px;
	margin-top: 13px;
	
}
#article_commun a {
	color: White;
	font-weight: bold;
}
#article_commun a:hover {
	color: White;
	text-decoration: underline;
}
#article_commun small {
	color: #CE7E01;
	font-weight: bold;
	font-size: 0.7em;
}
#article_commun h4 {
	font-size: 0.9em;
}
#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

#contenu #menu-principal {
	list-style: none; 
	padding-left: 0px;
	margin-top: 30px;
}
#contenu #menu-principal .colonne {
	float: left; 
	margin-right: 20px;
}
#contenu #menu-principal h2 {
	background-image: url(image/btn_encart.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 250px;
	height: 60px;
	color: white;
	font-weight: bolder;
	font-size: 1.1em;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
}
#contenu #menu-principal h3 {
	color: #CE7E01;
	font-weight: bolder;
}
h4.encart_seb {
	width: 160px;
	font-weight: bolder;
	font-size: 1.1em;
	text-align: left;
	padding-left: 15px;
	padding-top: 20px;
	background-color: #008CCA;
	padding-right: 10px;
}
#contenu #menu-principal a {
	color: #008CCA;
}
#contenu #menu-principal a:hover {
	color: #CE7E01;
}

#contenu #menu-principal h2 a {
	color: White;
	padding-left: 15px;
	padding-top: 20px;
	display: block;
}
#contenu #menu-principal h2 a:hover {
	color: White;
	text-decoration: none;
}
#contenu #menu-principal .encart_commentaire a {
	color: White;
}
#contenu #menu-principal .encart_commentaire a:hover {
	color: White;
	text-decoration: underline;
}
/*  menu et sous menu principal
---------------------------------------------- */
.rubriques { 
background-image: url(image/triangl.gif);
background-repeat: no-repeat;
background-position: left top;
width: 100%;
height: 21px;

}
.rubriques small {
	color: Black;
	font-size: 0.6em;
	margin-left: 40px;
}
.rubriques ul {
	list-style: none;
	margin-left: 44px;
	padding-top: 4px;
}
.rubriques li {
	float: left;
	margin-right: 20px;
	font-size: 0.9em;
	font-weight: bold;
}
.rubriques a {
	color: #CE7E01;
	text-decoration: none;
}
.rubriques a:hover {
	color: black;
	text-decoration: none;
}
.rubriques h2 {
	color: #008CCA;
	margin-left: 40px;
	font-weight: bold;
	font-size: 1em;
	padding-top: 10px;
	margin-right: 50px;
	text-align: justify;
}
.divers { 
background-color: #008CCA;
width: 100%;
height: 30px; }
.divers ul {
	list-style: none;
	margin-left: 40px;
	padding-top: 5px;
}
.divers li {
	float: left;
	margin-right: 20px;
	font-size: 1em;
	font-weight: bold;
}
.divers li a {
	color: white;
	text-decoration: none;
}
.divers li a:hover {
	color: #CE7E01;
	text-decoration: none;
}

/* Blocs navigation colonne gauche logo-baseline */

#navigation {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 0px;
}

#navigation ul {
	text-align: right;
	list-style: none;
	margin-top: 20px;
	margin-right: 0;
	padding-right: 0;
}

#galerie {
	padding-bottom: 25px;
}

.baseline {
	font-weight: bolder;
	text-align: right;
	font-size: 13px;
}
#archive {
	clear: both;
	margin-top: 15px;
}
#drapeau {
	float: right;
	
}
/* Entete */

#entete {
	width: 790px;
	border: none;
	
	height: 174px;
	
	background-color: #008CCA;
	position: relative;
}
#entete #etc {
	width: 122px;
	border: none;
	height: 80px;
	background-image: url(image/etc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-color: #008CCA;*/
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#entete img, #entete .spip_logos {
	margin: 0;
	padding: 0;
	}
#entete #nom_site_spip, #entete a .spip_logos {
	
	font-weight: bold;
	font-size: 1.5em; }
	
#entete a { text-decoration: none; display: block; }

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 2em;
	font-size: 0.77em; }

/* Pied de page */
#pied {
	clear: both;
	
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	
	padding-right: 8px;
	text-align: right;
	background-image: url(image/trait_categ_bas.gif);
	background-repeat: no-repeat;
	background-position: left top; }
	
#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
---------------------------------------------- */
.breves, .syndic, .forums {
	min-width: 10em;
	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;
}

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

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

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

.forums {  }
.forums .menu-titre { background: white; }

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

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

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: left;
	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;
	margin-top: 1em;
	font-weight: bold;
	line-height: 1em;
	font-size: 0.9em;
	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.9em; }
.texte p {
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 0.9em;
}
#texte-accueil {
	margin-top: 35px;
	padding-left: 0px;
	margin-right: 0px;
	font-size: 0,8em;
	text-align: justify;
	line-height: 1em;
	width: 95%;
}
.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 page interne
----------------------------------------------- */
#archive_article li {
	margin-bottom: 5px;
	padding-bottom: 0px;
	color: #000; 
	line-height: 1.01em; 
	font-size: 0.9em;
	border-bottom: none;
}
.articles li {
	margin-bottom: 18px;
	padding-bottom: 18px;
	color: #000; 
	line-height: 1.01em; 
	font-size: 0.9em;
	border-bottom: solid;
	border-bottom-color: #008CCA;
	border-bottom-width: 1px;
	}
.articles li .titre {
	font-size: 1.02em;
	font-weight: bold;
	margin-top: 0px;
	clear: both; 
}
.articles li .titre a {
 	color: #008CCA;
	}
.articles li .spip_logos {
	float: left;
	
	margin-bottom: 16px;
	clear: right; }

.articles li p { margin-top: 3px; padding: 0; }

.articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.articles li small {
	display: block;
	font-size: 0.71em;
	color: #CE7E01;
	font-weight: bold;
}

.articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }
	
/* Listes d'articles accueil
----------------------------------------------- */
.liste-articles { 
margin-bottom: 20px; 
color: #000; 
line-height: 1.1em; 
font-weight: normal;
 }
.liste-articles li {
	margin-bottom: 16px;
}
.liste-articles li .titre {
	font-size: 1.02em;
	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  small {
	display: block;
	font-size: 0.71em;
	color: #008CCA;}

.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; margin-top: 30px; }

/*  ------------------------------------------
/*  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; padding-right: 0px;}
.formulaire_spip p { margin: 0.5em 0; padding: 0; color: #008CCA; }

.formulaire_spip fieldset { border: 1px solid #008CCA; margin-top: 10px;}

.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { 
	font-family: inherit; 
	font-size: inherit; 
	text-align: left;
	padding-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	
 }
#textaera_1 {
	width: 250px;
}
/* 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: #008CCA; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { }
.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_spip #recherche {
width: 130px;; 
text-align: right;
padding-right: 5px;
	margin-left: 60px;
	margin-top: 20px;
	 }
.formulaire_recherche label { display: none; }

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

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 8em;
	padding-top: 2px;
	border-top: 1px solid #008CCA;
	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: 0; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: white; }
.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 #008CCA; margin: 0; padding: 0; margin-bottom: 1.2em; }
ul ul .forum-message { border: 1px solid #0BC5FF; }
ul ul ul .forum-message { border: 1px solid #0BC5FF; }
ul ul ul ul .forum-message { border: 1px solid #0BC5FF; }
ul ul ul ul ul .forum-message { border: 1px solid #0BC5FF; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #FFEF95; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #008CCA; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #008CCA; }
ul ul .forum-chapo {
	background: #0BC5FF;
}
ul ul ul .forum-chapo { background: #0BC5FF; }
ul ul ul ul .forum-chapo { background: #0BC5FF; }
ul ul ul ul ul .forum-chapo { background: #0BC5FF; }

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

/* le nuage */
.nuage {
	margin-bottom: 20px;
	padding-top: 5px;
	list-style: none;
	border-top-style: solid;
	border-top-color: White;
	border-top-width: 1px;
	
}
.nuage li {
	float: right;
	margin-left: 3px;
	letter-spacing: 0em;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}
ul.nuage li a {
	/*white-space: nowrap;*/
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}
ul.nuage span.frequence {
	display: block;
	float: left;
	height: 0;
	overflow: auto;
	width: 0;
}

/* nuage_tag */
/* defaut */
ul.nuage a.nuage   { font-size: 0.8em; }
/* variantes */
ul.nuage a.nuage0  { font-size: 0.6em; }
ul.nuage a.nuage1  { font-size: 0.8em; }
ul.nuage a.nuage2  { font-size: 0.9em; }
ul.nuage a.nuage3  { font-size: 1em; }
ul.nuage a.nuage4  { font-size: 1.1em; }
ul.nuage a.nuage5  { font-size: 1.2em; }
ul.nuage a.nuage6  { font-size: 1.3em; }
ul.nuage a.nuage7  { font-size: 1.4em; }
ul.nuage a.nuage8  { font-size: 1.5em; }
ul.nuage a.nuage9  { font-size: 1.6em; }
ul.nuage a.nuage10 { font-size: 1.8em; }

/* liste-document*/
.spip_document_2001 spip_documents {
	width: 30px;
	background: Aqua;
}
