/*  ----------------------------------------------------------- */
/*  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: #666;
	text-align: center;
	font-size: 1em;
	color: #333;
}

img, table {
	margin: 0;
	padding: 0;
	border: none;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #f50073;
	padding: 0;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#conteneur {
	width: 740px;
	background: repeat-y url(pattern-01.png) #fff;
	border: 10px solid #fff;
}

#conteneur #contenu {
	width: 740px;
}

#conteneur #navigation {
	float: right;
	width: 12em;
	text-align: center;
}

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

#contenu .encart {
	float: right;
	width: 421px;
	background: #fff;
	padding: 10px 10px 10px 20px;
	border-top: 1px dotted #f50073;
	border-right: 1px dotted #f50073;
	border-bottom: 1px dotted #f50073;
}

/* Entete */
#entete {
	width: 720px;
	background: #f50073;
	border: 10px solid #fff;
	padding: 10px;
}
#entete #nom_site_spip, #entete a .spip_logos {
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
}

#nom_site_spip {
	padding: 0 0 0 0;
}

#entete a { text-decoration: none; }

#entete .formulaire_recherche { float: right; }

/* Navigation */
#nav-utils{
	font-size: 9px;
	text-transform: uppercase;
	float: right;
	position: relative;
	top: -130px;
	right: 0;
	text-align: right;
	height: 0;
}

#navigation {
	width: 740px;
	height: 44px;
	background-color: #555;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

.nav-context {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	font-size: 11px;
}
/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 2em;
	font-size: 0.77em;
}

/* Pied de page */
#pied {
	clear: both;
	text-align: left;
	background-color: white;
	padding: 0 10px 10px 10px;
	text-transform: uppercase;
}

#pied small {
	font-size: 9px;
}

#pied img {
	vertical-align: bottom;
}

/* 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, .spip_form {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, h3.spip, .voirskel {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 30px 12em 0 0;
	font-weight: normal;
}


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

/*  Habillage general des menus de navigation
---------------------------------------------- */
.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: left;
	font-weight: bold;
}

.encart p { 
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

.encart ul { padding: 0.2em 0; text-align: left; }

.encart li { padding: 0 0.7em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #EAFFEA;}
.rubriques .menu-titre { background: #F2FFF2; }

.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

.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 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 .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	color: #504351;
}

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

.encart .texte {
	color: #000;
	font-size: 0.96em;
	width: 420px;
}

.contre-encart .texte {
	width: 99%;
}

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 10px;
}
.ps { 
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	font-size: 10px;
	color: #504351;
}
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
.documents_portfolio {
	margin-top: 1.4em;
	padding: 2px 0 10px 0;
	border-top: 1px dotted #CCC;
}

.documents_portfolio img {
	padding-bottom: 2px;
}
.documents_portfolio h3 {
	margin-bottom: 0.4em;
}

.spip_doc_titre {
	font-size: 10px;
}

.spip_doc_titre small {
	font-weight: normal;
}

.spip_doc_descriptif {
	font-size: 10px;
}


#document_actif {
	margin-top: 1em;
}

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
.documents_joints {
	margin-top: 1.4em;
	padding: 2px 0 10px 0;
	border-top: 1px dotted #CCC;
	color: #504351;
}

.documents_joints h3 {
	margin-bottom: 0.4em;
}

.documents_joints li { 
	margin-bottom: 0.4em; 
}

.documents_joints li .spip_doc_titre {
	font-size: 11px;
}

.documents_joints li .spip_doc_titre small {
	font-weight: normal;
}

.documents_joints li .spip_doc_descriptif {
	font-size: 11px;
}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
}

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold;
}

.liste-articles li .spip_logos {
	margin: 0 10px 0 0;
}

.liste-articles .image {
	float: left;
}

.liste-articles li p {
	margin: 0 0 5px 0;
	padding: 0;
}

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0;
}

.liste-articles li small {
	display: block;
	margin: 0 0 10px 0;
	font-size: 11px;
	color: black;
}

.liste-articles li .text {
	display: block;
	color: #fff;
	padding: 10px;
}

.pagination {
	font-size: 0.90em;
}

.nav-articles li {
	padding-top: 10px;
}

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */


.page_plan #contenu .encart ul {
	font-size: 13px;
	display: block;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style: none;
}

.page_plan #contenu .encart li {
	list-style: inherit;
	padding-bottom: 5px;
}

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

