/*  ----------------------------------------------------------- */
/*  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: #1a1a1a;
	margin: 0;
	padding: 0;
	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; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 768px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#conteneur { width: 100%; }

#conteneur #contenu {
	float: left;
	width: 33em;
	margin-left: 0.5em;
}

#conteneur #navigation {
	float: right;
	width: 12em;
	margin-right: 0.5em;
}

#page #menu {
	position: absolute;
	top: 165px;
	width: 768px;
}

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

/* Entete */
#entete { width: 100%; }
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }

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

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	background: #1a1a1a url(images/bg_pied.gif) center top no-repeat;
	padding-top: 115px;
	text-align: center; }
#pied small {
	font-size: 0.77em;
	color: #ddd;
	display: block;
	width: 100%;
	padding: 0.5em 0; }
#pied p { color: #fff; font-size: 0.88em; }
#pied img { vertical-align: bottom; }
#pied a { color: #fff; text-decoration: none; }
#pied a:hover { text-decoration: underline; }

/* 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: Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Helvetica, sans-serif; }
	
#contenu p, #contenu ul.spip, #contenu ol.spip { line-height: 1.5; font-size: 0.88em; }

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

#menu { background: #404040 url(images/bg_menu.jpg) left bottom repeat-x; padding-bottom: 12px; }
#menu ul { list-style: none; margin:0; padding: 0; }
#menu ul li { display: inline; float: left; margin: 0; padding: 0; }
#menu ul li a { display: block; padding: 0.3em 0.5em; color: #fff; font-weight: bold; }
#menu ul li a:hover { text-decoration: none; background: #5f5f5f url(images/bg_menu_h.jpg) left bottom repeat-x; color: #a787ca; }
/* #menu ul li a:first-letter { color: #a787ca; } */
#menu ul li a.on { color: #a787ca; }

#menu #home, #menu #contact { float: right; }
#menu #home a, #menu #contact a { padding: 0.2em 0.2em 0; }

.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;
}


/*  colonne de droite inc-nav
---------------------------------------------- */

#navigation h3 { color: #73307f; padding: 0.5em 0 0.5em 30px; font-weight: bold; }
#navigation #outils { background: transparent url(images/bg_outils.jpg) left 50% no-repeat; }
#navigation #news { background: transparent url(images/bg_news.jpg) left 50% no-repeat; }
#navigation #forums { background: transparent url(images/bg_forums.jpg) left 50% no-repeat; }
#navigation #plus { background: transparent url(images/plus.jpg) left 50% no-repeat; }
#navigation #inscrire { background: transparent url(images/bg_inscription.jpg) left 50% no-repeat; }

#navigation #inscription { margin: 0 0 1em; background: #f5f5f5; border: 1px solid #e0e0e0; }
#navigation #inscription  input.forml{ width: 100%; }

/*
#navigation #proposer h3 { background: transparent url(images/bg_proposer.jpg) left 50% no-repeat; }
#navigation #proposer { margin: 0 0 0.2em; border-bottom: 1px solid #e0e0e0; }
#navigation #proposer p { font-size: 0.88em; padding: 0.2em 0 0.7em; }
*/

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; font-size: 0.88em; }
#navigation ul, .encart ul { margin: 0 0 0.2em; padding: 0.2em 0 0.7em; list-style: none; font-size: 0.88em; border-bottom: 1px solid #ccc; }

/* #navigation #reactions { border: none; } */

#navigation li, .encart li { margin: 0; _height: 0%; }
#navigation li a { display: block; padding: 0.7em; background: transparent url(images/puce.gif) left 50% no-repeat; }
#navigation li a:hover { text-decoration: none; color: #f34c2c; }

#navigation .date { color: #bbb; padding-left: 0.7em; }

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

/*  Page accueil
---------------------------------------------- */

#edito { background: transparent url(images/quotes.gif) 5px 65px no-repeat; margin-left: 1em; }

#edito h2 {
	padding: 0 0 15px 10px;
	margin-bottom: 35px;
	background: transparent url(images/trait.gif) center bottom no-repeat;
	text-align: center;
}

#edito .texte { width: 80%; margin: 0 auto; font-weight: bold; }

