/*  ---------------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9 beta  */
/*  ---------------------------------------------------------------- */

/* taille typo
 * Base              100% 
 * -------------------------------------
 * 20px             1.27em
 * 19px             1.21em
 * 18px             1.15em	
 * 17px             1.09em 
 * 16px             1.03em  
 * 15px              0.96em  
 * 14px              0.88em  
 * 13px              0.82em  
 * 12px              0.77em  
 * 11px              0.71em
 * 10px              0.65em
 *  9px              0.59em
 * attention en dessous de 0.71em le texte devient illisible en text smallest sur ie
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body { 
	background: #BBB5B5; 
	margin: 0px; /*1.5em;*/
	/*margin-top: 0px;*/
	font: 1em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #333;
	font-size: 100%;
}

img { margin: 0; padding: 0; border: 0; }
ul, ol, li { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; color: #666; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	background: #C20336;
	background-image: url("../img/bandeau.jpg");
	background-repeat: no-repeat;
	/*background-position: 10px 10px;*/

	width: 52em; /*48em;*/
	text-align: left;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid gray;
	padding: 0px;
	margin-top: 10px;
	/*top: 0px;*/
}

#descriptif_site {
	display: none;
	/*float: right;
	width: 20em;
	margin-right: 30px;
	margin-top: 20px;
	font-size: 1.5em;*/
}

#conteneur { width: 100%; } /* Particularisme IE/PC */
	
#conteneur #contenu { 
	float: right; 
	background: #fff;
	width: 36em;
	margin: 145px 5px 10px 0px;
	border: 0px solid #ccc;
	padding: 0px; /*0.3em;*/
}

#marge-contenu {
	margin: 10px;
}

#conteneur #navigation { 
	float: left;
	width: 14em;
	text-align: left;
	margin-top: 220px;
	padding-left: 10px;
}


/* barre de menus du haut */
#top_box {
	position: absolute; /* placement du formulaire, ˆ modifier selon vos besoins */
	top: 140px;
	/*right: 0px;*/
	width:  65em;
	text-align: center;
	/*left: 0; */
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	font-size: 100%;
	/*z-index: 200;*/
	}


#menu_top {
	text-align: right;
	padding-right: 160px;
	}

#menu_accueil {
	margin-right: 30px;
	padding-left: 30px;
	padding-top: 2px;
	color: #fff;;
	font-size: 13px;
	background-image: url("../img/accueil.jpg");
	background-repeat: no-repeat;
}

#menu_contact {
	padding-left: 30px;
	color: #fff;;
	font-size: 13px;
	background-image: url("../img/contact.gif");
	background-repeat: no-repeat;
	background-position: left center;
}


/* barre de menus des racines pas mises au top */
#menu_racines_box {
	position: absolute;
	top:  165px;
	background: none;
	width: 52em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
*html #menu_racines_box {
	top: 166px;
	}
	
#menu_racines dl {
	float: right;
	width: 5em;  /* auto marche pas sous IE */
	margin: 0px 1px;
	padding: 0px;
	}

#menu_racines dl, #menu_racines dt, #menu_racines dd, #menu_racines ul, #menu_racines li {
	list-style-type: circle;
	margin: 0;
	padding: 0;
	}
	
#menu_racines dl dl, #menu_racines dt dt, #menu_racines dd dd, #menu_racines ul ul, #menu_racines li li {
	list-style-type: disc;
	}
	
#menu_racines {
/*	top: 20px; */
	margin-right: 15px;
	right: 0px;
/*	z-index: 80; */
	/*width: 100%;*/ /* correction pour Opera */
	font-size: 0.71em;
	}
	

#menu_racines dl {
	/*float: left;*/
	width: 8.2em;
	margin: 0px;
	}
	
#menu_racines a.couleur0, #menu_racines a.couleur1,   #menu_racines a.couleur2, #menu_racines a.couleur3,  #menu_racines a.couleur4,  #menu_racines a.couleur5, #menu_racines a.couleur6 {
		height: 32px;
}

#menu_racines dt {
	cursor: pointer;
	text-align: center;
	font-weight: normal;
	background: none;
	border: 0px solid #ccc;
	margin: 0px;
	}
	
#menu_racines dd {
	border: 0px solid #ccc;
	}
#menu_racines li {
	text-align: left;
	background: none;
	margin-left: 1em;
	}
