/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	margin: 0em;
	background-color: #FFFFFF;
	color: #000000;
	line-height: normal;
}

img, table { margin: 0; padding: 0; border: 0; }
ul, ol, li { padding: 0; }
ul {
	list-style: none;
	list-style-image: url(puce_2.gif);
}

ul ul {
	padding-right: 1em;
	list-style-image: url(puce.gif);
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2E5A5A;
	line-height: 2em;
	font-variant: small-caps;
	margin-bottom: 30px;
 }
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2E5A5A;
	line-height: 2em;
	vertical-align: bottom;
 }
h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2E5A5A;
	line-height: 1.5em;
 }
h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2E5A5A;
	line-height: 1.2em;
	vertical-align: middle;
 }
h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2E5A5A;
 }
h6 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2E5A5A;
 }


/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	float: none;
	margin-top: 0px;
}

#conteneur {
	width: 100%;
}

#conteneur #contenu {
	float: right;
	width: 73%;
	margin-right: 5px;
	background-color: #FFFFFF;
}

#conteneur #navigation {
	float: left;
	width: 24%;
	clear: left;
	margin-right: 0%;
	margin-left: 3px;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 100%;
	background-color: #C5DBFC;
}

#contenu .encart {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
#entete { width: 100%; }
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a {
	text-decoration: none;
	color: #FFCC00;
}
#entete .formulaire_recherche {
	float: right;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 3px;
}

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 16px;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1em;
	margin-left: 0px;
	background-color: #003366;
}
#hierarchie a {
	color: #FF9900;
	text-decoration: none;
}

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 1px;
	padding: 2px;
	text-align: left;
	background-color: #A4C7CD;
}

#pied a {
	color: #003333;
	text-decoration: none;
}

#pied small {
	font-size: 80%;
	color: #FF852B;
}
#pied img {
	vertical-align: bottom;
	color: #FF9900;
}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart,.formulaire_spip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

/* Typo pour le contenu */
#contenu {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.agenda1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #FF9900;
	margin-left: 10px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li , h3.spip {
	font-family: "Arial Narrow";
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
}

