/* -------------------- habillage.css ---------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */

html { font-size: 100%; }

body {
	margin: 5px 0;
	padding: 0;
	background-image: url("../img/body_bg.gif");
	background-attachment: fixed;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: .8125em;
	text-align: center;
}

/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */

#page {
	margin: 0 auto;
	width: 765px;
	background-color: #89c;
	border: 1px solid #666;
	text-align: left;
}

#entete { height: 75px; padding: 5px; text-align: center; }

#entete #titre_ecr { display: inline; margin-top: 5px; }
#entete #titre_imp { display: none; margin-top: 5px; }

#conteneur {
	clear: right;
	float: right;
	width: 610px;
	_width: 605px;
	margin-right: 8px;
	_margin-right: 4px;
	border: 1px solid #666;
	background-color: #fff;
}

#contenu { padding: 4px 8px 0; min-height: 400px; }
#bloc_texte { padding: 0 20px; }
#navigation { float: left; width: 135px; margin-top: 1em; overflow: visible; }
#pied { clear: both; width: 100%; margin: 0; padding: 2px; text-align: center; }
#pied img { vertical-align: middle; }

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: .92em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .77em; }
sup { vertical-align: 35%; margin-left: 1px; }
img { margin: 0; padding: 0; border: 0; }

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

/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie { clear: left; font-size: .85em; color: #333; margin-bottom: 15px; }

.cartouche { margin-bottom: .5em; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche .surtitre, .cartouche .soustitre {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.23em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
	margin-bottom: .6em;
	color: #666;
}
.cartouche .soustitre { margin-top: .5em; text-align: center; }
.cartouche small { font-size: .85em; }
/*.cartouche .traductions { font-size: .85em; }*/

.cartouche h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.56em;
	font-weight: bold;
	color: #444;
	margin-bottom: .6em;
	padding: 0 23px;
}

.chapo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.23em;
	font-weight: normal;
	font-style: italic;
	color: #333;
	line-height: 1.2em;
	margin-top: 2em;
	margin-bottom: .6em;
}

.texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.23em;
	line-height: 1.3em;
	color: #333;
}

.texte p { margin: 0 0 .6em; /*text-align: justify;*/ }

.lettrine { float: left; margin:3px 4px 0 0; }