#menu_racines li a, #menu_racines dt a {
	color: #666;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px solid #ccc;
	padding: 4px;
	}

#menu_racines li a:hover, #menu_racines li a:focus, #menu_racines dt a:hover, #menu_racines dt a:focus {
	color: #000;
	}
	
#menu_racines .on {
	color: #333;
	border-top: 1px solid #fff;
	border-bottom: 0px;
	margin-top: 5px;
	}

/* barre de menus principale */

#menu_filles_box {
	/*background-color: #ccc;
	border: 2px solid #fff;*/
}
		
#menu_filles dl, #menu_filles dt, #menu_filles dd, #menu_filles ul, #menu_filles li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#menu_filles dl dl, #menu_filles dt dt, #menu_filles dd dd, #menu_filles ul ul, #menu_filles li li {
	list-style-type: disc;
	}
	
#menu_filles {
/*	top: 20px; */
	left: 0px;
/*	z-index: 80; */
	width: 100%; /* correction pour Opera */
	font-size: 0.71em;
padding-left: 10px;
	}

#menu_filles dl {
	float: left;
	width: 15em;
	}
	
#menu_filles dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
/*	background: none; */
	border: 0px solid #ccc;
	margin: 0px;
	}
	
#menu_filles dd {
	border: 0px solid #ccc;
	}
#menu_filles li {
	text-align: left;
/*	background: none; */
	margin-left: 1em;
	}
#menu_filles li a, #menu_filles dt a {
	color: #eee;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px solid #ccc;
	padding: 4px;
	}

#menu_filles li a:hover, #menu_filles li a:focus, #menu_filles dt a:hover, #menu_filles dt a:focus {
	background: none;
/*	color: #bbb; */
	}

#menu_filles .on {	/*color: #999;*/ }

#menu_filles .rub {
	background-repeat: no-repeat;
	background-position: 0px 2px;
	/*padding-left: 20px;*/
	margin-left: 20px;
	}
	
.fb1 {background-image:  url("../img/fb1.gif");}
.fb2 {background-image:  url("../img/fb2.gif");}
.fb3 {background-image:  url("../img/fb3.gif");}
.fb4 {background-image:  url("../img/fb4.gif");}
.fb5 {background-image:  url("../img/fb5.gif");}
.fb6 {background-image:  url("../img/fb6.gif");}

.fd1 {background-image:  url("../img/fd1.gif");}
.fd2 {background-image:  url("../img/fd2.gif");}
.fd3 {background-image:  url("../img/fd3.gif");}
.fd4 {background-image:  url("../img/fd4.gif");}
.fd5 {background-image:  url("../img/fd5.gif");}
.fd6 {background-image:  url("../img/fd6.gif");}

.plusmoins {
	font: 1px Verdana, Arial, san-serif;
	float:left;
/*	background:url('../img/fd3.gif');*/
	width:18px;
	height:18px;
	margin:2px;
}

.rubpack {
	display: none;
}

#menu_filles .coloredlink1:hover{	color: #C7B5B5;}
#menu_filles .coloredlink2:hover{	color: #FEAB65;}
#menu_filles .coloredlink3:hover{	color: #36C9D0;}
#menu_filles .coloredlink4:hover{	color: #FAE588;}
#menu_filles .coloredlink5:hover{	color: #BFEC8D;}
#menu_filles .coloredlink6:hover{	color: #FF9999;}

#menu_filles .on_coloredlink1 {	border-left: 5px solid #C7B5B5; color: #C7B5B5;}
#menu_filles .on_coloredlink2 {	border-left: 5px solid #FEAB65; color: #FEAB65;}
#menu_filles .on_coloredlink3 {	border-left: 5px solid #36C9D0; color: #36C9D0;}
#menu_filles .on_coloredlink4 {	border-left: 5px solid #FAE588; color: #FAE588;}
#menu_filles .on_coloredlink5 {	border-left: 5px solid #BFEC8D; color: #BFEC8D;}
#menu_filles .on_coloredlink6 {	border-left: 5px solid #FF9999; color: #FF9999;}


/* Mini-calendrier */

#calendar {
	width: 90%;  /*172px;*/
	margin: 10px;
	border: 2px solid #fff;
	background-color: #1A3552;
	border-collapse: collapse ;
}

#calendar th, #calendar td {
	width: 14%;
}

#calendar th, #calendar td {
	width: 14%;
}