/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu-titre {
	padding: 0.1em 0.1em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.rubriques p, .breves p, .syndic p, .forums p, .divers p {
	margin: 0;
	padding: 0.1em 0em;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
.rubriques ul, .syndic ul, .forums ul, .divers ul {
	padding-top: 1px;
	padding-left: 1px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-image: url(puceo.gif);
	margin-left: 1px;
	list-style-position: inside;
}
.rubriques ul ul {
	font-size: 0.9em;
	padding-bottom: 1px;
	line-height: 2em;
	padding-left: 0px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	list-style-image: url(puce.png);
	list-style-position: outside;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 10px;
	margin-right: 5px;
	border-bottom-color: #003366;
}
.rubriques li, .syndic li, .forums li {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1,5;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6699FF;
}
.rubriques a {
	text-decoration: none;
	color: #FFFFFF;
}
.rubriques a:visited { 
	color: #EBEBEB; 
	text-decoration: none;
}
.syndic li, .forums li {
	padding: 0 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 100%;
	padding-left: 1em;
}

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques {
	background-color: #00438C;
}
.rubriques .menu-titre {
	background-color: #003571;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	list-style-image: url(file:///C|/easyphp/www/acad_mai/squelettes/puce.gif);
}
.breves {
	background-color: #C5DBFC;
	font-size: 0.9em;
	color: #003366;
}
.breves a {
	text-decoration: none;
	color: #003366;
}
.breves a:visited {
	text-decoration: none;
	color: #333333;
}
.breves .menu-titre {
	background-color: #3C98FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.breves ul {
	padding-top: 1px;
	padding-left: 1px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 1px;
	list-style-type: none;
}
.breves li {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #0066FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style-type: disc;
	list-style-position: inside;
}
.syndic {
	background-color: #E9F4FC;
	text-align: left;
	font-size: 0.90em;
}
.syndic .menu-titre {
	background-color: #C6E0E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 0.9em;
	text-align: left;
	line-height: 100%;
}
.forums {
	background-color: #003366;
	font-size: 0.8em;
	color: #FFFFFF;
}
.forums a {
	text-decoration: none;
	color: #99CCFF;
}
.forums a:visited {
	text-decoration: none;
	color: #3399FF;
}
.forums .menu-titre {
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.forums ul {
	padding-top: 1px;
	padding-left: 1px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 1px;
	list-style-type: none;
}
.forums li {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style-type: none;
}
.divers {
	background-color: #418F9B;
}
.divers .menu-titre {
	background-color: #003366;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}

.h2 .rubriques{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #99CCCC;
	font-weight: bold;
	line-height: 24px;
}
.caractencadre-spip {
	color: #FF6D00;
	font-weight: bold;
}
.texteencadre-spip {
	background-color: #E8F7FF;
	text-align: left;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	font-variant: small-caps;
}
#contenu .surtitre, #contenu .soustitre { font-size: 1em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 30px;
	margin-bottom: 16px; }

.cartouche p {
	margin: 0;
	padding: 0;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
}
.cartouche small { font-size: 100%; }

.cartouche .traductions { font-size: 100%; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-align: justify;
	font-weight: bold;
}

.lien {
	margin: 0,5em;
	margin-bottom: 0,02;
	padding: 0,05em;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #003366;
	line-height: 14px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 4px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 800px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 5px;
}

.texte {
	color: #003366;
	font-size: 0.98em;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.4em;
}

.ps, .notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-style: italic;
}
.ps { font-size: 90%; }
.notes {
	clear: both;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.ps h2, .notes h2 { font-size: 90%; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 12px; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 12px; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {font-size: 12px; }
#documents_joints li .spip_doc_titre small { font-size: 12px; font-weight: normal; }
#documents_joints li .spip_doc_descriptif {font-size: 12px; }

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li {
	margin-bottom: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-image: url(puce.gif);
	text-indent: 1em;
	margin-left: 10px;
}

.liste-articles li .titre {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.4em;
	list-style-image: url(puce.gif);
}

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p {
	margin: 0;
	padding: 0;
	list-style-image: url(puce.gif);
	font-size: 12px;
}

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.liste-articles li small {
	display: block;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #003333;
	padding: 0.9em;
	font-size: 12px;
	line-height: 14px;
	color: #006699;
	font-weight: normal;
}

.pagination { font-size: 11px; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan #contenu h2 {
	clear: both;
	padding: 0.2em;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
	background-color: #77B8FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style-image: url(puceo.gif);
}
.page_plan #contenu { 
list-style: inherit; 
}
.contre-encart li {
	list-style: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

/* Correction des styles HTML par defaut */
.formulaire_spip form {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	background-color: #003366;
}
.formulaire_spip fieldset { margin: 0; padding: 0; border: 0; background: none; }
.formulaire_spip legend { margin: 0; padding: 0; border: 0; background: none; }

.formulaire_spip label {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
.formulaire_spip input {
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
.formulaire_spip textarea {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #387C87;
	width: 20em;
}
.spip_encadrer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px #666666 solid;
    voice-family: "\"}\"";
    voice-family:inherit;
    width:  95%;    /* dimensions pour IE */
    }
    html>body .spip_encadrer {
    width: 95%;     /* dimensions pour Mozilla */
    }
.formulaire_spip select {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	background-color: #FFFFFF;
}
.formulaire_spip option { margin: 0; padding: 0; border: 0; background: none; }


/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
	font-size: 11pt;
}

.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }

.formulaire_spip fieldset {
	display: block;
	margin: 0.2em 0;
	padding: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.formulaire_spip legend {
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 12px;
	text-align: left;
}

.formulaire_spip label {
}
.formulaire_spip .forml {
	width: 99%;
	padding: 1px;
	border: 1px solid;
	font-family: inherit;
	font-size: inherit;
	background-color: #E2F1F1;
}

.spip_bouton {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	background-color: #DADCDE;
	border: solid #000000 1px;
}
.spip_bouton input {
	margin: 3px 0;
	padding: 1px 2px;
	font-weight: bold;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #DADCDE;
}

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #F00; }
fieldset.reponse_formulaire {
	border: 1px dotted;
	font-weight: normal;
	background-color: #387C87;
}

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
	border: 1px solid;
	background-color: #387C87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
.choix_mots { width: 47%; float: left; } 
.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche {
	text-align: left;
	width: 100%;
	background-color: #FFFFFF;
	height: 22px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 11pt;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }

.forum-chapo .forum-titre, .forum-chapo .forum-titre a {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.forum-chapo small {
margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 11px;
}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 11px; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo {
	border: 0;
	border-bottom: 1px dotted #B8B8B8;
	margin: 0;
	padding: 3px 6px 2px 6px;
	font-size: 11px;
	background: #C4E0E0;
}
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 85%; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 11pt;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	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: 11pt; }

.caractencadre-spip {
	color: #003366;
	font-weight: bold;
}

.texteencadre-spip {
	background-color: #EAEEEE;
	text-align: left;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 98%;
	float: left;
	clear: right;
	font-weight: bold;
	margin-bottom: 10px;
}

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { 
	text-decoration: none; 
	color: #003366; 
}
a:hover {
	color: #009966;
}
a:visited { 
	color: #CC6600; 
	text-decoration: none;
}
