/* auteur: Bernard Martin-Rabaud */
/* Date de création: 14/01/2004 */

/*** STYLES SPECIFIQUES POUR LE SITE SOLIDAIRES ***/

/* STYLES GENERAUX */

body {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 11px;
}

a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

td {
	font-size: 10pt;
}

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

#redac-cache {
	position: absolute;
	top: 0;
	left: 0;
}

/* BLOC GENERAL PAGE */

#page {
	margin: 0 auto;
	width: 960px;
	font-family: trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}

/* STYLES DE L'EN-TETE DES PAGES */

#entete {
}

/* Colonne logo et menu rapide */
#bloc-logo {
	float: left;
	width: 22%;	
}

/* Menu rapide */

#menu-rapide {
}

#menu-rapide-logo {
	float: left;
	width: 12%;
	margin: 5px 5px 0 -10px;
}

#menu-rapide-liens {
	float: left;
	width: 85%;
}

#menu-rapide-liens a {
	font-weight: normal;
	font-size: 12px;
}

/* [En-tête] Bloc titre : titre, liens hiérarchique, recherche */

#bloc-titre {
	float: right;
	width: 75%;
}

#bloc-titre h1.titre-page {
	margin: 0px 0px 10px 0px;
	height: 50px;
	font-size: 20px;
	font-weight: bold; 
	text-align: right;
}

.titre-altern {
	color: #0052ce;
}

#bas-titre {
	margin-top: 20px;
}


/* [En-tête] Liens hiérarchique */

#hierarchie {
	float: left;
	width: 92%;
	margin: 15px 0;
	font-size: 12px;
}

#hierarchie a {
	font-size: 12px;
	color: #8e8146;
}

#entete .icones {
	float: right;
	width: 6%;
	margin: 15px -5px 10px 0;
	text-align: right;
}


/* STYLES DU CORPS DE PAGE */

#corps {
	margin-top: 20px;
}

/* [Corps] Bloc du menu des rubriques (voir menu_rubriques.css pour les menus défilants) */

#bloc-menu-rubriques {
	float: left;
	width: 22%;
	/*padding: 5px;
	background-color: #dedabd;
  	-moz-border-radius: 5% 5%;*/
}

#bloc-menu-rubriques div.hr {
	margin-top: 5px;
   	height: 4px;
  	background: #fff url(../img/hr_menu.gif) repeat-x;
}

#bloc-menu-rubriques div.hr hr {
	display: none;
}

#affiche {
	text-align: center;
}

#affiche table.spip {
	border: none; 
}



/* [Corps] Formulaire de recherche */ 

#form-recherche {
	margin: 10px 0;
}

.rech-saisie {
	float: left;
	width: 85%;
	margin: 3px 4px 0 4px;
	
}

input#recherche {
	width: 100%;
	font-size: 0.8em;
}

.rech-bouton {
	float: left;
	width: 22px;
	margin: 4px 0 0 0;
	
}

#bloc-menu-rubriques .retour-menu-rapide {
	margin: 10px 0 0 -10px;
}

/* [Corps] CONTENU DES PAGES */
/*         styles communs */

#contenu {
	float: right;
	width: 75%;
	padding: 0 0 0 10px;
}

/* liens de pagination */

.pagination {
	clear: both;
	margin: 20px 0;
}

.pagination div {
	margin: 10px 0;
    font-style: italic;
}

a.lien_pagination {
}	

.pagination span.on {
	padding: 0 2px;
	background-color: #bbffa3;
	border: 1px solid #059e00;
	color: #059e00;
}

a.lien_pagination img {
	vertical-align: bottom;
}	


/* [Corps] CONTENU DES RUBRIQUES */

.rubrique-col-gauche {
	clear: both;
	float: left;
	width: 52%;
}

.rubrique-col-droite {
	float: right;
	width: 43%;
}

.rubrique-descro {
	font-style: italic;
}

.rubrique-texte {
	margin: 10px 0;
	font-size: 12px;
	text-align: justify;
}

li.rubrique-item {
	margin: 10px 0 0 -20px;
	list-style-type: none;
}

.rubrique-item {
	margin: 10px 0 0 -20px;
	list-style-type: none;
}

.rubrique-item-gauche {
	clear: both;
	float: left;
	width: 48%;
	margin: 10px 0;
}

.rubrique-item-droite {
	float: right;
	width: 48%;
	margin: 10px 0;
}

.rubrique-item-titre {
}


.rubrique-item-titre a {
}


.rubrique-item-titre .rubrique-item-titre a {
	font-size: 12px;
	color: #681010;
}

.rubrique-item-infos {
	margin-left: 20px;
}

.rubrique-item-descro {
	margin-left: 10px;
	font-size: 12px;
}

.rubrique-item-date {
	margin-left: 10px;
	font-size: 12px;
	color: #888;
	letter-spacing: 1px;
}

.rubrique-item-externe {
	margin-left: 10px;
	font-size: 12px;
	font-style: normal;
}

.rubrique-item-logo {
	float: left;
	width: 48%;
}

/* [Rubriques] Dossier */