#calendar h2 {text-align: center;	background-color:#35393C;	margin: 0px;
	padding: 2px;

}
#calendar h2 a{
	display: block;
	background-color:#35393C;
	color:#D1825C;
	text-decoration: none;
	font-size:12px; 
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#calendar h2 a:hover {
	text-decoration: underline;
}
#calendar .agenda {	
	/* width: 100%;
	font-size: 0.71em; */
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	font-style:normal;
	
	width: 100%;
	cellpadding: 0px;
	cellspacing: 0px;
	align: center; 
	border-collapse: collapse ;
	border-bottom: 1px dotted #fff;
	
	background-image: url("../img/fond-agenda.gif");
	background-repeat: repeat-x;
/*	background-position: 0px 10px;*/

	
	
}

#calendar table caption {
	padding: 1px;	
	font-size: 11px;
	background-color:#35393C;
	border-bottom: 1px dotted #fff;
}

#calendar table caption a {
	font-size: 16px;
	color:#D1825C;	
}

#calendar .agenda_resume { 	
	background-color: #4D6782;
	width: 100%;
	border: 0px;
	cellspacing: 0px; 
	cellpadding: 2px;
}

.agenda_resume tr {color: #fff;}
.agenda_resume a{
	font-weight: bold;
	color:#D1825C;	
}
#calendar td.occupe a {	color: #D1825C; font-weight:bold;text-decoration:underline;}
#calendar td.occupe a:hover {color: #fff;}
#calendar td.horsperiode {color:#aaa;font-size:.9em;}


/* Annuaires */

.annuaire { }
.annuaire_fiche {background-color: #FEFCCE; border: 1px dotted #ccc; margin:10px; padding:5px;}
.annuaire_img {float: right; border: 2px solid #eee;}
#annuaire_donnees {margin-top: 10px;border: 1px dotted grey;}
#annuaire_donnees p {padding-left: 10px;}



/* Comarquage 
-------------------------------*/
.box_sp_titre_o {
	padding: 3px;
	color: #fff;
	background-color: #6DB5FD;
	border: 1px solid #C5C9C8;
}
.box_sp_o {
	padding: 2px;
	background-color:	#F6F6FF;
	border: 1px solid #C5C9C8;
}
	
.box_sp_titre_b {
	padding: 3px;
	color: #fff;
	background-color: #C72222;	
}
.box_sp_b {
	padding: 2px;
	background-color: #ffcccc;
	border: 1px red dotted;
}



/*  Blocs du contenu (c-a-d. la colonne principale)
---------------------------------------------- */
#contenu .contre-encart { 
	float: left;
	width: 23em; 
	background: none; 
	margin: 0.5em;
	padding: 0.5em;
}

#contenu .encart { 
	float: right; 
	width: 10em;
	background: none; /* #BBB5B5; */
	margin: 0em;
	/*margin-bottom: 1em;*/
}

#contenu .encart div h3 {
	font-size: 1.2em;
	font-weight: bold;	
}

#contenu #sous-rubriques {
	padding: 5px 10px;
	margin-bottom: 10px;
}

#contenu-top, #contenu-bottom {
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#contenu-topcenter {
	border-top: 1px solid #fff;
}

#contenu-bottomcenter {
	height: 24px;
	border-bottom: 1px solid #fff;
	padding: 0px;
	margin: 0px;
}

.couleur1 {	background-color: #C7B5B5;}
.couleur2 {	background-color: #FEAB65;}
.couleur3 {	background-color: #36C9D0;}
.couleur4 {	background-color: #FAE588;}
.couleur5 {	background-color: #BFEC8D;}
.couleur6 {	background-color: #FF9999;}


#contenu-topleft {
	float: left;
	background-image: url("../img/topleftcorner.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 7px;
	height: 25px;
}

#contenu-topright {
	float: right;
	background-image: url("../img/toprightcorner.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 7px;
	height: 25px;
}

#contenu-bottomleft {
	float: left;
	background-image: url("../img/bottomleftcorner.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 7px;
	height: 25px;
	border-bottom: 0px solid #C20336;

}

#contenu-bottomright {
	float: right;
	background-image: url("../img/bottomrightcorner.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 7px;
	height: 25px;
	border-bottom: 0px solid #C20336;
}

/*  Entete et pied de page
---------------------------------------------- */

/* * Entete */
#entete {
	width: 100%;
	font-size: 0.77em;
	margin: 10px;
	margin-bottom:40px; }
	
#entete h1 {
	float: left;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0px;
	padding: 10px 0px 0px 10px;}

#entete a { text-decoration: none; }
#entete a img.spip_logos { display: block; position: absolute; top: 21px; margin-left:  10px; }

/* * Fil d'Ariane */
#hierarchie {
	display: none;
	/*position: absolute;
	top: 10px;
	clear: both;
	color: #999;
	font-size: 0.65em;*/ }

#hierarchie a{
	color: #999;
	}
	
/* * Recherche * */
#form_recherche {
	float: right;
	top: 0px;
	/*right: 80px;*/
	width: 10em;
	font-size: 0.88em;
	}

#form_recherche label{
	display: none;
	}
	
