/*  ----------------------------------------------------------- */
/*  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-image: url(images_interface/fond-page.gif);
	background-repeat: repeat-y;
	margin: 0;
	line-height: 15px;
	height: 33px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#FFFFFF;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #DD430D;
	letter-spacing: 1px;
	text-align: left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #DD430D;
	letter-spacing: 1px;
	font-weight: normal;
}
h3 {
	line-height: 18px;
	font-weight: bold;
	font-size: 11px;
	color: #6E6C62;
}

h4 {
	line-height: 18px;
	font-weight: bold;
	font-size: 11px;
	color: #6E6C62;
}

h5 {
	line-height: 14px;
	font-weight: bold;
	font-size: 11px;
	color: #DD430D;
}

h6 {
	line-height: 20px;
	font-weight: normal;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 900px;
	background-color: #FFFFFF;
	visibility: visible;
}

#conteneur { float: right; margin: 0;
}

#conteneur #contenu {
	height: auto;
	width: 515px;
	position: absolute;
	left: 232px;
	top: 33px;
	margin: 0;
	
}


/* Blocs bandeau (c-a-d. la ligne du haut) */

#menu-superieur {
	float: left;
	position: absolute;
	left: 240px;
	top: 0px;
	font-size: 9px;
	line-height: 29px;
	padding: 4px 7px 0 0;
	color: #5E5946;
	border-right: 1px solid #5E5946;
	width: 500px;
	text-align: right;
}
#recherche {
	float: left;
	position: absolute;
	left: 747px;
	top: 0px;
	font-size: 9px;
	line-height: 29px;
	padding: 4px 7px 0 7px;
	width: 250px;
	text-align: left;
}

/* Blocs menu (c-a-d. la colonne de gauche) */

#logo {
	height: auto;
	width: 232px;
	position: absolute;
	left: 0px;
	top: 33px;
	background-image: url(images_interface/fond-logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
	
}
#rubrique {
	height: auto;
	width: 178px;
	position: absolute;
	left: 0px;
	top: 284px;
	margin: 0 0 0 54px;
}

#rubrique li {
	font-size: 9px;
	line-height: 33px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	background-color: #C23405;
	background-image:url(images_interface/fond-rubriques.gif);
	letter-spacing: 1px;
	text-indent: 6px;
	height: 33px;
}

#rubrique ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	background-color: #C23405;
	background-image:url(images_interface/fond-rubriques.gif);	
}

#pied {margin: 6px;}

/* Blocs espace_membres (c-a-d. la colonne de droite) */

#sab {
	width: 150px;
	position: absolute;
	left: 747px;
	top: 34px;
	background-image: url(images_interface/logo_sab.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 171px;
	border-left: 1px solid #5E5946;
	
}

#droite {
	width: 213px;
	height:auto;
	position: absolute;
	left: 747px;
	top: 235px;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 230px;
	margin: 0 0 40px 18px;
}

#contenu .encart {
	float: right;
	width: 230px;
	margin: 0 18px 40px 0;
}

/* Entete */
#entete {
	position: absolute;
	height: 33px;
	width: 960px;
	border-bottom: 1px solid #5E5946;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF
}

#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: 5px 5px 25px 18px;
	font-size: 0.77em; }



/* 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, .encart, .formulaire_spip 
	{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898780;}

/* Typo pour le contenu */
	
.info {
	color: #424137;
	line-height: 16px;
	font-size: 9px;
	letter-spacing: 1px;
	font-style: oblique;
}

.dates-importantes {
	color: #CE410F;
	line-height: 16px;
	font-size: 9px;
	letter-spacing: 1px;
	font-style: oblique;
}

.references {
	color: #FFFFFF;
	line-height: 16px;
	font-size: 9px;
	letter-spacing: 1px;
}

.reperes {
	font-size: 9px;
	font-style: oblique;
	color: #FF995C;
	margin: 18px;
}


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

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

.menu-titre {
	padding: 3px 8px 3px 19px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #CCC;
	text-align: left;
	background-image: url(images_interface/fond_titre_encart.gif);
}

.sommaire {
	line-height: 14px;
	text-align: right;
	font-size: 9px;
	color: #69675D;
	letter-spacing: 1px;
	float: right;
	width: 100%;
	border-right: 1px solid #DD430D;
	padding-right: 7px;
	margin : 20px 0 30px 0;
}

/*  ------------------------------------------
/*  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: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }
.cartouche li {list-style-type: none;}


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	font-weight: normal;
	line-height: 1.4em;
	font-style: oblique;
	color: #333333;
}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.ps, .notes, .chapo, .cartouche, #documents_joints {
	margin: 18px 18px 18px 18px;
	text-align: justify;
}

.texte {
	margin: 18px 18px 90px 18px;
	text-align: justify;
}


.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: 5px; font-size: 10px; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 5px; }
#documents_joints small { font-size: 9px; }


/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	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 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; }
	
.contre-encart li, .encart li {
	list-style-type: none;
	text-align: left;
	margin: 2px;
	padding: 0;
	text-indent: 0;
	list-style-position: outside;
}

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  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 {
	list-style-image: url(puce.gif);
}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

/* Formulaire de recherche */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 70%; font-family: inherit; 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; }

/* Formulaire de recherche */

#formulaire_recherche { 
	width: 50px; 
	position: absolute;
	left: 6px;
	top: 37px; 
	text-align: left;
}

.formulaire_recherche label { display: none; }

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



/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */

a { text-decoration: none; color: #333333; }
a:hover { text-decoration: underline; }

#rubrique li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#rubrique li a:hover {
	color: #424137;
	background-image: url(images_interface/fond-liste.gif);
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	font-weight: bold;
}

#rubrique .on {
	color: #424137;
	background-image: url(images_interface/fond-liste.gif);
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	font-weight: bold;
}

#pied a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	letter-spacing: 1px;
}

#pied a:hover {
	text-decoration: underline;
}

#contenu a {
	text-decoration: none;
	color: #2E2C1F;
	font-style: oblique;
}

#contenu a:hover {
	text-decoration: none;
	color: #DD430D;
	font-style: oblique;
}

	
