/*  ------------------------------------------ */
/*  Correction des styles HTML                 */
/*  ------------------------------------------ */
img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

/*  ------------------------------------------ */
/*  Disposition des blocs                                  */
/*  ------------------------------------------ */
body {
	background: #FFF;
	margin: 20px;
	text-align: center;
	font-size: 16px;
}
#page {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
/* Entete */
#entete {
	width: 100%;
	margin: 0; 
	padding: 0;
}
/* Fil d'Ariane */
#ariane {
	clear: both;
	margin: 15px 0 15px 0; 
	padding: 0;
}
#conteneur { 
	width: 100%;
	margin: 0px;
	padding: 0px; 
}
#contenu {
	float: left;
	width: 600px;
	margin:  0;
	padding: 0;
}
#navigation {
	float: right;
	width: 165px;
	margin: 0; 
	padding: 0;
	text-align: center;
}
.texte {
	margin: 0 0 18px 0; 
	padding: 0;
}
.article {
	margin: 0 0 18px 0; 
	padding: 0;
}
h1 {
	margin: 0 0 15px 80px; 
	padding: 0;
}
h2 {
	margin: 0 0 15px 25px; 
	padding: 0;
}
.page_article .surtitre { 
	margin: 0 0 0 80px; 
	padding: 0;
}
h5 { 
	margin: 0 0 0 30px; 
	padding: 0;
}
h3 {
	margin: 0 0 0 10px; 
	padding: 0;
}
.soustitre { 
	margin: 0 0 0 10px; 
	padding: 0;
}
h4 {
	margin: 0 0 20px 100px; 
	padding: 0;
}
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }
.liste-articles li .intro {
	margin: 5px 0 10px 0;
	padding: 4px;
	border: 1px solid #CCC;
	line-height: 1.4em; 
}
.liste-articles li .spip_logos {
	float: left;
	margin: 0 16px 16px 0;
	clear: right; 
}
.recherche-input { 
	width: 96%; 
	margin: 0;
	padding: 0 0 0 8px;
	text-align: left;
}
.rubriques, .meme-rubrique, .contact {
	width: 100%; 
	margin: 20px 0 0 0;
	text-align: left;
}

/* Bordures et fonds des menus */
/* .recherche-input,  */
.rubriques { 
	border: 1px;
	border-style: solid;
	border-color: #b33e3e;
}
.meme-rubrique, .contact {
	border: 1px;
	border-style: solid;
	border-color: #474777;
}
.recherche-input { 
	background: #fff;
	background-color: #fff;
}
.rubriques { 
	background: #fff;
}
.rubriques .menu-titre { 
	background: #fff; 
}
.meme-rubrique, .contact { 
	background: #fff; 
}
/* *************************** */

#pied { 
	clear: both;
	width: 100%;
	padding: 2px;
	border-top: 1px solid #CCC;
	text-align: center; 
}

/*  ------------------------------------------ */
/*  Typographie des titres
---------------------------------------------- */
#ariane {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C479D; 
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	font-weight: bold;
	color: #B33E3E; 
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000; 
}
.liste-articles h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #00C; 
}
.surtitre { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
/*	color: #C5E41C; */
	color: #90D119;
}
h5 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #90D119;
}
.soustitre { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #700;
}
#pied { 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	color: #0C479D; 
}

/*  ------------------------------------------ */
/*  Typographie des textes
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }
#contenu .texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000; 
	font-size: 1em; 
}
.page_sommaire #contenu .texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000; 
	font-size: 0.9em; 
}
#contenu .article {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000; 
	font-size: 0.8em; 
}
p .spip {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}
.liste-articles li .intro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000; 
	font-size: 0.71em; 
}
/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; 
	font-size: 0.71em;
}
.ps { 
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.82em; 
}
.notes { 
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	clear: both; 
	font-size: 0.77em; 
}
.ps h2, .notes h2 { 
	font-size: 1.19em; 
	font-weight: bold; 
}
.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	text-align: center;
}

/*  ---------------------------------------------------------- */
/*  Typographie des listes d'articles et extraits introductifs */
/*  ---------------------------------------------------------- */
.liste-articles li p { margin: 0; padding: 0; }
.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }
.liste-articles li small {
	display: block;
	font-size: 0.71em; }

/*  ------------------------------------------
/*  Typographie des liens
/*  ------------------------------------------ */
a { 
	text-decoration: none; 
	color: #333; 
}
a:hover { 
	text-decoration: underline; 
}
#ariane a { 
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	text-decoration: none; 
}
#ariane a:hover { 
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	text-decoration: underline; 
}
.liste-articles li h3 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.03em;
	font-weight: bold;
	color: #474777; 
	text-decoration: none;
}
.liste-articles li h3 a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.03em;
	font-weight: bold;
	color: #474777; 
	text-decoration: underline; 
}
#pied a { 
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	text-decoration: none; 
}
#pied a:hover { 
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	text-decoration: underline; 
}
.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	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 {}

/*  ------------------------------------------
/*  Typographie de la navigation
/*  ------------------------------------------ */
#navigation {
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 0.77em;
	color: #333;
}
/* Formulaire de recherche */
.recherche-input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: inherit;
}
.rubriques {
	font-size: inherit;
}
.meme-rubrique {
	font-size: inherit;
}
.contact {
	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; }

/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}

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

.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 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 specifique du plan du site
/*  ------------------------------------------ */
.page_plan #contenu h2 {
	clear: both;
	width: 60%;
	padding: 0.5em;
	margin-bottom: 10px;
	margin-left: 48px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	text-align: left; 
}
.page_plan #contenu ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0; 
}
.page_plan #contenu h2 a { 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #222;
	text-decoration: none; 
}
.page_plan #contenu h2 a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #333;
	text-decoration: underline; 
}
.page_plan #contenu li a { 
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333;
	text-decoration: none; 
}
.page_plan #contenu li a:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333;
	text-decoration: underline; 
}