/* * Pied de page */
#pied { 
	clear: both;
	width: 100%;
	color: #ccc;
	margin-top: 2em;
	border-top: 1px dotted #fff;;
	padding: 2px;
	text-align: center; }
	
#pied small { font-size: 0.77em; }

#pied small a { color: #fff; }


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


#navigation *{ font-size: 0.77em; }
#navigation * *{ font-size: 1em; }
#navigation div h3 { font-size: 1.2em; font-weight: bold; }

#contenu .encart *{ font-size: 0.71em; }
#contenu .encart * *{ font-size: 1em; }

/*  Habillage commun des menus
---------------------------------------------- */
.breves, .syndic, .forums, .divers { 
	text-align: left; 
	border: 0px solid #CCCCCC; 
	margin: 0px;
	margin-left: 10px;
	/*min-width: 10em;*/
	width: 100%;
}

	
.syndic .titre, .forums .titre, .divers .titre { 
	/*display: none;*/
	padding: 3px 4px 2px 4px; 
	border-bottom: 0px dotted #CCCCCC; 
	text-align: center; 
}

/*   breves    */

#navigation .breves {
	border: 2px solid #fff;
	background: #A40033; 
	margin-top: 10px;
	width: 90%;
}

#navigation .breves-left {
	margin: 10px 0;
}

.breves .titre {
	color: #fff;
	padding: 3px 4px 2px 4px; 
	text-align: left; 
}

.breves ul {
	background: none;
	margin: 10px;
	padding: 0px;
}

.breves .contenu a.nom-breve {
	/*height: 16px;*/
	border: 0px;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	color: #fff;

/*	background-image: url("../img/top_onglet_clair.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;*/}
	
.breves .contenu .texte{
	/*padding: 0.5em;*/
	margin: 0px;
	color: #fff;
	font-size: 90%;
}

.encart .breves {
	background: #A40033; 
	width: 90%;
	padding-top: 5px;
}

.plan .encart .breves  {
	/*background: #F3CDD7;
	background-image: url("../img/topleftcorner.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}



#navigation .breves .contenu {
	background: #A40033;
	color: #fff;
}


.breves .contenu a.nom-breve:hover {
	/*
	color: #FFFFFF;
	background: #494642;*/
	text-decoration: underline;
}

