/*

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;
}

/*---comportement des liens de style bouton---*/

a.bouton {
        display:block;
        background:#a3ca86;
        
        color:#FFFFFF;
        text-decoration:none;
        border-style: outset;
         font-size : 80%;
        text-align:center;
        padding:1px;
        margin:2px 5px 2px 5px;
}
a.bouton:hover {
        background:#cadebb;
        color:#688b9a;
        text-decoration:none;
}
a.logo-ciomdm {
        display: block;
        background:URL(ciomdm.jpg);
        background-repeat: no-repeat;
        border: 0px;
        margin: 0px;
        padding: 0px;
        width: 85px;
}
a.logo-sarka-spip {
        display: block;
        background:URL(../puces/sarka-spip.png);
        background-repeat: no-repeat;
        border: 0px;
        margin: 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: #688b9a;
        font-size : 90%;
        background: #F0F0FA;
        border: 1px solid #688b9a;
        margin:5px 0px 5px 0px;
        padding:0px;
}



.spip_bouton {
        display: block;
        background: #7080a0;
        color: #F0F0FA;
        border-style : outset;
       
        margin:10px 0px 10px 0px;
}

.spip_bouton:hover {
        background: #F0F0FA;
        color: #688b9a;
        border: 1px solid #688b9a;
}
.spip_bouton {
        display: block;
        background: #7080a0;
        color: #F0F0FA;
        border-style : outset;
       
        margin:10px 0px 10px 0px;
}