.hyperlien { display: block; background: #EEE; padding: .5em 1em; font-weight: bold; color: #8B6F92; }
.ps, .notes { border-top: 1px solid #aaa; margin: .6em 0 0; line-height: 1em; font-size: .92em; color: #444; }
.notes { clear: both; }
abbr.published { border: 0; }

/* Portfolio */
#documents_portfolio {
	clear: both;
	margin: 1.4em 0 0 0;
	text-align: left;
	padding-top: 6px;
	border-top: 2px solid #ccc;
}

#documents_portfolio .spip_logos { margin: 2px 5px 4px 0; }
#documents_portfolio span { display: none; }

/* Habillage des forums
---------------------------------------------- */
/*
.repondre { clear: both; margin-top: 1.5em; margin-right: 1em; text-align: right; font-weight: bold; }

ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: .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; color: #333; }
.forum-texte { margin: 0; padding: .5em; color: #333; }
.forum-texte p { margin: .3em 0; }
.forum-texte .hyperlien {}
.forum-texte .repondre { margin: 0; padding: .1em 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: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; 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; margin: 0 0 2em 0; padding: 0; background: none; }
#signatures table { width: 100%; margin: 1em 0 0 0; }
#signatures thead { text-align: center; color: #555; }
#signatures td { padding: .5em; border: 2px solid #FEFEFE; vertical-align: top; }
#signatures td.signature-date { background: #E4F0F0; text-align: center; white-space: nowrap; }
#signatures td.signature-nom { background: #ECF4F4; text-align: center; }
#signatures td.signature-nom small { display: block; }
#signatures td.signature-message { background: #F4F8F8; }
#signatures .formulaire_recherche { margin: 1em 0; text-align: right; }
#signatures .formulaire_recherche input.text { width: 10em; text-align: left; }
*/

/* Habillage general des menus de navigation */
/*
.menu { clear: both; margin-bottom: 2em; text-align: left; }
.menu p { margin: .2em 0; padding: .2em .1em; }
.menu ul { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #DDD; }
.menu ul li { margin: .2em 0; padding: .2em; border-top: 1px solid #DDD; }
.menu ul li ul { margin-left: 1em; border: 0; }
.menu ul li li { padding: 0; border: 0; }
*/

/* Pagination */
.pagination { clear: none; margin: 0; text-align: left; font-size: .85em; color: #666; }
.pagination .on { font-weight: bold; }

/* Rubriques */
/*
.rubriques ul { border: 0; }
.rubriques ul li { background: #EEE; border: 0; }
*/

/* Listes d'articles et extraits introductifs */
/*
.articles ul li { clear: both; padding: .4em .2em; }
.articles ul li h3 { margin: .3em 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: .3em; line-height: 1.4em; }
*/

/* Liens
---------------------------------------------- */
a { color: #a40; text-decoration: none; }
a:hover, a:focus, a:active { color: #67a; text-decoration: underline; }
a.spip_out, a.spip_mail, a.spip_glossaire {
	background: transparent url("../img/spip_out.gif") no-repeat right;
	padding-right: 14px;
}
a.spip_note { font-size: .85em; } /* liens vers notes de bas de page */
a.spip_glossaire { color: #060; cursor: help; border-bottom: 1px dotted; }
a.spip_glossaire:hover { color: #e50; text-decoration: none; }

dt a.spip_out, dt a.spip_mail { background: none; padding-right: 0; }

#pied a { color: #000; }
#pied a:hover { color: #fff; }

.on { font-weight: bold; } /* liens exposes */

/* ------------------------ SPIP-STYLE -------------------------------- */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */


/* Intertitres */

h3.spip, h4.spip, h5.spip {
	margin: 1.6em 0 .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.08em;
}

h3.spip { color: #060; text-align: center; }
h4.spip { color: #006; }
h5.spip { color: #444; }

hr.spip { margin: 0 auto .6em; height: 0; border-bottom: none; border-top: 1px dashed #aaa; }

/* Listes SPIP */
ol.spip { list-style: decimal; }
ul.spip, ol.spip { margin: 0 0 0 1em; padding: 0; }
ul.spip li { margin: .3em 0 .3em .8em; }
ul.spip ul.spip { list-style: circle; }

/* Citations, code et poesie */
blockquote.spip, blockquote.spip_poesie { margin: 2em 0; margin-left: 1em; padding-left: 1em; border-left: 1px dotted #aaa; }
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; }

.spip_code, .spip_cadre { font-family: Courier, "Courier New", monospace; color: #036; }
.spip_cadre { width: 99%; background-color: #F4F8F8; border: 1px inset; font-size:inherit; }
div.spip_code, .spip_cadre { margin-bottom: 1em;  }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_first { background: #ffd; }
table.spip tr.row_odd { background: #f4f4f4; }
table.spip tr.row_even { background: #e4e4e4; }
table.spip th, table.spip td { padding: .2em .4em; text-align: center; border: 1px solid #777; }
table.spip th { vertical-align: bottom; font-weight: bold; }
/*table.spip td { vertical-align: top; }*/

/* Logos, documents et images */
.spip_logos { margin: 0; padding: 0; border: 0; }
.spip_documents { margin-top: 4px; text-align: center; line-height: normal; }
.spip_documents p { margin: .1em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-family: Verdana, Tahoma, Arial, sans-serif; margin: 2px auto 0; font-weight: bold; font-size: 0.77em; }
dd.spip_doc_descriptif { display: none; }

.spip_documents_media dd.spip_doc_descriptif {
	display: block;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.77em;
	margin: 2px auto 4px;
}

/* modeles par defaut */
.spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; }

/*  ------------- formulaires.css ------------ */
/*  Habillage des formulaires                  */
/*  ------------------------------------------ */
input, select, textarea { font-size: 100%; font-family: inherit; }


/* Structure generale des formulaires
----------------------------------------------- */
.formulaire_spip { clear: both; margin-bottom: 2em; padding: 0; border: 0; text-align: left; }
.formulaire_spip form { margin: 0; padding: 0; } /* Bug IE/Win */

/* Fieldset */
.formulaire_spip fieldset { clear: both; margin: 0 0 1em 0; padding: 0; border: 0; }
.formulaire_spip fieldset legend { margin: 0; padding: 0; font-size: 1.08em; font-weight: bold; background-color: #fff; color: #333; } /* Preciser la couleur des legend et du fond pour IE/Win */
.formulaire_spip fieldset fieldset { margin-top: 1em; }
.formulaire_spip fieldset fieldset legend { font-size: 1em; font-weight: normal; }

/* Explications */
.formulaire_spip .explication { margin: .5em 0; color: #444; }

/* Lignes */
.formulaire_spip ul { margin: 0; padding: 0; list-style: none; }
.formulaire_spip ul li { clear: both; margin: 0; padding: .5em 0; }

/* Labels */
.formulaire_spip label { display: block; text-align: left; color: #444; font-weight: bold; /* pour IE/Win */ position: relative;  }
.formulaire_spip li p { margin-top: 0; margin-bottom: 0; }

.formulaire_spip .choix label{display:inline;font-weight:normal;}
.formulaire_spip .choix input.radio,
.formulaire_spip .choix input.checkbox {width:auto;}


/* Champs de saisie */
.formulaire_spip input.text { width: 15em; border: 1px inset; }
.formulaire_spip textarea { width: 99%; border: 1px inset; }
.formulaire_spip select { width: 99%; }

/* Boutons */
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; }
.formulaire_spip .boutons input { margin-left: 1em; }
.formulaire_spip .boutons input, input.submit {}


/* Reponses, previsu et erreurs
----------------------------------------------- */

/* Champs obligatoires */
.formulaire_spip li.obligatoire {}
.formulaire_spip li.obligatoire label {}

/* Previsualisation du message */
.formulaire_spip fieldset.previsu { margin-bottom: 2em; padding: 1em; border: 2px dashed #F57900; }
.formulaire_spip fieldset.previsu legend { padding: 0 .5em; font-weight: bold; color: #F57900; }
.formulaire_spip fieldset.previsu li { padding: 3px; border: none; }
.formulaire_spip fieldset.previsu p { margin: 1em 0; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; font-size: 1.23em; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }
fieldset.reponse_formulaire.reponse_formulaire legend { color: #F57900; } /* Preciser la couleur des legend et du fond pour IE/Win */

/* * Erreurs */
.formulaire_spip li.erreur .erreur_message { display: block; color: #C30; font-weight: bold; }
.formulaire_spip li.erreur input.text, .formulaire_spip li.erreur textarea { background-color: #FCC; border-style: solid; border-color: #C30; }
.reponse_formulaire_erreur { margin: 0; color: #C30; font-weight: bold; }

/* * OK */
.reponse_formulaire_ok { margin: 0; color: #53AD20; font-weight: bold; }


/* Variantes et cas particuliers
----------------------------------------------- */

/* Barre de raccourcis typographiques */
/*
table.spip_barre { width: 100%; }
table.spip_barre a img { background: #FDA; padding: 3px; border: 1px outset #CC9; }
table.spip_barre a:focus img,
table.spip_barre a:hover img,
table.spip_barre a:active img { background: #FFF; border: 1px solid #CC9; }
table.spip_barre input.barre { width: 99%; background: transparent; border: 0; color:inherit; }
*/

/* Formulaire de forum */
.formulaire_forum .saisie_titre input.text, .formulaire_forum .saisie_titre textarea { width: 98%; }

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

/* Formulaires de recherche (site / petitions) */
.formulaire_recherche { margin: 15px 0 20px 7px; width: 128px; }
.formulaire_recherche input.text {
	width: 100%;
	background: #fff;
	color: #666;
	font-size: 12px;
	padding-left: 2px;
}
.formulaire_recherche input.submit { display:none; }

/* Choix des mots-clefs */
/*
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }
*/
.formulaire_spip .bugajaxie { display: none; } /* Bug IE/Win */

/* Formulaire de login dans une page */
.formulaire_login ul li {clear:left;}
.formulaire_login .editer_password .details {display:block;}
.formulaire_login #spip_logo_auteur {float:right;}

/* ---- surcharges et ajouts persos ---- */

#bas { padding: 0 4px 2px; height: 14px; }
#hautpage, #baspage { float: right; visibility: hidden; }

/* --- listes --- */
.liste { margin: 2em; font-size: 1.08em; }
.liste ul { margin: 5px 0 2px 18px; padding: 0; }
.liste ul li { margin-bottom: .4em; }
.liste p { padding: 0 0 4px 18px; }
.liste h2 { display: none; }

.article ul { margin-left: 50px; }
.article ul li { margin: 4px 0; }
.rubrique ul { list-style: square; }
.rubrique ul ul { list-style: circle; }

/* -- page sommaire -- */
.page_sommaire ul { margin: 0; padding: 0; list-style: none; }

.listebreves { float: right; width: 239px; margin: 10px 0 10px 0; }
.listearticles ul { }

.page_sommaire h3 { font-size: .94em; font-weight: bold; color: #777; }
.page_sommaire .date { font-size: .79em; float: right; margin: 2px 0; }

.page_sommaire .intro {
	margin: 2px 0 15px;
	padding: 4px 8px;
	font-size: .94em;
	border: 1px solid #ccc;
}

.page_sommaire .intro p { margin: 0; padding: 0; text-align: left; }

/* -- plan du site -- */
.page_plan .cartouche { display: none; }

.page_plan #contenu h3 {
	clear: both;
	background: #eee;
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: .4em;
	font-weight: bold;
	font-size: 1.15em;
	text-align: center;
}

.page_plan #contenu ul { display: block; clear: left; margin: 5px 5px 8px 18px; padding: 0; }
.page_plan #contenu li { margin-bottom: .4em; }

/* -- ddsmoothmenu -- */
.nav { width: 100%; margin-left: 6px; margin-bottom: 20px; }
.nav ul { margin: 0; padding: 0; width: 133px; list-style-type: none; border-top: 1px solid #89c; }
.nav ul.ie6 { width: 140px; }
.nav a { display: block; color: #fff; font-size: 13px; text-decoration: none; padding: 4px 23px 4px 6px; }
.nav ul li { position: relative; border-bottom: 1px solid #89c; }
.nav ul.ie6 li { float: left; height: 1%; }
.nav ul li a { white-space: nowrap; }
.nav ul.ie6 li a { height: 1%; white-space: normal; }
.nav ul.ie7 li a { /*overflow: auto;*/ white-space: normal; }
.nav ul li a:link, .nav ul li a:visited, .nav ul li a:active { background: #842; color: white; }
.nav ul li a.selected { background: #620; color: #fff; }
.nav ul li a:hover { background: #620; color: #fff; text-decoration: none; }
.nav ul li ul { position: absolute; min-width: 90px; width: auto; top: 0; visibility: hidden; border-left: 1px solid #89c; }
.rightarrowclass { position: absolute; top: 8px; right: 6px; }

/* -------------------------------- */
.calendrier {
	border-collapse: collapse;
	margin: 10px auto;
}
.calendrier th {
	border: 1px solid #aaa;
	padding: 5px;
	text-align: center;
}
.calendrier tr { vertical-align: top; }
.calendrier td {
	border: 1px solid #aaa;
	padding: 5px;
}
.calendrier h4 {
	margin: 7px 0 5px;
	color: #077;
	font-weight: bold;
	text-align: center;
}
.calendrier p {
	margin: 3px 0;
	text-align: center;
}

/*-- plan fête 2010 --*/
#msg1 h3 { font-family: "Times New Roman", Times, serif; font-size: 16px; margin: 4px; }
#msg1 {
	background-color: #eee;
	border: 1px solid #555;
	padding: 6px;
	font-size: 11px;
	text-align: center;
}
#msg1 table { border-collapse: collapse; margin: 0 auto; }
#msg1 td { text-align: left; padding: 2px 4px; border: 1px solid #aaa; }

/* -- ajouts barre typo V3 -- */
p.spip_left { text-align: left; margin-bottom: .3em; }
p.spip_right { text-align: right; margin-bottom: .3em; }
p.spip_center { text-align: center; margin-bottom: .3em; }
blockquote { margin: 0 0 .6em 3em; }

.texteencadre-spip {
	background: #ffe;
	border: 1px solid #777;
	margin: 1em 0;
	padding: .25em .5em;
	position: relative;
}

.caractencadre-spip { color: #060; }
.caractencadre2-spip { color: #a40; }
.caps { font-variant: small-caps; }

.c { text-align: center; }
.g { text-align: left; }
.d { text-align: right; }

/* ----- tableau ----- */
.tbl1 { margin: 20px auto; }
.tbl1 td { text-align: center; vertical-align: bottom; padding: 10px 40px; }

.tbl2 { border-collapse: collapse; margin: 5px auto; }
.tbl2 th { text-align: center; }
.tbl2 th, .tbl2 td {	border: 1px solid #aaa; padding: 2px 4px; }

/*  ---------------------- impression.css -------------------------- */
/*  Feuille de style specifique a l'impression                       */
/*  ---------------------------------------------------------------- */

@media print {
/*  Correction des styles HTML par defaut
---------------------------------------------- */
body { margin: 15pt; font-size: 10pt; color: #000; }

#page { background: none; border: none; width: auto; }
#conteneur { float: none; width: auto; border: none; }
#contenu { margin: 0; padding: 0; height: auto; }

img, table { margin: 0; padding: 0; border: 0; }
ul, ol, li { margin: 0; padding: 0; }

/*  Ne pas imprimer : on elimine les elements de navigation (display: none; )
---------------------------------------------- */
#hierarchie, #navigation, #pied { display: none; }
.repondre, .formulaire_spip { display: none; }
.pagination, #hautpage, #baspage { display: none; }
.spip-admin, .spip-admin-float, .spip-previsu, .invisible { display: none; }

#entete { height: 120px; }
#entete #titre_ecr { display: none; }
#entete #titre_imp { display: inline; }

/*  Disposition a l'ecran
---------------------------------------------- */
.nettoyeur { clear: both; }

/*  Pour les liens,
/*  on affiche l'URL cible a la suite des liens sortants (!)
---------------------------------------------- */
a { color: #520; }
a.spip_out:after, a.spip_glossaire:after, a.spip_mail:after { display: inline; content: " [" attr(href) "]"; }

/*  Un peu de coquetterie
---------------------------------------------- */

.cartouche { margin-bottom: 2em; }
.cartouche small { font-size: .77em; }
h1 { font-size: 1.23em; font-weight: bold; }
.cartouche p { margin: 0; padding: 0; clear: left; }
/*
.cartouche .traductions { display: none; }
.cartouche .surtitre, .cartouche .soustitre { font-size: .81em; font-variant: small-caps; }
.spip_logos { float: right; margin-left: .8em; }
.chapo { margin-bottom: 1.5em; font-size: .81em; font-weight: bold; line-height: 1.4em; }
*/
.hyperlien { font-size: .85em; font-weight: bold; }
.texte { line-height: 1.4em; }
.ps, .notes, #documents_portfolio, #documents_joints { clear: both; margin-top: 1.4em; padding-top: .8em; border-top: 1pt solid #ccc; font-size: .85em; }
.ps h2, .notes h2, #documents_joints h2 { font-weight: bold; clear: both; }

/*  Citations, tableaux, etc...
---------------------------------------------- */
.hyperlien, .articles li .texte { background: #FFF; margin: 1em; padding: 1em; border: 1pt dotted #CCC; }

/*  Messages de forums
---------------------------------------------- */
/*
.forum { margin: 2em 0; font-size: .81em; }
.forum-fil ul { margin-left: .5em; }
.forum-chapo .forum-titre { display: block; font-weight: bold; }
ul .forum-message { background: #EEE; border: 1pt solid #CCC; padding: 1em; margin-bottom: 1em; }
*/
/* Listes d'articles
----------------------------------------------- */
/*
.articles li { margin-bottom: 1em; padding-top: .3em; }
.articles li .titre { font-size: 1.03em; font-weight: bold; }
.articles li p { margin: 0; padding: 0; }
.articles li small { display: block; font-size: .71em; }
*/
/*  Plan du site
---------------------------------------------- */
.page_plan #contenu h2 { font-size: 1.15em; font-weight: bold; }
.page_plan #contenu ul { margin-left: 1em; margin-bottom: 1em; }
.page_plan #contenu li { list-style: square; }
}