#dossier-chapitres {
	float: left;
	width: 40%;
	margin-right: 10px;
}

.dossier-bloc {
	margin: 10px 0;
	border-bottom: 1px #aaa solid;
}

.dossier-bloc-titre {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px #aaa dashed;
}

#dossier-chapitres ul {
	margin-bottom: 10px;
	padding: 5px;
}

#dossier-chapitres li {
	list-style: none;
}

#dossier-chapitres a {
	font-size: 12px;
}

#dossier-texte {
	margin: 0 0 0 10px;
	text-align: justify;
}

/* style des articles de rubrique tableau-synthetique (chiffres-clés) */

#tableau-gauche {
	float: left;
	width: 49%;
}

#tableau-droite {
	float: right;
	width: 49%;
}

.tableau-bloc {
	margin: 0px 12px 10px 0px;
	width: 100%;
	border-top: 1px #fff solid; 	
	border-right: 2px #888 solid; 	
	border-bottom: 2px #888 solid; 	
	border-left: 1px #fff solid; 	
	background-color: #eee;
}

.tableau-bloc-pair,
.tableau-bloc-impair {
	margin: 0px 12px 10px 0px;
	width: 100%;
}

.tableau-bloc-pair {
	border-top: 1px #fff solid; 	
	border-right: 2px #999 solid; 	
	border-bottom: 2px #999 solid; 	
	border-left: 1px #fff solid; 	
	background-color: #fff;
}

.tableau-bloc-impair {
	border-top: 1px #fff solid; 	
	border-right: 2px #777 solid; 	
	border-bottom: 2px #777 solid; 	
	border-left: 1px #fff solid; 	
	background-color: #e7e7e7;
}

.tableau-bloc-pair .tableau-titre,
.tableau-bloc-impair .tableau-titre {
	height: 20px;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.tableau-bloc-pair .tableau-titre {
	background-color: #999;
	color: #fff;
}

.tableau-bloc-impair .tableau-titre {
	background-color: #777;
	color: #fff;
}

.tableau-texte {
	font-size: 12px;
	padding: 4px;
}

.tableau-texte p.spip b.spip {
	color : #777;
}

.tableau-ps {
}

.tableau-notes {
}

.tableau-texte ul {
	margin-left: -20px;
}

.tableau-texte th, .tableau-texte td {
	font-size: 12px;
}


/* [Corps] CONTENU DES ARTICLES */

#article-logo {
}

#article-descro {
	float: left;
	width: 35%;
	margin: -5px 10px 5px 0px;
	padding: 4px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align: justify;
}

/* [Articles] Documents inclus */

#article-documents {
	float: right;
	width: 23%;
	margin-left: 10px;
	background-color: #fff;
	border-top: 1px #bdffa5 solid; 	
	border-right: 2px #00ad52 solid; 	
	border-bottom: 2px #00ad52 solid; 	
	border-left: 1px #bdffa5 solid; 	
}

#article-documents #titre {
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #00ad52;
}

#article-documents .document {
	padding: 5px;
	background-color: #fff;
}

#article-documents .logo {
	float: left;
	width: 30%;
}

#article-documents .infos,
#calendrier-article .infos {
	float: right;
	width: 65%;
	font-size: 11px;
	color: #444;
}

#article-documents .infos .titre,
#article-documents .infos .descro {
	font-size: 11px;
	font-weight: normal;
	color: #444;
}

/* [Articles] Eléments principaux (texte, ps...) */

.article-texte {
	margin-top: 0px;
	padding: 0px 5px 5px 0px; 
	color: #666;
	text-align: justify;
}

.article-texte th,
.article-texte td {
	font-size: 14px;
	color: #444;
}

.article-date {
	margin-left: 15px;
	color : #77235a;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: right;
}

.article-notes {
	margin: 10px 0px 0px 20px;
	font-size: 12px;
}

.article-ps {
	margin-top: 10px;
	padding: 5px;
	background-color: #ddd;
	border: 1px #000 solid;
	font-size: 12px;
}

.titre-sommaire {
	margin: 5px 0px 10px 0px;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
}

/* [Articles] Calendrier */

#calendrier-contenu {
	float: left;
	width: 70%;
	padding: 5px;
}

#calendrier-calendrier {
	float: right;
	width: 170px;
	border: 1px #888 solid;
}

#calendrier-contenu li {
	margin: 10px 0 0 -40px;
	list-style: none;
}

#calendrier-liens {
	text-align: center;
}

#calendrier-liens a {
	margin: 0 10px;
}

.evenement-date {
	float: left;
	width: 12%;
	font-size: 11px;
}

.evenement-lien {
	float: right;
	width: 85%;
}


/* styles pour les articles de type "journal" */

#journal-logo {
	float: left;
	width: 30%;
}

#journal-descro {
	float: left;
	width: 30%;
	margin: 10px 10px 5px 0px;
	padding: 5px;
	border: 1px #ccc solid;
	color: #000;
	font-weight: normal;
}

#journal-telecharger {
	font-style: italic;
}


/* styles des pétitions */