/* Correction des styles HTML par defaut */
.spip_form form, .spip_form fieldset, .spip_form legend, .spip_form label, .spip_form input, .spip_form textarea, .spip_form select, .spip_form option {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

/* Styles des formulaires de Spip */
.spip_form {
	text-align: left;
	font-size: 0.77em;
}

.spip_form p {
	margin: 0.5em 0;
	padding: 0;
}

.spip_form_fieldset {
	display: block;
	margin: 0.77em 0;
	padding: 0.77em;
	border: 1px dotted;
}

.spip_form_legend {
	font-weight: bold;
	padding: 3px;
	background: #FFF;
	/* Sinon, superposition dans MSIE */
}

.spip_form_label {

}

.spip_form .forml {
	width: 99%;
	padding: 1px;
	border: 1px inset;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: inherit;
}

.spip_bouton {
	text-align: right;
}

.spip_bouton input {
	margin: 3px 0;
	padding: 1px 2px;
	border: 2px outset;
	font-weight: bold;
	float: right;
}

/* Reponse du formulaire */
.reponse_formulaire {
	font-weight: bold;
	color: #F00;
}

fieldset.reponse_formulaire {
	border: 1px dotted;
	font-weight: normal;
}

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
	border: 1px solid;
}

/* 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 */
.choix_mots {
	width: 47%;
	float: left;
}

.choix_mots label {
	display: inline;
}

/* Formulaire de recherche */
.formulaire_recherche {
	text-align: left;
	width: 12em;
}

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

.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 des petitions
/*  ------------------------------------------ */

#signatures {
	clear: both;
	font-size: 0.77em;
}

#signatures h2 {
	padding: 0.5em;
	text-align: left;
	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;
	#fff-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a, a.spip_in, a.spip_out { 
	text-decoration: none; color: #f50073;
	border-bottom: 1px dotted #f50073;
}

a:visited, a:visited.spip_in, a.spip_out:visited { 
	text-decoration: none; color: #a44b78;
	border-bottom: 1px dotted #a44b78;
}

a:hover, a:hover.spip_in, a.spip_out:hover {
	border-bottom: 1px solid #f50073;
	background: #f50073;
	color: #fff;
}

#entete a {
	color: #fff;
}

#nav-utils a:hover {
	border-bottom: 1px dotted #fff;
}

#nav-utils a:visited {
	border-bottom: 0 none #fff;
}


#navigation a {
	display: block;
	float: left;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	padding: 10px;
	width: 102px;
	height: 24px;
	border-bottom: 0px none;
	border-right: 1px dotted #f6f6f6;
	background-color: #555;
	text-transform: uppercase;
}

#navigation a.dernier {
	border-right: 0px none;
}

#navigation a.on {
	background-color: #666;
}

#navigation a:hover {
	background-color: #f50073;
	color: #fff;
}

#pied a {
	color: #555;
	border-bottom: 0px none #555;
}

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

a.blank, a.blank:visited {
	border-bottom: 0px none #fff;
}
/*<group=Spip styles>*/

.liste-articles a{
	display: block;
	height: 150px;
	color: #fff;
	background-color: #555;
	border: 1px dotted #fff;
}

.liste-articles a:hover{
	background-color: #f50073;
	color: #fff;
	border: 1px dotted #f50073;
}

.liste-articles a:visited {
	border: 1px dotted #fff;
}
p.spip {
	font-size: 12px;
	line-height: 165%;
	margin: 0 0 10px 0;
	padding: 0;
}

sup {
	font-size: 60%;
}

.spip_documents {
	text-align: left;
}

.caractencadre-spip {
	font-size: 11px;
	color: #f50073;
}

.liste-articles .caractencadre-spip {
	font-size: 10px;
	color: black;
	font-weight: bold;
}

h4.spip {
	margin: 0;
	padding: 0;
}

#entete h1 {
	color: #fff;
	font-size: 54px;
	padding-left: 5px;
	padding-right: 70px;
}

#entete h2 {
	color: black;
	padding-left: 5px;
	padding-right: 70px;
	font-size: 16px;
}
	
#entete h3 {
	color: black;
	padding-left: 5px;
	font-size: 13px;
}

#contenu .encart h2 {
	margin: 0 0 10px 0;
	font-size: 28px;	
}

#contenu h2 img {
	margin: 0 0 10px -5px;
}
	
.contre-encart h2 {
	font-size: 16px;
}

.contre-encart h3 {
	font-size: 13px;
}

.contre-encart h3.spip {
	margin: 0 0 10px 0;
	padding: 0;
}


/*</group>*/