.breves .bas-breves {
	height: 16px;
/*	background-image: url("../img/bottom_onglet_clair.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}
/*  fin breves     */

.rubriques p, .breves p, .syndic p, .forums p, .divers p { margin: 2px 4px; }

.breves p { color: #fff;}
	
.rubriques ul, .syndic ul, .forums ul, .divers ul { 
	display: block;
	padding: 2px 0px;  
	padding-right: 0.7em; 
}
	
.rubriques li, .syndic li, .forums li, .divers li { 
	list-style: none; 
	padding-left: 0.7em;
} 

.breves li {
	color: #fff;
	list-style-type: disc;
	margin-left: 10px;
}

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #fff;  border-bottom : 0px dotted #00A7E6; }
.rubriques .titre { background: #fff;}

/*.breves { background: none; border-bottom : 0px dotted #00A7E6; } */
/*.breves .titre { background: green; }*/

.syndic { background: #E8F8F8; }
.syndic .titre { background: #F0FCFC; border-bottom: 0px dotted #00A7E6; }

.forums { background: #EAEAFF; }
.forums .titre { background: #F2F2FF; border-bottom: 0px dotted #00A7E6; }

.divers { background: #F8F8E8; }
.divers .titre { background: #FCFCF0; border-bottom: 0px dotted #00A7E6; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin : 10px; margin-bottom: 1.2em; }
.cartouche small { font-size: 0.71em; }

.cartouche .titre { 
	font-size: 1.27em; 
	font-weight: bold; 
	color: #000000; }

.cartouche img.spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions p { float: left; }
.cartouche .traductions li {
	float: left;
	margin-left: 1em; }

#contenu .surtitre, #contenu .soustitre { 
	font-size: 0.82em; 
	font-variant: small-caps; 
	font-family: Georgia, Garamond, Times, serif; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo { 
	margin-bottom: 1.5em; 
	font-size: 0.82em; 
	font-weight: bold; 
	line-height: 1.4em; }

/*.lien {
	background: #FAFAFA;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 8px;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
	font-weight: bold; }
*/

.texte { color: #000000; }
	
.texte *{ font-size: 0.88em; }
.texte * *{ font-size: 1em; }

a.suite {
	display: block;
	padding: 2px;
	float: right;
	color: #C20336;
	font-size: 0.71em; 
/*	text-align: right; */}

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }

.ps h3, .notes h3 { font-size: 1.19em; font-weight: bold; }

/* * Citations */
q, blockquote { font-family: Georgia, Garamond, Times, serif; }
blockquote { 
	margin: 10px 20px; 
	padding: 0em 1em; 
	border: 1px dotted #CCCCCC; }


/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC;
	padding-top: 1em; }
  
#document_actif { 
	clear: both;
	margin-top: 1em;
	text-align: center; }
#document_actif img { margin: auto; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC;
	font-size: 0.88em; }
#documents_joints h3 {
	margin-bottom: 10px; font-weight: bold; }
#documents_joints li { margin-bottom: 10px; }
#documents_joints li img.spip_logos {}
#documents_joints li .spip_doc_titre { text-align: left; }
#documents_joints li .spip_doc_descriptif {}


/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.extrait { margin-bottom: 16px;  padding-top: 0.3em; }

.extrait .titre a, .edito .titre a { 
	font-size: 1.03em; 
	font-weight: bold;
	color: #C20336; }
	
.extrait img.spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.extrait p { margin: 0; padding: 0; }
	
.extrait .enclosures { 
	float: right;
	text-align: right;
	max-width: 60%; 
	margin: 0; }
	
.extrait small { 
	display: block; 
	font-size: 0.82em; }
	
.extrait .texte { 
	margin-top: 5px;
	margin-bottom: 2em; 
	border: 0px solid #CCCCCC; 
/*	padding: 0.9em; */
	font-size: 0.82em; 
	line-height: 1.4em; }

#edito  {padding-left:10px;}

/* Styles specifiques de la Rubrique Contact*/

.spip_barre {display: none; } /* Pour cacher la barre typo sur les formulaires publics */

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

#contenu.plan {}

#contenu.plan h3 {
	clear: both;
	/*background: #e0ffe0;*/
	border-top: 2px dotted #C20336;
	padding: 8px;
/*	margin-bottom: 16px; */
	font-weight: bold;
	color: #C20336; 
	text-align: left; }
	
#contenu.plan ul { 
	font-size: 90%;
	display: block; 
	clear: left; 
	margin-left: 16px; 
	margin-bottom: 10px; }
#contenu.plan .breves {background: none;}
#contenu.plan .breves .titre {color: #000; padding:0;}

#contenu.plan li { list-style: square; }
#contenu.plan .encart ul, #contenu.plan .encart li { margin: 0; list-style: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

#contenu .repondre {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCCCCC;
	font-size: 0.82em;
	font-weight: bold; }

/* * Habillage des forums */

ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a:hover { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */

ul .message { border: 1px solid #666666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .message { border: 1px solid #A4A4A4; }
ul ul ul .message { border: 1px solid #B8B8B8; }
ul ul ul ul .message { border: 1px solid #CCCCCC; }
ul ul ul ul ul .message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .message { border: 1px dashed #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo { border: 0; border-bottom: 1px dashed #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; }
ul ul ul ul ul .forum-chapo { background: #FFFFFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

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

#signatures h3 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */
#signatures td {}

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

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

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

/*  ------------------------------------------
/*  Divers
/*  ------------------------------------------ */
.invisible { position: absolute; top: -3000em; height: 1%; }
.nettoyeur { clear: both;  margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }
