/*

Squelette Sarka-SPIP
Copyright (C) 2005 Sylvain Bellégo - sylvain.bellego@no-log.org

Ce programme est libre, vous pouvez le redistribuer et/ou le modifier selon les termes
de la Licence Publique Générale GNU publiée par la Free Software Foundation (version 2
ou bien toute autre version ultérieure choisie par vous).

Ce programme est distribué car potentiellement utile, mais SANS AUCUNE GARANTIE, ni
explicite ni implicite, y compris les garanties de commercialisation ou d'adaptation
dans un but spécifique. Reportez-vous à la Licence Publique Générale GNU pour plus de détails.

Vous devez avoir reçu une copie de la Licence Publique Générale GNU en même temps que ce programme
; si ce n'est pas le cas, écrivez à la Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307, États-Unis.

*/

body {
	background: #FFFFFF;
	padding: 20px;
	margin: 0px;
}

a {
	text-decoration:none;
}

a img {
	border: 0;
}
/*---comportement des liens de style bouton---*/

a.bouton {
	display:block;
	background:#F0F0FA;
	color:#AA0000;
	text-decoration:none;
	border: #AA0000 solid 1px;
	text-align:center;
	padding:1px;
	margin:10px 0px 10px 0px;
}
a.bouton:hover {
	background: #AA0000;
	color:#F0F0FA;
	text-decoration:none;
}

/*---comportement des logos de la colonne de gauche---*/

a.logo-syndication {
	background:URL(../images/xml.gif);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px 36px 2px 0px;
	width: 36px;
}