#sage, #ecoute { width: 46%;	border-top: 1px solid #ccc; }
#sage { float: left; margin-left: 0.8em; }
#ecoute { float: right; margin-right: 0.8em; }
#sage h3, #ecoute h3 { color: #f34c2c; font-weight: bold; margin: 1em 0 0.5em; padding: 5px 0 5px 30px; }
#sage h3 a, #ecoute h3 a { color: #f34c2c; }
#sage h3 { background: transparent url(images/bg_sage.jpg) left 50% no-repeat; }
#ecoute h3 { background: transparent url(images/bg_ecoute.jpg) left 50% no-repeat; }
#sage img, #ecoute img { float:left; margin-right: 0.7em; }
#sage p, #ecoute p { margin-top: 0; font-size: 0.88em; line-height: 1.5; }
#sage a, #ecoute a { color: #333; }
#sage a:hover, #ecoute a:hover { text-decoration: none; }

#navigation ul.noborder { border: none; }


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

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

#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.logo_article {
	float: left;
	margin-right: 16px;
	margin-bottom: 5px; }

.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 { line-height: 1.4em; padding: 0 2em;}

.lien {
	background: transparent url(images/bg_lien.jpg) left 50% no-repeat;
	margin: 1em 0 1.5em;
	padding-left: 30px;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; }

.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: 1px solid #CCC;
	}
#documents_portfolio h2 {
	margin-bottom: 0.7em;
	font-size: 0.88em;
	font-weight: bold;
	background: transparent url(images/bg_portfolio.jpg) left bottom no-repeat;
	padding-left: 30px; 
	padding-top: 1em;
	color:#f34c2c; }
#documents_portfolio img { border: 5px solid #ccc; }

#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 + dernier article publié UNE
____________________________________________________*/

#une ul, .liste-articles ul { margin: 0; padding: 0; list-style: none; }
#une li { border-top: 1px solid #ccc; padding: .5em 0 .5em; }
#une p { margin-top: 0; }
#une small { display: block; text-align: right; clear: both; }

.page_rubrique .liste-articles h2 { font-weight: bold; font-size: 1.5em; color: #ccc; margin: 1em 0; border-bottom: 1px solid #ccc; }


.liste-articles ul { margin: 0 0 0 2em; }
.liste-articles li { clear: both; }

.page_rubrique .liste-articles li .titre {
	padding: 0 0.7em; 
	background: transparent url(images/puce.gif) left 50% no-repeat;
}
.liste-articles li .titre {
	font-size: 1.15em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0.5em 0 0; padding: 0; font-size: 0.88em; }

.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; }

/* Listes d'articles rubrique 6 boite a outils
________________________________*/

