

/* Disposition a l'ecran des blocs principaux
---------------------------------------------- */
body { background: #900; margin: 10px; padding: 0; text-align: center; }

div#page { background: #eee; width: 750px; margin: 0 auto; padding=4px; text-align: left; }

div#top { margin: 4px; border-bottom: 2px solid #900; padding-top: 1em; }
div#top #nom_site_spip, #top a .spip_logos { display: block; float: left; font-weight: bold; font-size: 1.50em; }
div#top .formulaire_recherche { float: right; width: 30%; background: none; margin: 0; padding: 1em 0; }
div#top .formulaire_recherche label { display: none; }

div#conteneur { margin: 4px; clear: both; float: left; width: 67%; overflow: hidden; }
div#contenu { padding-top: 0.30em; }

div#navigation { float: right; width: 30%; overflow: hidden; }
div#extra { float: right; clear: right; width: 30%; overflow: hidden; }

div#pied { clear: both; width: 100%; margin: 0; padding: 0.40em 0; border-top: 1px solid #900; text-align: center; font-size: 0.77em; }
div#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/* Typographie generale du site
---------------------------------------------- */
/* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS */
html { font-size: 100%; }
body { font-size: 0.88em; font-family: "Trebuchet MS", Helvetica, sans-serif; color: #000; }


/* Personnalisation des styles HTML par defaut
---------------------------------------------- */

/* Titraille */
h1 { margin: 0; padding: 0; font-size: 1.50em; font-weight: bold; color: #000; }
h2 { margin: 0; padding: 0.20em 0.40em; background: #900; font-size: 1.20em; font-weight: bold; }
h2, h2 a, h2 a:hover { color: #EEE; }
h3.spip {}  /*Cf.: spip_style.css*/

/* Divers */
hr {}
hr.spip {} /*Cf.: spip_style.css*/
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.71em; color: #000 }
/* Attention : en dessous de 0.71em le texte devient illisible en text smallest sur IE/Win */




/* Blocs et elements du contenu
---------------------------------------------- */

#hierarchie { clear: both; margin-bottom: 2em; font-size: 0.8em; color: #666; }

.surtitre, .soustitre { font-size: 0.90em; color: #000; }

.cartouche { margin-bottom: 2em; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche .traductions { font-size: 0.77em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }

.cartouche_simple { margin-bottom: 1em; }
.cartouche_simple .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
.cartouche_simple p { margin: 0; padding: 0; clear: left; }
.cartouche_simple .traductions { font-size: 0.77em; }
.cartouche_simple .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }

.chapo { margin-bottom: 1.50em; font-weight: bold; color: #000; line-height: 1.40em; text-align:justify; }
.texte { line-height: 1.60em; text-align:justify; }
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; text-align:justify; }
.notes { clear: both; font-size: 0.90em; }

.hyperlien { display: block; background: #ddd; padding: 0.50em 1em; font-weight: bold; color: #000; }

abbr.published { border: 0; }

/* Portfolio */
#documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; padding: 4px; border: 1px solid #DDD; }
#documents_portfolio a:hover .spip_logos { border-color: #F57900; }
#documents_portfolio a.on .spip_logos { border-color: #900; }
#document_actif { margin-top: 1em auto; }
#document_actif img { padding: 4px; border: 1px solid #DDD; }


/* Habillage des formulaires
---------------------------------------------- */

/* 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 {}
.formulaire_recherche .forml {}

/* menu langues */
#menu_langues { background: none; margin: 0; padding: 1em 0; vertical-align: top; }
.formulaire_menu_lang { background: none; margin: 0; padding: 1em 0; }



/* Habillage des sommaires et menus
---------------------------------------------- */

/* Habillage general des menus de navigation */
.menu { clear: both; margin-bottom: 2em; text-align: left; }
.menu p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu ul { margin: 0; padding: 0; list-style: none; }
.menu ul li { margin: 0.20em 0; padding: 0.20em; border-bottom: 1px solid #900; }
.menu ul li ul { margin-left: 1em; }
.menu ul li li { padding: 0; border: 0; }


/* Pagination */
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }

/* Rubriques */
.rubriques ul li { background: #ddd; border: 0; }
.rubriques .on { color: #900; font-weight: bold; }

/* Listes d'articles et extraits introductifs */
.articles ul li { clear: both; padding: 0.40em 0.20em; }
.articles ul li h3 { margin: 0.40em 0; padding: 0; }
.articles .spip_logos { float: right; clear: right; margin: 0 0 4px 16px; }
.articles ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles ul li .introduction { margin-top: 0.30em; line-height: 1.40em; }


/* Couleurs des liens
---------------------------------------------- */
a { color: #F57900; text-decoration: none; } /*F6A619*/
a:hover { color: #F57900; text-decoration: underline; }

/* Couleurs des liens de SPIP */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_ancre {} /* liens internes a la page */
a.spip_in {} /* liens internes */
a.spip_mail { color: #900; }
a.spip_mail:before { content: "\002709"; } /* liens vers un email */
a.spip_out { color: #F57900; } /* liens sortants */
a.spip_url { color: #F57900; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
a.spip_glossaire:hover { text-decoration: underline overline; }
.on { font-weight: bold; } /* liens exposes */