a.logo-sarka-spip {
	display: block;
	background:URL(../puces/sarka-spip.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	width: 85px;
}

a.logo-sarka-spip:hover {
	display: block;
	background:URL(../puces/sarka-spip-hover.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

a.logo-spip-powered {
	display: block;
	background:URL(../puces/spip-powered.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

a.logo-spip-powered:hover {
	display: block;
	background:URL(../puces/spip-powered-hover.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

/*---comportement des éléments de formulaires---*/

.saisie-texte, .forml {
	display:block;
	color: #AA0000;
	background: #F0F0FA;
	border: 1px solid #AA0000;
	margin:5px 0px 5px 0px;
	padding:1px;
}

.spip_bouton {
	display: block;
	background: #AA0000;
	color: #F0F0FA;
	border: 1px solid #AA0000;
	margin:5px 0px 5px 0px;
}

.spip_bouton:hover {
	background: #FFFFCC;
	color: #AA0000;
	border: 1px solid #AA0000;
}

fieldset {
	margin: 0px;
	padding: 0px;
}

/*---style des info-bulles perso adaptées au contexte (image, plan...)---*/

a.info span {
	display: none;
}

a.info:hover {
	background: none; /* correction d'un bug IE */
}

.images a.info:hover span {
	/* style des infobulles associées aux images */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
	width: 200px;
}

.plan a.info:hover span {
	/* style des infobulles associées aux articles syndiqués (page site.html) */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
}

.recherche a.info:hover span {
	/* style des infobulles associées aux articles syndiqués (page site.html) */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
}

/*---affichage de code (pour afficher en mode texte du code html)---*/

tt {
	display: block;
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #669999;
	padding: 1em;
	margin: 1em 0em 1em 0.5em;
	font-size: 90%;
	background: #E0F0F0;
	overflow: auto;
	max-height: 25em;
}


/* ====================== Blocs principaux, décomposition de la page en 3 colonnes et 1 bandeau ====================== */

.bandeau {
/*bandeau contenant le titre du site*/
	display: block;
	background-color: #AA0000;
	color: #FFFFFF;
	padding: 20px 10px 15px 0px;
	font-weight: bold;
	text-align: right;
	height: 72px;
}

.bandeau a.titre {
	text-decoration: none;
	color: #AA0000;
	margin: 10px 10px 5px 0px;
	padding: 15px 0px 15px 0px;
	font-size: 32pt;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-shadow: 5pt 7pt 3pt #000000;
}

.bandeau a.sous-titre {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-shadow: 3pt 4pt 2pt #000000;
	padding: 10px 0px 5px 0px;
}


.site-logo {
	background: URL(../images/site_logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 35px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 120px;
}

.bande-chemin {
	/*bande accrochée au bandeau de titre, contenant le chemin hiérarchique de la page en cours*/
	border: 1px solid #AA0000;
	background: #FFFFCC;
	padding: 5px 10px 5px 210px;
	margin: 5px 0px 15px 0px;
	text-align: left;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
}

.bande-chemin a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
}

.bande-chemin a:hover {
	color: #EEEEEE;
	font-size: 12px;
	background: #AA0000;
	padding: 1px 3px 1px 3px;
}


.gauche {
	/*colonne de gauche*/
	border: 0px;
	width: 190px;
	float: left;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}

.centre {
	/*colonne centrale*/
	border: 0px;
	margin-left: 220px; /*Sarka-SPIP 1.8.2*/
	margin-right: 210px;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}

.droite {
	/*colonne de droite*/
	border: 0px;
	width: 180px;
	float: right;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 10px;
}

.footer {
	/*pied de page*/
	clear: both;
	border: 1px solid #333333;
	text-align: center;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 20px 2px 20px;
}

/* ================================ Formatage des éléments du bandeau =============================== */

a.bandeau .spip_logos {
	float: left;
}

a.bandeau .nom-site {
	margin: 0px;
	padding: 0px;
}


/* ================================ Formatage des éléments du pied de page =============================== */

.footer a {
	color: #AA0000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

/* ================================ Formatage des éléments de la colonne de gauche =============================== */

/* bloc contenant la date de dernière mise à jour */

.maj {
	background: #FFFFFF;
	font-size: 11px;
	border: 1px solid #808080;
	width: 100%;
	text-align: center;
	padding: 3px 0px 3px 0px;
	color: #808080;
	margin: 20px 0px 20px 0px;
}

/* bloc de navigation 1 --> arborescence du site */

.nav1 {
	/*bloc contenant la hiérarchie*/
	background: #B0B0B0;
	font-size: 15px;
	border: 1px solid #AA0000;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
}

.bord {
	/*bloc englobant nav1, pour créer une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 10px;
}

.nav1 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #FEFEFE;
	font-weight: bold;
}

.nav1 a.lien-menu-autre:hover {
	color: #606070;
	text-decoration: none;
}

.nav1 a.lien-menu-courant {
	/*lien "surligné" vers les rubriques courantesde l'arborescence*/
	color: #606070;
	font-weight: bold;
}

.nav1 a.lien-menu-courant:hover {
	color: #606070;
	text-decoration: none;
}

.nav1 ul {
	padding-left:10px;
	margin:0px;
	line-height: 95%;
}

.nav1 li {
	margin: 0.3em 0em 0.3em 0em;
	padding: 0px;
	font-size: 85%;
	list-style-type: none;
}

/* bloc de navigation 2 --> contact + admin + formulaire + s'inscrire */

.nav2 {
	/*bloc contenant les liens de navigation*/
	border: 1px solid #AA0000;
	background: #E0E0E0;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.nav2 .texte {
	margin:10px;
	font-size: 11px;
}

.nav2 .texte a.type {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px 0px 0px 0px;	
}

.nav2 .texte a.type:hover {
        color: #000000;
        text-decoration: underline;
	padding: 2px 0px 0px 0px;
}

.nav2 .texte .titre {
	font-weight:bold;
	font-size: 12px;
	padding-bottom: 5px;
}

.nav2 .texte .google {
	margin-right: 0px;
}

.nav2 .saisie-texte {
	width:90%;
}

.nav2 .forml {
	width:90%;
}

/* ================================== Formatage des éléments de la colonne centrale ============================== */


/* ~~~~~~~~~~~~ sommaire ~~~~~~~~~~~~ */
/* Le bloc sommaire contient l'édito et les annonces */
/* des derniers articles et des secteurs */

.sommaire {
	font-size: 12px;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	width: 100%; /*Sarka-SPIP 1.8.2*/
}

/* focus */

.focus .contenu {
	border: 1px solid #AA0000;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
}

.focus a.en-tete {
	display: block;
	background-color: #808080;
	font-weight: bold;
	font-size: 150%;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #808080;
}

.focus .contenu a.nom-focus {
	display: block;
	border-bottom: 1px solid #808080;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #808080;
	margin: 0px;
	padding: 1px;
	background: #EEEEEE;
}

.focus .contenu a.nom-focus:hover {
	color: #FFFFFF;
	background: #808080;
	text-decoration: none;
}

.focus .image .spip_logos {
	display: block;
	float: center;
	margin: 5px;
}

/* edito */

.edito {
	font-size: 13px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #AA0000;
	background-color: #FFFFE0;
}

.edito a {
	color: #AA0000;
	text-decoration: none;
}

.edito a:hover {
	color: #AA0000;
	text-decoration: underline;
}

.edito .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
}

.edito .surtitre {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .titre {
	color: #000000;
	background-color: #E0E0E0;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
}

.edito .soustitre {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .detail {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding-right: 10px;
}

.edito .texte {
	color: #000000;
	margin: 10px;
	padding: 0px;
	font-size: 11px;
	text-align: justify;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}

.edito .texte .souscadre {
	display: block;
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 5px;
	font-size: 300%;
	font-weight: bold;
	line-height: 90%;
	background-color: #E0E0E0;
	border: 2px solid #333333;
	text-align: right;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}

.edito .texte .souscadre .commentaire {
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 90%;
}

.edito .chapo {
	color: #FFFFFF;
	background-color: #AA0000;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 5px 10px 5px 10px;
	padding: 8px 10px 8px 10px;
}

.edito .post-scriptum {
	color: #000000;
	margin: 10px;
	padding: 0px;
	font-size: 100%;
	border-top: 2px solid #000000;
}

.edito .post-scriptum .annonce {
	font-weight: bold;
	color:#6262A4;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

.edito .notes {
	color: #000000;
	margin: 10px;
	padding: 0px;
	border-top: 2px solid #000000;
	font-size: 90%;
}

.edito h3 {
	color: #6262A4;
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}

.edito blockquote {
	border: 1px solid #808080;
	background: #EEEEEE;
	padding: 0px 15px 0px 15px;
}

.edito table {
	font-size: 90%;
	border-color: #FFFFFF;
}

.edito tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.edito tr.row_odd {
	background: #DDDDDD;
	color: #000000;
}

.edito tr.row_even {
	background: #DDDDDD;
	color: #000000;
}

.edito td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

/* annonce des rubriques-secteurs */

.sommaire .en-tete {
	background-color: #808080;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	padding: 2px 0px 4px 10px;
	margin: 20px 0px 10px 0px;
	border: 1px solid #808080;
}

.sommaire .rubrique {
	border: 1px solid #AA0000;
	background: #FFFFFF;
	margin: 0px 0px 15px 0px;  /*Sarka-SPIP 1.8.2*/
}

.sommaire .rubrique a.titre {
	display: block;
	font-size: 120%;
	color: #FFFFFF;
	background: #AA0000;
	border-right: 1px solid #AA0000;
	border-bottom: 1px solid #AA0000;
	padding: 1px 5px 1px 10px;
	margin-right: 50%;
	text-align:left;
	font-weight:bold;
}

.sommaire .rubrique a.titre:hover {
	display: block;
	font-size: 120%;
	color: #AA0000;
	background: #FFFFCC;
	border-right: 1px solid #AA0000;
	border-bottom: 1px solid #AA0000;
	padding: 1px 5px 1px 10px;
	margin-right: 50%;
	text-align:left;
	font-weight:bold;
}

.sommaire .rubrique .texte {
	margin: 10px;
	font-size: 12px;
	text-align: justify;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}

.sommaire .rubrique .texte a {
	color: #AA0000;
}

.sommaire .rubrique .texte a:hover {
	text-decoration: underline;
}

.sommaire .rubrique table {
	font-size: 85%;
	border-color: #FFFFFF;
}

.sommaire .rubrique tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.sommaire .rubrique tr.row_odd {
	background: #DDDDDD;
	color: #000000;
}

.sommaire .rubrique tr.row_even {
	background: #DDDDDD;
	color: #000000;
}

.sommaire .rubrique td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

.sommaire .rubrique .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
}

/* ~~~~~~~~~~~~ contenu ~~~~~~~~~~~~ */
/* Le bloc contenu contient les rubriques, */
/* les articles, et leurs objets associés */
/* in extenso */

.contenu {
	font-size: 12px;
	line-height: 17px;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	width: 99%; /*Sarka-SPIP 1.8.2*/
}

/* contenu --> rubriques */

.contenu .rubrique {
	border: 1px solid #AA0000;
	background: #FFFFFF;
	margin: 0px 0px 15px 0px; /*Sarka-SPIP 1.8.2*/
}

.contenu .rubrique a.titre {
	display: block;
	font-size: 120%;
	color: #FFFFFF;
	background: #AA0000;
	border-right: 1px solid #AA0000;
	border-bottom: 1px solid #AA0000;
	padding: 1px 5px 1px 10px;
	margin-right: 50%;
	text-align:left;
	font-weight:bold;
}

.contenu .rubrique a.titre:hover {
	display: block;
	font-size: 120%;
	color: #AA0000;
	background: #FFFFCC;
	border-right: 1px solid #AA0000;
	border-bottom: 1px solid #AA0000;
	padding: 1px 5px 1px 10px;
	margin-right: 50%;
	text-align:left;
	font-weight:bold;
}

.contenu .rubrique .texte {
	margin: 10px;
	text-align: justify;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}

.contenu .rubrique .texte a {
	color: #AA0000;
	text-decoration: none;
}

.contenu .rubrique .texte a:hover {
	text-decoration: underline;
}

.contenu .rubrique .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
}

.contenu .rubrique .descriptif {
	margin: 10px 150px 5px 10px;
	border-top: 1px solid;
	background: #EEEEEE;
	border: 1px solid;
	font-size: 85%;
	padding: 5px;
}

.contenu .rubrique table {
	font-size: 85%;
	border-color: #FFFFFF;
}

.contenu .rubrique tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.contenu .rubrique tr.row_odd {
	background: #DDDDDD;
	color: #000000;
}

.contenu .rubrique tr.row_even {
	background: #DDDDDD;
	color: #000000;
}

.contenu .rubrique td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

/* contenu --> rubriques filles */

.contenu .rubrique .filles {
	margin: 10px;
}

.contenu .rubrique .filles a {
	display: block;
	color: #000000;
	font-weight: bold;
	background-image: url(../puces/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 5px 0px 5px 0px;
}

.contenu .rubrique .filles a:hover {
	background-image: url(../puces/puce1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

/* mise en forme des documents insérés dans le texte de la rubrique*/

.rubrique .spip_documents {
	display: block;
	padding: 10px;
	font-size: 95%;
	border: 1px solid #AA0000;
	margin: 10px 5px 10px 5px;
	padding: 5px;
	background: #F0F0FA;
	width: 200px !important;
	text-align: center;
}

.rubrique .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.rubrique .spip_doc_titre {
	text-align: left;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

.rubrique .spip_doc_descriptif {
	font-size: 90%;
	color: #808080;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/* contenu --> documents joints (aux articles et aux rubriques) */

.contenu .doc {
	padding: 10px; /*Sarka-SPIP 1.8.2*/
	color: #AA0000;
	background: #FFFFFF;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.contenu .doc .en-tete {
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0px 5px 0px; /*Sarka-SPIP 1.8.2*/
	padding-top: 3px;
}

.contenu .doc .spip_logos {
	margin: 5px 0px 0px 0px;
}

.contenu .doc a {
	display:block;
	text-decoration: none;
	color: #AA0000;
	margin: 0px 0px 5px 0px;
}

.contenu .doc a:hover {
	text-decoration: underline;
}

.contenu .vignette a:hover {
	text-decoration: none;
}

/* contenu --> images jointes (aux articles et aux rubriques) */

.contenu .images {
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	padding: 10px;
	background: #FFFFFF;
}

.contenu .images .en-tete {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #AA0000;
}

.contenu .images .vignette {
	font-size: 80%;
	margin: 10px;
	padding: 10px 0px 10px 0px;
}

.contenu .images ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

/* ~~~~~~~~~~~~ derniers articles ~~~~~~~~~~~~ */
/* La classes "derniers articles" est mal nommée : */
/* elle correspond aux annonces d'articles, dans les */
/* pages sommaire, plan, recherche, auteur, etc. */

.derniers-articles {
	margin: 10px 0px 15px 0px; /*Sarka-SPIP 1.8.2*/
	font-size: 12px;
}

.derniers-articles a {
	color: #AA0000;
	text-decoration: none;
}

.derniers-articles .image .spip_logos {
	display: block;
	float: left;
	margin: 10px;
}

.derniers-articles a:hover {
	color: #AA0000;
	text-decoration: underline;
}

.derniers-articles .en-tete {
	background-color: #808080;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	padding: 2px 0px 4px 10px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #808080;
}

.derniers-articles .annonce {
	background: #FFFFFF;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #AA0000;
}

.derniers-articles .surtitre {
	color: #B0B0B0;
	font-weight: bold;
	margin: 0px 10% 0px 10px;
}

.derniers-articles a.titre {
	display: block;
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	padding-top: 2px;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}

.derniers-articles a.titre:hover {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: underline;
}

.derniers-articles .soustitre {
	color: #808080;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
}

.derniers-articles .detail {
	color: #808080;
	background: #EEEEEE;
	font-size: 80%;
	text-align: center;
	margin: 0px 0px 0px 60%;
	padding: 1px;
	border-left: 1px solid #AA0000;
	border-bottom: 1px solid #AA0000;
}

.derniers-articles .chemin {
	color: #AA0000;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
}

.derniers-articles .introduction {
	color: #000000;
	background-color: #FFFFDD;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	line-height: 14px;
	border-top: 1px dashed #AA0000;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}

.derniers-articles a.suite {
	text-align: right;
	display: block;
	padding: 0px;
}

/* ~~~~~~~~~~~~ article (affichage presque semblable à "derniers articles" ~~~~~~~~~~~~ */

.tous-articles {
	margin: 10px 0px 15px 0px; /*Sarka-SPIP 1.8.2*/
	font-size: 11px;
}

.tous-articles a {
	color: #AA0000;
	text-decoration: none;
}

.tous-articles a:hover {
	color: #AA0000;
	text-decoration: underline;
}

.tous-articles .en-tete {
	background-color: #808080;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	padding: 2px 0px 4px 10px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #808080;
}

.tous-articles a.titre {
	display: block;
	background-color: #EEEEEE;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 2px 10px;
	border-top: 1px solid #AA0000;
}

.tous-articles a.titre:hover {
	color: #000000;
	text-decoration: underline;
}

.tous-articles .soustitre {
	color: #808080;
	/* border-bottom: 1px solid #808080; */
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px 5px 10px;
}

.tous-articles .detail {
	color: #808080;
	background: #EEEEEE;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 70%;
	padding: 1px 3px 1px 3px;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}

/* contenu de l'article "proprement dit" */

.contenu .article {
	background: #FFFFFF;
	margin: 0px 0px 15px 0px; /*Sarka-SPIP 1.8.2*/
	font-size: 11px;
	padding: 0px;
}

.article a {
	color: #AA0000;
	text-decoration: none;
}

.article a:hover {
	color: #AA0000;
	text-decoration: underline;
}

.article .image .spip_logos {
	display: block;
	float: left;
	margin: 15px 15px 5px 25px;
}

.article .surtitre {
	background-color: #B0B0B0;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

.article .titre {
	background-color: #EEEEEE;
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 2px 10px;
	border-top: 1px solid #AA0000;
}


.article .soustitre {
	color: #808080;
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px 5px 10px;
}

.article .contenu {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border: 1px solid #808080;
}

.article .detail {
	color: #808080;
	background: #EEEEEE;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 60%;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.article .texte {
	color: #000000;
/* margin: 0px 10px 0px 10px; */
	margin: 0px 0px 5px 0px;
	padding: 5px 25px 0px 25px;
	text-align: justify;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}

.article .texte .souscadre {
	display: none;
}

.article .chapo {
	color: #000000;
	background-color: #EEEEEE;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	text-align: justify;
}

.article .post-scriptum {
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	font-size: 100%;
	border-top: 1px solid #AA0000;
}

.article .post-scriptum .annonce {
	font-weight: bold;
	color:#AA0000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.article .notes {
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #AA0000;
	font-size: 90%;
}

.article .en-tete {
	color: #000000;
	background-color: #FFFFDD;
	border-top: 1px solid #AA0000;
	border-bottom: 1px solid #AA0000;
	font-size: 100%;
	font-weight: bold;
	padding: 4px;
	margin: 1px;
}

.article h3 {
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin: 1.2em 0em 0.5em 0em;
}

.article blockquote {
	background: #EEEEEE;
	padding: 0px 15px 0px 15px;
}

.article table {
	font-size: 90%;
	border-color: #FFFFFF;
}

.article tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.article tr.row_odd {
	background: #DDDDDD;
	color: #000000;
}

.article tr.row_even {
	background: #DDDDDD;
	color: #000000;
}

.article td {
	padding: 1px 5px 1px 5px;
}

.article a.imprimer {
	display: block;
	background-image: url(../puces/printer.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin: 2px 10px 0px 10px; 
}

/* mise en forme des documents insérés dans le texte de l'article */

.article .spip_documents {
	display: block;
	padding: 10px;
	font-size: 95%;
	border: 1px solid #AA0000;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background: #F0F0FA;
	width: 200px !important;
	text-align: center;
}

.article .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.article .spip_doc_titre {
	text-align: left;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

.article .spip_doc_descriptif {
	font-size: 90%;
	color: #808080;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/* mise en forme du formulaire de pétition */

.petition {
	border: 1px solid #AA0000;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	background: #EEEEEE;
}

.petition fieldset {
	border: 1px solid #AA0000;
	margin: 5px 0px 0px 0px;
	padding: 10px;
}

.petition legend {
	color: #AA0000;
	font-weight: bold;
	border: 1px solid #AA0000;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 5px 0px;
}

.petition .en-tete {
	color: #AA0000;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.petition textarea {
	width: 85%;
}

/* mise en forme de l'affichage des signataires de la pétition */

.signatures {
	border: 1px solid #AA0000;
	padding: 10px;
	margin: 10px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
	background: #EEEEEE;
	font-size: 100%;
}

.signatures .en-tete{
	color: #AA0000;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.signatures td {
	border: 1px solid #AA0000;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	empty-cells: hide;
	font-size: 12px;
}

.signatures thead {
	background: #AA0000;
	font-weight: bold;
	color: #FFFFFF;
}

.signatures a {
	color: #AA0000;
	text-decoration: none;
}

.signatures a:hover {
	color: #AA0000;
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ dans la meme rubrique ~~~~~~~~~~~~ */

.articles-freres {
	padding: 15px 0px 5px 0px;
	margin: 0px; 	/*Sarka-SPIP 1.8.2*/
}

.articles-freres ol {
	color: #000000;
}

.articles-freres .en-tete{
	background-color: #EEEEEE;
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #AA0000;
}

.articles-freres .frere a {
	/* lien vers les articles frères sauf l'article en cours */
	color: #000000;
	text-decoration: none;
	font-size: 100%;
	padding: 0px 5px 0px 5px;	
}

.articles-freres .frere a:hover {
	color: #FFFFFF;
	background-color: #AA0000;
	font-weight: bold;
	/* text-decoration: underline; */
	padding: 0px 5px 0px 5px;	
}

.articles-freres .frere .date {
	color: #000000;
	font-size: 80%;
}

.articles-freres .en-cours {
	/* affichage du titre de l'article en cours (sans lien) */
	color: #808080;
	padding: 0px 5px 0px 5px;	
}

/* ~~~~~~~~~~~~ forum ~~~~~~~~~~~~ */

.annonce-forum {
	color: #AA0000;
	font-size: 150%;
	font-weight: bold;
	width: 100%; /*Sarka-SPIP 1.8.2*/
	margin: 0px 0px 0px 0px; /*Sarka-SPIP 1.8.2*/
}

.forum {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	margin: 0px 0px 0px 0px; /*Sarka-SPIP 1.8.2*/
}

a.repondre {
	background: #AA0000;
	color: #FFFFFF !important;
	text-decoration:none !important;
	border: #AA0000 solid 1px;
	text-align: center;
	padding: 1px 5px 1px 5px;
	float: right;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 80%;
}

a.repondre:hover {
	background:#FFFFCC !important;
	color:#AA0000 !important;
	text-decoration:none !important;
}


.forum fieldset {
	border: 1px solid #AA0000;
	margin: 5px 0px 0px 0px;
	padding: 10px;
}

.forum legend {
	color: #AA0000;
	font-weight: bold;
	border: 1px solid #AA0000;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 5px 0px;
}

.forum .en-tete {
	color: #AA0000;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.forum textarea {
	width: 85%;
}

.forum .visualisation {
	border: 1px solid #AA0000;
	margin: 10px 0px 0px 0px;
}

.forum .visualisation a {
	color: #AA0000;
	text-decoration: none;
}

.forum .visualisation a:hover {
	color: #AA0000;
	text-decoration: underline;
}

.forum .visualisation .titre {
	border-bottom: 1px solid #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	background: #AA0000;
	margin: 0px;
}

.forum .visualisation .detail {
	color: #808080;
	background: #EEEEEE;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 60%;
	padding: 1px 5px 1px 5px;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.forum .visualisation .texte {
	padding: 10px;
}


.forum a.article-forum {
	text-decoration: none;
	font-size: 110%;
	color: #808080;
	font-weight: bold;
}

.forum a.article-forum:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ historique des articles ~~~~~~~~~~~~ */

.historique {
	font-size: 24px;
	margin: 0px 0px 0px 10px; /*Sarka-SPIP 1.8.2*/
	padding-bottom: 15px;
}

.historique .intitule {
	color: #808080;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px 15px 0px; /*Sarka-SPIP 1.8.2*/
}

.historique .bloc {
	display: block;
	padding-top: 7px;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}
    
.historique a.article {
	color: #AA0000;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	font-size: 11px;
}

.historique a.article:hover {
	background-image:url(../puces/puce.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
	font-size: 11px;
}

.historique a.rubrique {
	color: #000000;
	font-size: 11px;
	padding: 0px 0px 0px 5px;
}

.historique a.rubrique:hover {
	color: #AA0000;
	text-decoration: underline;
}

.historique ul {
	list-style-type: none;
	padding: 0px 0px 0px 20px; /*Sarka-SPIP 1.8.2*/
	margin: 0px;
	border: 0px;
}

.historique li {
	font-size: 11px;
	padding:0px;
	margin:0px;
	border: 0px;
}

/* ~~~~~~~~~~~~ plan du site et sites référencés ~~~~~~~~~~~~ */

.plan {
	font-size: 24px;
	margin: 0px 0px 0px 0px; /*Sarka-SPIP 1.8.2*/
}

.plan .intitule {
	color: #808080;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px 15px 0px; /*Sarka-SPIP 1.8.2*/
}

.plan a.rubrique {
	display: block;
	color: #AA0000;
	font-weight: bold;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	padding-left: 15px;
	margin: 0.5em 0px 0px 0px;
}

.plan a.rubrique:hover {
	background-image: url(../puces/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.plan a.article {
	color: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 11px;
}

.plan a.article:hover {
	background-image:url(../puces/puce.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.plan a.breve {
	color: #808080;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}

.plan a.breve:hover {
	background-image:url(../puces/puce.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.plan .date {
	color: #000000;
}

.plan ul {
	list-style-type: none;
	padding: 0px 0px 0px 20px; /*Sarka-SPIP 1.8.2*/
	margin: 0px;
	border: 0px;
}

.plan li {
	font-size: 80%;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
	padding:0px;
	margin:0px;
	border: 0px;
}

.plan hr {
	margin: 10px 20px 10px 20px;
	border: 1px solid #AA0000;
}

.plan a.article-syndic {
	display: block;
	color: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

.plan a.article-syndic:hover {
	background-image:url(../puces/puce.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.plan .date-syndic {
	color: #AA0000;
	font-weight: bold;
}

.plan .a-propos {
	display: block;
	border: 0px;
	background: #FFFFFF;
	color: #909090;
	font-size: 11px;
	padding: 3px 30px 5px 40px;
}

.plan .a-propos .site-pere {
	font-weight: bold;
	color: #666666;
}

.plan .a-propos .auteur-pere {
	font-weight: bold;
}


/* ~~~~~~~~~~~~ auteur ~~~~~~~~~~~~ */

.auteur {
	padding: 0px;
	margin: 0px 0px 0px 0px; /*Sarka-SPIP 1.8.2*/
	font-size: 12px;
}

.auteur div {
	text-align: left !important;
}

.auteur .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
}

.auteur .nom {
	color: #AA0000;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.auteur .tchak {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.auteur .spip_encadrer {
	border: 1px solid #AA0000;
	color: #AA0000;
	font-size: 100%;
	margin: 5px 0px 10px 0px;
	padding: 5px;
}

.auteur a {
	color: #AA0000;
	text-decoration: none;
}

.auteur a:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ recherche ~~~~~~~~~~~~ */

.recherche {
	margin: 0px 0px 15px 0px;  /*Sarka-SPIP 1.8.2*/
}

.recherche .intitule {
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 10px 0px; /* Sarka-SPIP 1.8.2 */
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #AA0000;
}

.recherche .requete {
	color: #AA0000;
	background-color: #EEEEEE;
	border: 1px solid #808080;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 20px 0px; /* Sarka-SPIP 1.8.2 */
	padding: 5px 10px 5px 10px;
}

.recherche .elements-trouves {
	color: #AA0000;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}

.recherche .mot-cle {
	color: #AA0000;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-decoration: underline;
}

.recherche .derniers-articles {
	margin: 0px; /* Sarka-SPIP 1.8.2 */
}

.indentation {
	padding-left: 0px;
}

.redimensionnement {
	font-size: 11px; /* Sarka-SPIP 1.8.2 */
}



/* ====================== Formatage des éléments de la colonne de droite ====================== */

/* ~~~~~~~~~~~~ sites syndiqués ~~~~~~~~~~~~ */

.web {
	margin: 0px;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
	font-size: 100%;
}

.web a.en-tete {
	display: block;
	background-color: #808080;
	font-weight: bold;
	font-size: 150%;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #808080;
}

.web a.en-tete:hover {
	background-color: #EEEEEE;
	color: #808080;
	border: 1px solid #808080;
}

.web a.article-synd {
	display: block;
	color: #808080;
	text-decoration: none;
	background-image:url(../puces/puce.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 5px 10px;
	margin: 0px 5px 0px 5px;
}

.droite .web a.article-synd:hover {
	color: #808080;
	text-decoration: underline;
}

.centre .web a.article-synd:hover {
	color: #808080;
	text-decoration: none;
	background-image:url(../puces/puce.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.web .site {
	border: 1px solid #808080;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}

.web .site .descriptif {
	border: 1px solid #808080;
	background-color: #EEEEEE;
	margin: 0px 5px 5px 5px;
	padding: 5px;
}


.web .site a.nom-site {
	display: block;
	border-bottom: 1px solid #808080;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #808080;
	margin: 0px;
	padding: 1px;
	background: #EEEEEE;
	margin-bottom: 10px;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}

.web .site a.nom-site:hover {
	color: #FFFFFF;
	background: #808080;
}


/* ~~~~~~~~~~~~ brèves ~~~~~~~~~~~~ */

.breves {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	color: #808080;
}

.droite .breves .spip_documents {
	display: block;
	width: 120px !important;
	padding: 3px;
}

.centre .breves .spip_documents {
	display: block;
	width: 200px !important;
	padding: 5px;
}

.breves .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.breves .spip_doc_titre {
	text-align: left;
	padding: 5px 0px 0px 0px;
}

.breves .spip_doc_descriptif {
	font-size: 90%;
	color: #808080;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.breves a.en-tete {
	display: block;
	background-color: #808080;
	font-weight: bold;
	font-size: 150%;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #808080;
	padding-left: 4px;
	padding-right: 4px;
}

.breves a.en-tete:hover {
	background-color: #EEEEEE;
	color: #808080;
	border: 1px solid #808080;
}

.breves .contenu .titre {
	border-bottom: 1px solid #808080;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #808080;
	margin: 0px;
	padding: 1px;
	background: #EEEEEE;
}

.breves .contenu {
	border: 1px solid #808080;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
}

.breves .contenu a.nom-breve {
	display: block;
	border-bottom: 1px solid #808080;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #808080;
	margin: 0px;
	padding: 1px;
	background: #EEEEEE;
}

.breves .contenu a.nom-breve:hover {
	color: #FFFFFF;
	background: #808080;
	text-decoration: none;
}

.breves .contenu .date {
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	font-size: 80%;
	text-align: center;
	margin-left: 40%;
	padding: 1px;
	color: #808080;
	background: #EEEEEE;
	text-align: center;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}

.breves .contenu .texte {
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	line-height: 110%;
	font-family: Verdana,"Trebuchet MS",Arial,sans-serif;
}

.breves .contenu .texte h3 {
	margin:0.3em 0em 0.3em 0em;
	padding:0px;
	font-size: 120%;
	line-height: 110%;
}

.breves .contenu .texte p {
	margin:0.7em 0em 0.7em 0em;
	padding:0px;
}

.breves .contenu .texte strong {
	color: #000000;
}

.breves .contenu  a {
	color:#AA0000;
}

.breves .contenu a:hover {
	text-decoration: underline;
}

.breves .contenu blockquote {
	border: 1px solid #808080;
	padding: 0px 5px 0px 5px;
	margin: 0px 10px 0px 10px;
}

.breves .contenu .notes {
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	line-height: 110%;
	border-top: 1px solid #808080;
}

/* !!!!!!!!!!! Sarka-SPIP 1.1.1 !!!!!!!!!!!! */
/* ~~~~~~~~~~~~ mots-clés ~~~~~~~~~~~~ */

.droite .mots-cles {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	color: #808080;
}

.droite .mots-cles a.en-tete {
	display: block;
	background-color: #808080;
	font-weight: bold;
	font-size: 150%;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #808080;
	padding-left: 4px;
	padding-right: 4px;
}

.droite .mots-cles a.en-tete:hover {
	background-color: #EEEEEE;
	color: #808080;
	border: 1px solid #808080;
}

.droite .mots-cles .contenu {
	border: 1px solid #808080;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
}

.droite .mots-cles .contenu a {
	display: block;
	color: #808080;
	padding: 0px 5px 3px 5px;
	font-size: 110%;
	text-decoration: none;
}

.droite .mots-cles .contenu a:hover {
	text-decoration: underline;
}

.droite .mots-cles .contenu .nom-groupe {
	display: block;
	border-bottom: 1px solid #808080;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #808080;
	margin: 0px;
	padding: 1px;
	background: #EEEEEE;
}

.droite .mots-cles .contenu a.type {
	display: block;
	border-bottom: 1px solid #808080;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #808080;
	margin: 0px;
	padding: 1px;
	background: #EEEEEE;
	margin-bottom: 10px;
	text-decoration: none;
}

.droite .mots-cles .contenu a.type:hover {
	color: #EEEEEE;
	background: #808080;
}

.histofix {
	display: hidden;
}

.histofix a.hidden {
	display: block;
	font-size: 6pt;
	color: #FFFFFF;
}