.spip_bouton:hover {
        background: #F0F0FA;
        color: #688b9a;
        border: 1px solid #688b9a;
}

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 {
        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 {
        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;
	width: 90%;
	overflow: auto;
	max-height: 25em;
}


/* ====================== Blocs principaux, décomposition de la page en 3 colonnes et 1 bandeau ====================== */

a.bandeau {
  /*bandeau contenant le titre du site*/
  background-image: url(../puces/fond.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: #778899;
  height: 200px;
  margin: 0px;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  padding: 0px 10px 0px 10px;
  font-size: 30px;
  font-weight: bold;
  color: #005781;
  text-align: left;
  display: block;
}
a.bandeau:hover {
        color: #EEEEEE;
        text-decoration: none;
}

.bande-chemin {
        /*bande accrochée au bandeau de titre, contenant le chemin hiérarchique de la page en cours*/
        border-top: 2px solid #FFFFFF;
        background: #688b9a;
        padding: 4px 10px 4px 10px;
        margin: 0px 0px 30px 0px;
        text-align: left;
        font-size: 11px;
        color: #EEEEEE;
        font-weight: bold;
        font-family: Verdana,Helvetica,Arial,sans-serif;
}


.bande-chemin a {
        color: #EEEEEE;
        font-weight: bold;

}

.bande-chemin a:hover {
        color: #AAAAAA;
}


.gauche {
	/*colonne de gauche, contenant deux blocs de navigation*/
	border: 0px;
        width: 180px;
        float: left;
        font-family: Arial,Verdana,Helvetica,sans-serif;

}

.centre {
	/*colonne centrale, contenant les blocs de contenu*/
	border: 0px;
        margin-left: 190px;
        margin-right: 170px;
        font-family: Arial,Verdana,Helvetica,sans-serif;
}

.droite {
	/*colonne de droite, contenant les blocs de brèves et des articles frères*/
	border: 0px;

        width: 170px;
        float: right;
        font-family: Arial,Verdana,Helvetica,sans-serif;
        font-size: 10px;
}

.footer {
        /*pied de page, avec le lien vers SPIP et un raccourci pour écrire au webmaster (auteur N°1)*/
        clear: both;
        text-align: center;
        font-size: 10px;
        font-family: Arial,Verdana,Helvetica,sans-serif;
        padding: 15px;
}

/* ================================ Formatage des éléments du pied de page =============================== */

.footer a {
        color: #688b9a;
        text-decoration: none;
}

.footer a:hover {
        text-decoration: underline;
}

/* ================================ Formatage des éléments de la colonne de gauche =============================== */

.encadre {
        background: #FFFFFF;
        font-size: 11px;
        border: 1px solid #808080;
        width: 100%;
        text-align: center;
        padding: 3px 3px 3px 3px;
        color: #808080;
}
/* bloc de navigation 1 --> arborescence du site */
/*bloc contenant la hiérarchie*/



.menu {	
        font-size: 15px;
        width: 100%;
        text-align: left;    
        color: #FFFFFF;
        padding: 0px 0px 0px 10px;
}
.upperleft_o{
	display:block;
	background: #ffcc33;
	padding: 0px 0px 0px 0px;
	background-image : url('../puces/upperleft_o.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright_o{
	
	background-image : url('../puces/upperright_o.png');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft_o{
	background-image : url('../puces/lowerleft_o.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright_o{
	background-image : url('../puces/lowerright_o.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	
}
.upperleft_j{
	display:block;
	background: #ffff00;
	padding: 0px 0px 0px 0px;
	background-image : url('../puces/upperleft_o.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright_j{
	
	background-image : url('../puces/upperright_o.png');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft_j{
	background-image : url('../puces/lowerleft_o.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright_j{
	background-image : url('../puces/lowerright_o.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	
}
.upperleft_b{
	display:block;
	background: #7080a0;
	padding: 0px 0px 0px 0px;
	background-image : url('../puces/upperleft_b.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright_b{
	
	background-image : url('../puces/upperright_b.png');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft_b{
	background-image : url('../puces/lowerleft_b.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright_b{
	background-image : url('../puces/lowerright_b.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	
}
.upperleft_v{
	display:block;
	background: #a3ca86;
	padding: 0px 0px 0px 0px;
	background-image : url('../puces/upperleft_v.png');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright_v{
	
	background-image : url('../puces/upperright_v.png');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft_v{
	background-image : url('../puces/lowerleft_v.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright_v{
	background-image : url('../puces/lowerright_v.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	
}

.dossier-autre{
	list-style-image :url(../puces/dossierf.gif);
	}
	
.menu a.lien-menu-autre {
	 
        color: #FFFFFF;
        font-weight: bold;
}

.menu a.lien-menu-autre:hover {
       
        text-decoration: underline;
}

.menu a.lien-menu2 {
	 
        color: #FFFFFF;
       
}

.menu a.lien-menu2:hover {
       
        text-decoration: underline;
}
.dossier-courant{
	list-style-image :url(../puces/dossiero.gif);
	
	}
	
.menu a.lien-menu-courant {
	 
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: underline;
}

.menu a.lien-menu-courant:hover {
       
        text-decoration: none;
}

.menu ul {
        padding-left:15px;
        margin:0px;
        line-height: 95%;
}

.menu li {
        margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size:85%;
	list-style-type:none;
}

.dossier-plus{
	list-style-image :url(../puces/breve.gif);
	}
.dossier-sites{
	list-style-image :url(../puces/web.gif);
	}
.dossier-plan{
	list-style-image :url(../puces/plan.gif);
	}
.dossier-courrier{
	list-style-image :url(../puces/courrier.gif);
	}
.dossier-redacteur{
	list-style-image :url(../puces/redacteur.gif);
	}	
.dossier-aide{
	list-style-image :url(../puces/aide.gif);
	}
.dossier-bureau{
	list-style-image :url(../puces/bureau.gif);
	}
.dossier-cartable{
	list-style-image :url(../puces/cartable.gif);	
	}	
/* bloc de navigation */

.nav {        }


.nav a.lien-menu-autre {
        display:block;
        background:#fcf1d1;
        color:#000080;
        text-decoration:none;
        border: #ffcc33 solid 1px;
        text-align:center;
        padding:1px;
        margin:5px 0px 5px 0px;
}

.nav a.lien-menu-autre:hover {
         background:#F0F0FA;
        color:#688b9a;
        text-decoration:none;
}

.nav a.lien-menu-courant {
        display:block;
        background:#fcf1d1;
        color:#000080;
        text-decoration:none;
        border: #ffcc33 solid 1px;
        text-align:center;
        padding:1px;
        margin:5px 0px 5px 0px;
}

.nav a.lien-menu-courant:hover {
        background:#F0F0FA;
        color:#688b9a;
        text-decoration:none;
}



.nav .texte {
        margin:10px;
        font-size: 12px;
}

.nav .saisie-texte {
        width:90%;
}
        
.nav .forml{
        width:90%;
}

/* ================================== Formatage des éléments de la colonne centrale ============================== */


/* ~~~~~~~~~~~~ sommaire ~~~~~~~~~~~~ */


.sommaire {
        font-size: 10px;
        margin-left: 5%;
         margin-right: 5%;
}



.sommaire .rubrique {
        
        background: #FFFFFF;
        margin: 0px 0px 0px 0px;
        width: 100%;
        
}

.sommaire .titre {
        display:block;
        color: #FFFFFF;
        font-size: 120%;
        font-weight:bold;
        padding-left:15px;
        margin-right: 10px;
       font-family: Arial,Verdana,Helvetica,sans-serif;
}
.sommaire .rubrique a.titre {
        display:block;
        color: #ffcc33;
        font-size: 120%;
        font-weight:bold;
        padding-left:10px;
        margin-right: 10%;
        background-image:url(../puces/dossierf.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

.sommaire .rubrique a.titre:hover {
        background-image:url(../puces/dossiero.gif);
        background-position: left center;
        background-repeat: no-repeat;
}
.sommaire .texte {
        display:block;
        color: #ffffff;
        font-size: 80%;
        font-weight:normal;
        padding-left:15px;
       
       font-family: Arial,Verdana,Helvetica,sans-serif;
        margin: 10px;
}

.sommaire  .bordure-point { border: 1px dotted black;
    }
    
.sommaire .rubrique .texte {
        margin: 10px;
}

.rubrique .texte a {
        color:#990000;
}

.rubrique .texte a:hover {
        text-decoration: underline;
}


.sommaire .rubrique .image .spip_logos {
        display: block;
        float: left;
        margin: 10px;
}

/* ~~~~~~~~~~~~ contenu ~~~~~~~~~~~~ */

.contenu {
        font-size: 13px;
        margin: 0px 20px 0px 20px;
        text-align : justify;
}

.contenu .rubrique {
        
        background: #ffffff;
        margin: 10px 0px 10px 0px;
        width: 100%;
}

.contenu .rubrique .titre {
        display: block;
        font-size: 130%;
        color: #ffcc33;
        background: #ffffff;
        padding: 1px 1px 1px 1px;
        margin-left: 5%;
        text-align:left;
        font-weight:bold;
}

.contenu .rubrique a.titre:hover {
        display: block;
        font-size: 130%;
        color: #ffcc33;
        background: #ffffff;
        padding: 1px 1px 1px 1px;
        margin-left: 5%;
        text-align:left;
        font-weight:bold;
}

.contenu .rubrique .texte {
        margin: 10px;
}


.contenu .rubrique .image .spip_logos {
        display: block;
        float: left;
        margin: 0px;
}

.contenu .rubrique .descriptif {
        margin: 10px 150px 5px 10px;
        border-top: 1px solid;
        border: 1px solid;
        font-size: 85%;
        padding: 5px;
        font-family: Arial,Verdana,Helvetica,sans-serif;
}


/* contenu --> rubriques filles */


.contenu .rubrique .filles {
        margin: 10px;
}

.contenu .rubrique .filles a {
        display:block;
        color: #ffcc33;
        font-weight:bold;
        background-image:url(../puces/dossierf.gif);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left:25px;
        margin: 5px 0px 5px 30px;
}

.contenu .rubrique .filles a:hover {
	color: #ffcc33;
	text-decoration :underline;
        background-image:url(../puces/dossiero.gif);
        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 #688b9a;
        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 */


.contenu .doc {
        padding: 10px;
        color: #990000;
        background: #FFFFFF;
        margin: 10px;
}

.contenu .doc .en-tete {
        font-size: 110%;
        font-weight:bold;
        margin: 5px 0px 5px -10px;
}

.contenu .doc .spip_logos {
        margin: 5px 0px 0px 0px;
}

.contenu .doc a {
        display:block;
        text-decoration: none;
        color: #990000;
        margin: 0px 0px 5px 0px;
}

.contenu .doc a:hover {
        text-decoration: underline;
}

.contenu .vignette a:hover {
        text-decoration: none;
}

/* contenu --> images jointes */

.contenu .images {
        padding: 10px;
        color: #990000;
        background: #FFFFFF;
        margin: 10px;
}

.contenu .images  a {
       display:block;
        text-decoration: none;
        color: #990000;
        margin: 0px 0px 5px 0px;
}

.contenu .images  a:hover {
       text-decoration: underline;
}

.contenu .images .en-tete {
        font-size: 110%;
        font-weight: bold;
        margin: 10px 0px 10px 0px;
        color: #990000;
}

.contenu .images .vignette {
        
        margin: 10px;
        padding: 10px 0px 10px 0px;
}

.contenu .images ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        color: #000000;
}



/* ~~~~~~~~~~~~ derniers articles ~~~~~~~~~~~~ */

.derniers-articles {
        background: #ffffff;
        margin: 10px 0px 20px 0px;
        font-family: Arial,Verdana,Helvetica,sans-serif;
        font-size: 100%;
        padding: 10px;
        width: 100%;
}

.derniers-articles a {
        color: #990000;
        text-decoration: none;
}

.derniers-articles .image .spip_logos {
        display: block;
        float: left;
        margin: 10px;
}

.derniers-articles a:hover {
        color: #990000;
        text-decoration: underline;
}

.derniers-articles .en-tete {
        color: #a3c586;
        font-size: 150%;
        font-weight: bold;
        margin: 0px 10px 10px 10px;
}

.derniers-articles .annonce {
	background: #FFFFFF;
        margin: 10px;
        padding: 0px 0px 10px 0px;
}

.derniers-articles .surtitre {
        color: #688b9a;
        font-weight: bold;
        margin: 0px 10px 0px 10px;
}
.derniers-articles .titre {
        display: block;
        color: #688b9a;
        font-size: 130%;
        font-weight: bold;
        margin: 0px 10px 0px 10px;

}
.derniers-articles a.titre {
        display: block;
        color: #a3c586;
        font-size: 130%;
        font-weight: bold;
        margin: 0px 10px 0px 10px;
	text-decoration: none;
}

.derniers-articles a.titre:hover {
        color: #a3c586;
        font-size: 130%;
        font-weight: bold;
        margin: 0px 10px 0px 10px;
	text-decoration: underline;
}

.derniers-articles .soustitre {
        color: #688b9a;
        font-weight: bold;
        margin: 0px 10px 0px 10px;
}

.derniers-articles .detail {
        color: #688b9a;
        font-size: 90%;
        font-weight: bold;
        text-align: center;
        margin: 0px 0px 10px 60%;
        padding: 1px 5px 1px 5px;
        border-left: 1px solid #688b9a;
        border-bottom: 1px solid #688b9a;
}

.derniers-articles .chemin {
        color: #990000;
        font-weight: bold;
        margin: 0px 10px 5px 10px;
}

.derniers-articles .introduction {
        color: #000000;
        margin: 10px 10px 0px 10px;
}

/* ~~~~~~~~~~~~ article (affichage presque semblable à "derniers articles" ~~~~~~~~~~~~ */

/* contenu de l'article "proprement dit" */

.contenu .article {
        
        margin: 20px 0px 20px 0px;
        font-family: Arial,Verdana,Helvetica,sans-serif;
        font-size: 12px;
        padding: 10px;
        width: 92%;
}

.article a {
        color: #990000;
        text-decoration: none;
}

.article a:hover {
        color: #990000;
        text-decoration: underline;
}

.article .image .spip_logos {
        display: block;
        float: center;
        margin: 10px;
}

.article .surtitre {
        color: #688b9a;
        font-size: 120%;
        font-weight: bold;
        margin: 0px 10px 0px 10px;
}

.article .titre {
        color: #688b9a;
        font-size: 150%;
        font-weight: bold;
        margin: 0px 10px 0px 10px;
}

.article .soustitre {
        color: #000000;
        font-size: 130%;
        font-weight: bold;
        margin: 0px 10px 0px 10px;
}

.article .contenu {
        background: #ffffff;
        margin: 10px 10px 10px 10px;
        padding: 0px 0px 10px 0px;
}

.article .detail {
        color: #688b9a;
        font-size: 90%;
        font-weight: bold;
        text-align: center;
        margin: 0px 0px 10px 60%;
        padding: 1px 5px 1px 5px;
        border-left: 1px solid #688b9a;
        border-bottom: 1px solid #688b9a;
}

.article .texte {
        color: #000000;
        margin: 0px 10px 0px 10px;
}

.article .chapo {
        color: #000000;
        margin: 10px 10px 0px 10px;
        font-size: 120%;
}

.article .post-scriptum {
        color: #000000;
        margin: 10px 0px 10px 0px;
        padding-top: 10px;
        font-size: 90%;
        border-top: 1px solid #688b9a;
}

.article .post-scriptum .annonce {
        font-weight: bold;
        color:#000000;
        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 #688b9a;
        font-size: 90%;
}

.article .en-tete {
        color: #7080a0;
        font-size: 110%;
        font-weight: bold;
        margin: 0px 10px 10px 10px;
}

.article h3 {
        color: #000000;
        font-weight: bold;
        font-size: 120%;
        margin: 1.5em 0em 0.5em 0em;
}

.article blockquote {
        border: 1px solid #808080;
        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 {
        border: 1px solid #FFFFFF;
        padding: 1px 5px 1px 5px;
}

/* mise en forme des documents insérés dans le texte de l'article */

.article .spip_documents {
        display: block;
        padding: 10px;
        font-size: 95%;
        
        margin: 10px 5px 10px 5px;
        padding: 5px;
        background: #FFFFFF;
        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: 2px solid #688b9a;
        width: 92%;
        padding: 10px;
        margin: 0px 0px 20px 0px;
        background: #EEEEEE;
}

.petition fieldset {
        border: 1px solid #688b9a;
        margin: 5px 0px 0px 0px;
        padding: 10px;
}

.petition legend {
        color: #688b9a;
        font-weight: bold;
        border: 1px solid #688b9a;
        padding: 1px 5px 1px 5px;
        margin: 0px 0px 5px 0px;
}

.petition .en-tete {
        color: #688b9a;
        font-size: 150%;
        margin: 0px 0px 5px 0px;
}

.petition textarea {
        width: 80%;
}

/* mise en forme de l'affichage des signataires de la pétition */

.signatures {
        border: 2px solid #688b9a;
        width: 92%;
        padding: 10px;
        margin: 10px 0px 10px 0px;
        background: #EEEEEE;
		  font-size: 100%;
}

.signatures .en-tete{
        color: #688b9a;
        font-size: 150%;
        margin: 0px 0px 5px 0px;
}

.signatures td {
        border: 1px solid #688b9a;
        margin: 0px;
        padding: 2px 5px 2px 5px;
        empty-cells: hide;
		  font-size: 12px;
}

.signatures thead {
        background: #688b9a;
        font-weight: bold;
        color: #FFFFFF;
}

.signatures a {
        color: #990000;
        text-decoration: none;
}

.signatures a:hover {
        color: #990000;
        text-decoration: underline;
}

/* ~~~~~~~~~~~~ dans la meme rubrique ~~~~~~~~~~~~ */

.articles-freres {
        border: 2px solid #688b9a;
        width: 92%;
        padding: 10px;
        margin: 20px 0px 10px 0px;
        background: #EEEEEE;
}

.articles-freres ol {
        color: #688b9a;
}

.articles-freres .en-tete{
        color: #688b9a;
        font-size: 150%;
        margin: 0px 0px 5px 0px;
}

.articles-freres .frere a {
        color: #688b9a;
        text-decoration: none;
        font-weight: bold;
}

.articles-freres .frere a:hover {
        color: #688b9a;
        text-decoration: underline;
}

.articles-freres .frere .date {
        color: #990000;
}

.articles-freres .en-cours {
        color: #808080;
}



/* ~~~~~~~~~~~~ plan du site et sites référencés ~~~~~~~~~~~~ */

.plan {
        font-size: 18px;
        margin:0px;
}

.plan .intitule {
        color: #808080;
        font-size: 100%;
        font-weight: bold;
        margin: 0px 20px 20px 20px;
        width: 92%;
}
.plan .rubrique {
        display:block;
        color: #ffcc33;
        font-weight:bold;
        padding-left:15px;
        margin: 0.5em 10px 10px 10px;
        background-image:url(../puces/dossierf.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

.plan a.rubrique {
        display:block;
        color: #ffcc33;
        font-weight:bold;
        padding-left:15px;
        margin: 0.5em 10px 10px 10px;
        background-image:url(../puces/dossierf.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

.plan a.rubrique:hover {
        background-image:url(../puces/dossiero.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

.plan a.article {

        color:#990000;
        padding: 0px 0px 0px 10px;
        margin: 0px;
        font-size: 11px;
         background-image:url(../puces/puce.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

.plan a.article:hover {
       
        text-decoration: underline;
}

.plan a.breve {
        color: #990000;
        padding: 0px 0px 0px 10px;
        font-size: 11px;
         background-image:url(../puces/puce.gif);
        background-position: left center;
        background-repeat: no-repeat;
}

.plan a.breve:hover {
       
        text-decoration: underline;
}

.plan .date {
        color: #990000;
}

.plan ul {
        list-style-type: none;
        padding: 0px 0px 0px 30px;
        margin: 0px;
        border: 0px;
}

.plan li {
        font-size: 80%;
        padding:0px;
        margin:0px;
        border: 0px;
}

.plan hr {
        margin: 10px 20px 10px 20px;
        border: 1px solid #990000;
}

.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: #990000;
        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;
}

.plan .a-propos .auteur-pere {
        font-weight: bold;
}


/* ~~~~~~~~~~~~ auteur ~~~~~~~~~~~~ */

.auteur {
        padding: 0px;
        margin: 0px;
        font-size: 12px;
}

.auteur div {
        text-align: left !important;
}

.auteur .image .spip_logos {
        display: block;
        float: right;
        margin: 10px;
}

.auteur .nom {
        color: #688b9a;
        font-size: 150%;
        font-weight: bold;
        margin: 0px 0px 20px 0px;
        padding: 0px;
}

.auteur .tchak {
        color: #000000;
        font-size: 130%;
        font-weight: bold;
        margin: 30px 0px 10px 0px;
        padding: 0px;
}

.auteur .spip_encadrer {
        border: 1px solid #688b9a;
        color: #688b9a;
        font-size: 100%;
        margin: 5px 0px 10px 0px;
        padding: 5px;
}

.auteur a {
	color: #990000;
	text-decoration: none;
}

.auteur a:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ recherche ~~~~~~~~~~~~ */

.recherche .intitule {
	 font-size: 18px;
        color: #808080;
        
        font-weight: bold;
        margin: 0px 20px 20px 20px;
        width: 92%;
}

.recherche .elements-trouves {
        color: #808080;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
        padding: 10px;
        border-bottom: 2px solid #688b9a;
}

.recherche .mot-cle {
        color: #808080;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 20px 0px;
        padding: 0px;
        text-decoration: none;
}

.indentation {
        padding-left: 20px;
}

.redimensionnement {
        width: 88%;
        font-size: 11px;
}



/* ====================== Formatage des éléments de la colonne de droite ====================== */

/* ~~~~~~~~~~~~ sites syndiqués ~~~~~~~~~~~~ */

.web {
        margin: 0px 0px 0px 0px;
        font-size: 100%;
        color: #808080;
       
}
.web .en-tete {
        display: block;
        background-color: #FFFFFF;
        font-weight: bold;
        font-size: 200%;
        color: #a2ca86;
        text-align: center;
        
}
.web a.en-tete {
        display: block;
        background-color: #FFFFFF;
        font-weight: bold;
        font-size: 200%;
        color: #a2ca86;
        text-align: center;
        
}

.web a.en-tete:hover {
        text-decoration : underline;
}

.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 {
       
        margin: 10px 0px 10px 0px;
        padding: 0px;
        font-size: 100%;
}

.web .site .descriptif {
       margin: 0px;
        padding: 5px;
        font-size: 100%;
        line-height: 110%;
        border-left : 1px dotted;
        border-bottom: 1px solid #808080;
}


.web .site a.nom-site {
        display: block;
        font-size: 120%;
        font-weight: bold;
        text-align: left;
        color: #990000;
        margin: 0px;
        padding: 1px;
        
        margin-bottom: 10px;
}

.web .site a.nom-site:hover {
        text-decoration: underline;
}


/* ~~~~~~~~~~~~ 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 .en-tete {
        display: block;
        background-color: #FFFFFF;
        font-weight: bold;
        font-size: 200%;
        color: #7080a0;
        text-align: center;
       
}

.breves a.en-tete {
        display: block;
        background-color: #FFFFFF;
        font-weight: bold;
        font-size: 200%;
        color: #7080a0;
        text-align: center;
        
}

.breves a.en-tete:hover {
        text-decoration : underline;
}

.breves .contenu .titre {
        
        font-size: 120%;
        font-weight: bold;
        text-align: left;
        color: #808080;
        margin: 0px;
        padding: 1px;
        background: #FFFFFF;
}

.breves .contenu {
        
        margin: 10px 0px 10px 0px;
        padding: 0px;
        font-size: 100%;
}
.breves .contenu .nom-breve {
        display: block;
        font-size: 120%;
        font-weight: bold;
        text-align: left;
        color: #808080;
        margin: 2px;
        padding: 1px;
        background: #FFFFFF;
}
.breves .contenu a.nom-breve {
        display: block;
        
        font-size: 120%;
        font-weight: bold;
        text-align: center;
        color: #808080;
        margin: 2px;
        padding: 1px;
        background: #FFFFFF;
}

.breves .contenu a.nom-breve:hover {
        
        text-decoration: underline;
}

.breves .contenu .date {
       
        font-size: 90%;
        text-align: center;
        color: #808080;
        margin-left: 30%;
        
        
      
}

.breves .contenu .texte {

        margin: 0px;
        padding: 5px;
        font-size: 100%;
        color: #000000;
        line-height: 110%;
        border-left : 1px dotted;
        border-bottom: 1px solid #808080;
}

.breves .contenu .texte h3 {
        margin:0.3em 0em 0.3em 0em;
        padding:0px;
        font-size: 100%;
        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:#990000;
}

.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%;
        
}

/* !!!!!!!!!!! Sarka-SPIP 1.1.1 !!!!!!!!!!!! */
/* ~~~~~~~~~~~~ brèves ~~~~~~~~~~~~ */

.droite .mots-cles {
        margin: 0px 0px 0px 0px;
        font-size: 100%;
        color: #808080;
}

.droite .mots-cles a.en-tete {
        display: block;
        background-color: #669999;
        font-weight: bold;
        font-size: 200%;
        color: #FFFFFF;
        text-align: center;
        border: 1px solid #669999;
}

.droite .mots-cles a.en-tete:hover {
        background-color: #FFFFFF;
        color: #669999;
        border: 1px solid #669999;
}

.droite .mots-cles .contenu {
        border: 1px solid #669999;
        margin: 10px 0px 20px 0px;
        padding: 0px;
        font-size: 100%;
}

.droite .mots-cles .contenu a {
        display: block;
        color: #669999;
        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;
        padding: 2px 5px 0px 5px;
        font-size: 110%;
        text-decoration: none;
        font-weight: bold;
}

.droite .mots-cles .contenu a.type {
        display: block;
        border-bottom: 1px solid #669999;
        font-size: 130%;
        font-weight: bold;
        text-align: center;
        color: #669999;
        margin: 0px;
        padding: 1px;
        background: #FFFFFF;
        margin-bottom: 10px;
        text-decoration:none;
}

.droite .mots-cles .contenu a.type:hover {
        color: #FFFFFF;
        background: #669999;
}

.pdf a {
        background-image:url(../puces/pdf.png);
        background-position: left center;
        background-repeat: no-repeat;
        color : #990000;
        font-size: 12px;
        margin: 20px;
        padding: 20px;
}
.pdf a :hover {
        text-decoration : underline;
}
orange.rtop, orange.rbottom{display:block;background: #FFF}
orange.rtop orange, orange.rbottom orange{display:block;height: 1px;
    overflow: hidden; background: #ffcc33}
  
orange.r1{margin: 0 2px}
orange.r2{margin: 0 3px}
orange.r3{margin: 0 2px}
orange.rtop orange.r4, orange.rbottom orange.r4{margin: 0 1px;height: 2px}

bleu.rtop, bleu.rbottom{display:block;background: #FFF}
bleu.rtop bleu, bleu.rbottom bleu{display:block;height: 1px;
    overflow: hidden; background: #7080a0}
  
bleu.r1{margin: 0 5px}
bleu.r2{margin: 0 3px}
bleu.r3{margin: 0 2px}
bleu.rtop bleu.r4, bleu.rbottom bleu.r4{margin: 0 1px;height: 2px}

vert.rtop, vert.rbottom{display:block;background: #FFF}
vert.rtop vert, vert.rbottom vert{display:block;height: 1px;
    overflow: hidden; background: #a3ca86}
  
vert.r1{margin: 0 5px}
vert.r2{margin: 0 3px}
vert.r3{margin: 0 2px}
vert.rtop vert.r4, vert.rbottom vert.r4{margin: 0 1px;height: 2px}

blanc_b.rtop, blanc_b.rbottom{display:block;background: #7080a0}
blanc_b.rtop blanc_b, blanc_b.rbottom blanc_b{display:block;height: 1px;
    overflow: hidden; background: #ffffff}
  
blanc_b.r1{margin: 0 5px}
blanc_b.r2{margin: 0 3px}
blanc_b.r3{margin: 0 2px}
blanc_b.rtop blanc_b.r4, blanc_b.rbottom blanc_b.r4{margin: 0 1px;height: 2px}



blanc_v.rtop, blanc_v.rbottom{display:block;background: #a3ca86}
blanc_v.rtop blanc_v, blanc_v.rbottom blanc_v{display:block;height: 1px;
    overflow: hidden; background: #ffffff}
  
blanc_v.r1{margin: 0 5px}
blanc_v.r2{margin: 0 3px}
blanc_v.r3{margin: 0 2px}
blanc_v.rtop blanc_v.r4, blanc_v.rbottom blanc_v.r4{margin: 0 1px;height: 2px}

div#bloc_blanc_b{ margin: 0 2%;background:#ffffff}
div#bloc_blanc_v{ margin: 0 2%;background:#ffffff}
div#bloc_orange{ margin: 0 0%;background: #ffcc33}
div#bloc_bleu{ margin: 0 0%;background: #7080a0}
div#bloc_vert{ margin: 0 0%;background: #a3ca86}

/* fr : Ce DIV agit egalement en tant que conteneur */
/* en : This DIV also acts as a container*/