#petition {
	width: 95%;
	margin: 20px;
	font-size: 10pt;
}

div#signatures {
	width: 99%;
	padding: 3px;
	border: 1px #ddd solid;
}

.signatures-titre {
	margin: 10px 0;
}

table.signatures {
	width: 100%;
	font-size: 9pt;
	border-top: 1px #ddd solid;
	border-left: 1px #ddd solid;
}

thead.structure td {
	border-bottom: 1px #ddd solid;
	border-right: 1px #ddd solid;
}

thead.structure td {
	font-weight: bold;
	color: #666;
	background-color: #eee;
}

.signatures th,
.signatures td {
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

td.signature-date {
	width: 15%;
}

td.signature-nom {
	width: 35%;
}

td.signature-site {
	width: 27%;
}

td.signature-url {
	width: 20%;
}

/*
td.signature-message {
	width: 40%;
}
*/

#contenu-bas-liens {
	margin-top: 10px;
	text-align: center;
}

.lien-direct {
	margin-left: 10px;
}

.lien-direct a {
	font-weight: normal;
}



/* style des structures nationales et locales */

.structure {
	margin: 10px 0;
}

.col-gauche {
	clear: both;
	float: left;
	width: 47%;
}

.col-droite {
	float: right;
	width: 47%;
}

/*
.structure .nom {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #aaa dashed;
	padding: 3px;
}

.structure .titre,
.structure .adresse,
.structure .tel,
.structure .email {
	font-size: 12px;
}

.structure .bio {
	font-size: 12px;
	font-style: italic;
}	
*/

.structure-titre {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #aaa dashed;
	padding: 3px;
}

.structure-texte,
.structure-adresse,
.structure-tel,
.structure-email {
	font-size: 12px;
}

.structure-bio {
	font-size: 12px;
	font-style: italic;
}	

/* styles pour les tableaux .csv */

table.spip-csv {
	border: 1px #ccc solid;
}

tr.row_even {
	background-color: #ddd;
}

table.spip-csv th,
table.spip-csv td {
	font-size: 12px;
	padding: 2px;
}

/*  ------------------------------------------
/* styles des formulaires */
/*  ------------------------------------------ */

/* formulaire de contact */

/*
#form-contact {
	width: 80%;
	text-align: left;
}

.form-label-champ, .form-boutons {
	margin-top: 10px;
}

.form-label-champ input.texte, .form-label-champ textarea {
	width: 95%;
}		
*/

/* autres formulaires */

form.formulaire {
	width: 80%;
	margin: 10px auto;
	text-align: left;
}

form.formulaire-envoi {
	width: 90%;
	margin: -15px auto;
	text-align: left;
}

.spipform-ligne, .spipform-boutons {
	margin: 10px 0;
}

.spipform-ligne label {
	display: block;
	font-weight: bold;
}

input.text-field, textarea.text-field {
	width: 95%;
}

input.short-text-field {
	width: 30px;
}

input.readonly {
	background-color: #ccc;
}

span.obligatoire {
	color: #f00;
	font-weight: bold;
}

.spipform-masquer {
	display: none;
}	

.form-petition-gauche {
	float: left;
	width: 40%;
	margin: 3px 0;
}

.form-petition-droite {
	float: left;
	width: 40%;
	margin: 3px 20px;
}

.form-petition-droite input,
.form-petition-droite textarea {
	width: 90%;
}


/**********************************
  PLAN DU SITE
**********************************/

ul.plan-secteur {
	margin: 0 0 20px 0;
}

ul.plan-secteur > li > a {
	font-size: 15px;
}

ul.plan-rubrique {
	margin: 10px;
}

ul.plan-rubrique li a {
	font-size: 13px;
	font-weight: normal;
}

ul.plan-secteur > li {
	margin-bottom: 20px;
}

ul.plan-rubrique li {
	margin-top: 10px;
	padding-left: 10px;
	/*border-left: 1px #ccc dotted;*/
}

ul.plan-secteur > li,
ul.plan-rubrique li {
	list-style: none;
}

ul.plan-secteur > li > a,
ul.plan-rubrique li a {
	color: #000;
}
	
/**********************************
  PIED DE PAGE
**********************************/

#pied {
	margin: 30px auto;
	text-align: center;
}

#pied span {
	margin: 0 10px;
	vertical-align: top;
}

.visiteur-statut {
	margin: 10px 5px;
	font-size: 12px;
	color: #777;
}

.visiteur-statut a {
	font-size: 12px;
	color: #777;
}

/**********************************
  FORMULAIRE DE LOGIN 
  styles pour le #LOGIN_PUBLIC du menu horizontal
**********************************/

.editer_login,
.editer_password { 
	margin-bottom: 10px;
} 

.editer_login label,
.editer_password label,
.editer_password .details { 
	display: block;
} 

.editer_password a {
	font-weight: normal;
}

/**********************************
  LISTE DES STRUCTURES
***********************************/
table.structure caption {
	font-size: 150%;
	font-weight: bold;
	color: #777;
}

table.structure td {
	font-size: 75%;
}


