body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: helvetica, arial, serif;
	font-size:0.9em;
}

/* pied de page */
#footer {
	margin:0pt auto;
	padding-top:5px;
	text-align:center;
}
/*  ------------------------------------------
/*  css générique
/*  ------------------------------------------ */
h1, h1 a {font-size:1.2em;text-transform:uppercase;}
h2, h2 a {font-size:1.1em;}
h2.titre {color: #e5352d;text-transform:uppercase;}
h2.colorbody {color: #000;/*font-weight:normal;*/}
h3, h3 a, h3.spip {
	color:#000000;
	margin:10px 0 0 0;
	font-size:1em;
}
body.sommaire #sousSousMenu {display:none;}
a {text-decoration:none; color: #e5352d;}
a.lire_suite {color: #00aad3;}



.description {margin:0 auto 30px auto;}
.description p {margin:0;}
.forml, .formulaire_ecrire_auteur .boutons input {background-color:silver;}
ul {padding:0 15px;}
.pagination {clear:left;margin: 10px 0pt;}
.clearright {clear:right;margin:0;padding:0;}
.clearleft {clear:left;margin:0;padding:0;}
.clearboth {clear:both;margin:0;padding:0;}
.marginzero, #formulaire_forum p.explication, h1, h1 a {margin:0;padding:0;}
.normal {margin:0;padding:0;}
.separation30 {height:30px;border-bottom:1px dashed #666;}
.separation20 {height:20px;border-bottom:1px dashed #666;}
.separation40 {height:40px;}
.noborder {border:0;}
.displaynone {display:none;}

/*  ------------------------------------------
/*  Logos, documents et images
/*  ------------------------------------------ */
img {border:0;}
#droite img.spip_logos {margin-bottom:20px;}
#entete img {vertical-align:bottom;}
.imgleft {float:left;margin-right:15px;}
.imgleft .spip_logo {margin:0 auto;text-align:center;}
.imgleft2 {float:left;margin-right:8px;}

.spip_documents { text-align: center; }
.spip_documents_center { clear: left; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: left; font-size: 0.8em; margin-left: auto; margin-right: auto; }
/*  ------------------------------------------ */
/* Tableaux */
/*  ------------------------------------------ */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
/*  ------------------------------------------ */
/*  Habillage des forums */
/*  ------------------------------------------ */

ul.forum { display: block; clear: left; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.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: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; 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 .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: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #808080; }
ul ul .forum-chapo { background: #8c8a8a; }
ul ul ul .forum-chapo { background: #9b9999; }
ul ul ul ul .forum-chapo { background: #aeaeae; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #c3c3c3; }