.outils .liste-articles li {
width: 90%;
margin: 0 auto 1em;
padding-bottom: 1em;
border-bottom: 1px solid #ccc;
}
.outils .liste-articles li .titre { padding:0; background: transparent; }
.outils .liste-articles li .titre a { display: block; }
.outils .liste-articles li .titre a:hover { text-decoration: none; background: #f5f5f5; }

.outils .liste-articles li .spip_logos {
float: left;
margin: 10px 16px 16px 0;
clear: left;
}

.outils .liste-articles li p { margin-top: 0.5em; font-size: 0.88em; }


/* sous rubriques pages adresses (rub2)
________________________________*/

.page_rubrique #propose { float: right; }
#navigation #propose { display: block; text-align: center; margin-top: 1em; }
.adresses .rubriques { font-size: 1em; border: none; margin: 0; padding-left: 0.2em; background: #f5f5f5; border-top: 1px solid #ccc; }
.adresses #plan, .adresses #plan ul { list-style: none; }
.adresses #plan li { margin: 0.5em 0; }
.adresses #plan li ul li a { }
.adresses #plan li ul li a { display: block; padding: 0.7em; background: transparent url(images/puce.gif) left 50% no-repeat; }


/* ___________________________
/*  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 { border: none; }
.formulaire_spip legend {}

.formulaire_spip label {}

/* 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 */
#navigation .formulaire_recherche { font-size: 1em; }
.formulaire_recherche { width: 12em; text-align: left;  margin: 0 0 0.2em; padding: 0.2em 0 0.7em; border-bottom: 1px solid #ccc; }
.formulaire_recherche h3 { background: transparent url(images/bg_search.jpg) left 50% no-repeat; }
.formulaire_recherche input.forml { margin-left: 30px; }
.formulaire_recherche label { display: none; }

/* Formulaire sur page inscription */

body.inscription .formulaire_inscription { width: 80%; margin: 0 auto; }

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


#contenu .formulaire_spip form { background: #f5f5f5; padding: 1em 2em; border: 1px solid #e0e0e0; }
form, form * { font-size: 11px; text-align: left; }
input, select, label { vertical-align: middle; }
legend { display: none; }
label { color: #666; }
textarea, input.forml, select { margin: 0; padding: 2px; border: 1px solid #ccc; color: #000; }
textarea, input.forml { display: block; width: 99%; }
input.forml { width: 50%; }
.spip_bouton { text-align: right; }
.spip_bouton input,
input.submit,
.page_article .spip_forms .spip_bouton input { width: auto; background: #999; margin: 1px 0; padding: 1px 4px; border: 1px outset; color: #fff; font-weight: bold; }
table.spip_barre { display: none; }
.reponse_formulaire { color: #333; font-weight: bold; text-align: center; }
.spip_surligne { background: yellow; padding: 0 2px; }
.previsu { background: #fff; margin-bottom: 1em; padding: 0 1em; border: 2px solid #C03; }
.previsu legend { display: block; color: #C03; font-weight: bold; }
.previsu .spip_bouton input { background: #f34c2c; border-color: #930; color: #fff; }
#formulaire_forum { margin-top: 35px; width: 80%; margin: 1em auto 0; }

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 1em;
	padding-left: 30px;
	border-top: 1px solid #CCC;
	color: #f34c2c;
	font-size: 0.88em;
	font-weight: bold; }
.forum-decompte { background: transparent url(images/bg_forums.jpg) left bottom no-repeat; }
.forum-decompte small { color: #333; font-weight: normal; }

.forum-repondre { margin-top: 3em; background: transparent url(images/bg_clavier.jpg) left bottom no-repeat; }

/* * 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-texte {
	margin: 0;
	padding: 0.5em 1em 15px;
	color: #333;
	font-size: 0.82em;
	background: #e5e5e5 url(images/bg_forum_texte.gif) left bottom no-repeat; }
.forum-texte.me { background: #cff2fc url(images/bg_forum_texte_me.gif) left bottom no-repeat; }
.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 { margin: 0; padding: 0; margin-bottom: 1em; }

/*  ------------------------------------------
/*  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: #001860; }
a:hover { text-decoration: underline; color: #f34c2c; }

a.spip-admin-boutons { display: block; }

/*  Surcharges spip-style
/*  ------------------------------------------ */

h3.spip{ color: #73307f; font-style: italic;}
li.spip { margin-bottom: 0.5em; }

#contenu .formulaire_ecrire_auteur { width: 80%; margin: 1em auto; }

/*  ------------------------------------------
/*  Surcharges F&T
/*  ------------------------------------------ */

.page_article .spip_forms { width: 80%; margin: 0 auto; border: none; background:#f5f5f5; border:1px solid #e0e0e0; }
.page_article .spip_forms fieldset { border: none; padding: 0.4em; }

.page_article .spip_forms .formo { width: 70%; border: 1px solid #ccc; }
.page_article .spip_forms .forml, .page_article .spip_forms .fondl { width: 70%; border: 1px solid #ccc; }

.page_article .spip_forms form .forml-focus,
.page_article .spip_forms form input.forml-focus:focus,
.page_article .spip_forms form textarea.forml-focus:focus,
.page_article .forml-focus { border-color: #333; width: 70%;}

.page_article .spip_forms form .formo-focus,
.page_article .spip_forms form input.formo-focus:focus { border-color: #333; width: 70%; }

.page_article .spip_forms form textarea.formo,
.page_article .spip_forms form textarea.forml { width: 98%; }
.page_article .spip_forms form textarea.formo-focus:focus,
.page_article .spip_forms .formo-focus { border-color: #333; width: 98%; }

.page_article .spip_forms div.spip_bouton { width: 98%; }
.page_article .spip_forms .spip_bouton input { float: none; text-align: center; }

.page_article .spip_forms .spip_form_ok { background: transparent; color: #333; text-align: center; }
