/* ========= Formatage des elements du centre ============ */
.centre { /*colonne centrale*/ width: 600px; position: absolute; margin: 80px 0px 0px 190px; /*Sarka-SPIP 1.8.2*/ font-family: Verdana; /*border: 1px solid black;*/ }

/* SOMMAIRE */
/* 4 zones centrales*/
.zone1 {font-size: 11px; margin: 0px;}
.zone2 {font-size: 11px; margin: 10px;}
.zone3 {font-size: 11px; margin: 10px;}
.zone4 {font-size: 11px; margin: 10px;}

.zone1 a.nom-breve,.zone2 a.nom-breve {display: block; font-weight: bold; text-align: left; color: #368417; text-decoration: none;}
.zone1 .texte, .zone2 .introduction {font-size: 11px;}*/
.nom-breve {display: block;font-weight: bold;text-align: left;color: green;text-decoration: none;}

.en-tete {color: green; font-size: 14px; text-decoration:none;}

.date {text-align:left;font-weight:bold;color:#A19EA0;font-size:0.9em;}
.texte, .introduction {	text-align: justify;}

a.suite {color: green;	text-decoration: none;}
a:hover {text-decoration: underline;}

/* FIN SOMMAIRE */
/* RUBRIQUES */
/* ~~~~~~~~~~~~ contenu ~~~~~~~~~~~~ */
/* Le bloc contenu contient les rubriques, */
/* les articles, et leurs objets associes */
/* in extenso */

/* contenu --> rubriques */
.contenu .rubrique a.titre {
	display: block;
	font-size: 100%;
	color: white;
	background: green;
	padding-top: 1px;
	padding-bottom: 3px;
	text-align: center;
}

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

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

/* contenu --> rubriques filles */
/*.contenu .rubrique*/
.filles {margin: 2px;}

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

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

/*.contenu*/

.spip_documents_center  {
clear:both;
display:block;
margin:1em auto;
width:100%;
}
.spip_documents {
line-height:normal;
text-align:center;
}
.article {font-family: arial;font-size: 13px;}

.article a {color: #2C6811; /*SPECIAL*/	text-decoration: none;}

.article a:hover {color: #2C6811; /*SPECIAL*/text-decoration: underline;}

.article .image .spip_logos {display: block;float: left;margin: 10px;border:0px;}

.article .surtitre {color: #5C8A4E;font-size: 1em;font-weight: bold;}

.article .titre { color: #5C8A4E;font-size: 2em;font-weight: bold; padding: 2px;}

.article .soustitre {color: #58585A;font-size: 1em;font-weight: bold;margin: 0 0 10px 0; /*Sarka-SPIP 1.8.2*/}

* html .article .surtitre, * html .article .titre, * html .article .soustitre 
	{height : 1px;}  /* Hack IE6 : sur-titre, titre, sous-titre de l'article invisible */

*+html .article .surtitre, *+html .article .titre, *+html .article .soustitre 
	{height : 1px;}  /* Hack IE7 : sur-titre, titre, sous-titre de l'article invisible */

.article .detail { color: #6262A4; font-size: 85%; /*Sarka-SPIP 1.8.2*/	font-weight: bold;
	text-align: center; margin: 0px 0px 2px 0px; padding: 1px 5px 1px 5px;}

.article .texte {
	color: #000000;
	margin: 0px 10px 0px 10px;
}

.article .chapo {
	color: #000000;
	margin: 10px 10px 0px 10px;
	font-weight: bold;
	font-size: 1em;
}

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

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

.article .notes { color: #000000; margin: 10px 0px 10px 0px; padding: 0px 10px 0px 10px; border-top: 2px solid #6262A4;
	font-size: 90%;}
.article .en-tete { color: #FFFFFF; font-size: 130%; font-weight: bold; margin: 10px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/}
.article h3 { color: #000000; font-weight: bold; font-size: 140%; margin: 0em 0em 0.5em 0em;}
.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: #E0E0E0; color: #000000;}
.article tr.row_even { background: #E0E0E0; color: #000000;}
/*.article td { border: 1px solid #FFFFFF; padding: 1px 5px 1px 5px;}*/
.article a.imprimer { display: block;  background-image: url(../images/printer.png); background-repeat: no-repeat;
	width: 22px; height: 22px; float: right; margin-right: 10px; }

.article a.creer_pdf {
	display: block;
	background-image: url(../images/_pdf.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 10px; 
}

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

.articles-freres {
	border: 2px solid green;
	padding: 10px;
	margin: 20px 5px 10px 5px; 	/*Sarka-SPIP 1.8.2*/
	background: #EEEEEE;
}

.articles-freres ol {
	color: #6262A4;
}

.articles-freres .en-tete{
	color: green;
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}

.articles-freres .frere a {
	/* lien vers les articles frères sauf l'article en cours */
	color: green;
	text-decoration: none;
	font-weight: bold;
}

.articles-freres .frere a:hover {
	color: #6262A4;
	text-decoration: underline;
}

.articles-freres .frere .date {
	color: #990000; /*SPECIAL*/
}

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

/* AUTEUR : pour style page question*/
.auteur {
	padding: 0px;
	margin: 0px 5px 0px 5px; /*Sarka-SPIP 1.8.2*/
	font-size: 12px;
}

/* Style de l'intitule de chaque page */
.auteur .intitule {
	color: #808080;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px; 
}

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

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

.auteur .nom {
	color: #6262A4;
	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 #6262A4;
	color: #6262A4;
	font-size: 100%;
	margin: 5px 0px 10px 0px;
	padding: 5px;
}

.auteur a {
	color: #990000; /*SPECIAL*/
	text-decoration: none;
}

.auteur a:hover {
	text-decoration: underline;
}
/* FIN AUTEURS */

/* DERNIERS ARTICLES */

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

.derniers-articles {
	margin: 5px 0px 20px 0px; /*Sarka-SPIP 1.8.2*/
	font-family: Verdana;
	font-size: 12px;
	padding: 5px;
}

.derniers-articles a {
	color: #95beba;
	text-decoration: none;
}
.derniers-articles a:hover {
	color: green;
	text-decoration: underline;
}

.derniers-articles .en-tete {
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 10px 10px 10px;
}

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

.derniers-articles .surtitre {
	color: #6262A4;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

.derniers-articles a.titre {
	display: block;
	color: black;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	padding-top: 3px;
}

.derniers-articles a.titre:hover {
	color: #6262A4;
	margin: 0px 10px 0px 10px;
	text-decoration: underline;
}

.derniers-articles .soustitre {
	color: #6262A4;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

.derniers-articles .detail {
	color: #b1bad9; /*SPECIAL*/
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
	padding: 1px 5px 1px 5px;
	border-left: 1px solid #b1bad9; /*SPECIAL*/
	border-bottom: 1px solid #b1bad9; /*SPECIAL*/
	width: 200px;
	float: right;
}

.derniers-articles .chemin {
	color: #990000; /*SPECIAL*/
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

.derniers-articles .introduction {
	color: #000000;
	margin: 10px 10px 0px 10px;
}

.derniers-articles a.suite {
	text-align: right;
	display: block;
}
/* FIN DERNIERS ARTICLES */

/* FORUM */
a.repondre {
	background: #990000; /*SPECIAL*/
	color: #FFFFFF !important;
	text-decoration:none !important;
	border: #990000 solid 1px; /*SPECIAL*/
	text-align:center;
	padding: 1px 5px 1px 5px;
	margin-left : 5px;
	float: right;
}

a.repondre:hover {
	background:#FFFFFF !important;
	color:#990000 !important;
	text-decoration:none !important;
}
.forum {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

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


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

.forum .visualisation a {
	color: #990000; /*SPECIAL*/
	text-decoration: none;
}

.forum .visualisation a:hover {
	color: #990000; /*SPECIAL*/
	text-decoration: underline;
}

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

.forum .visualisation .detail {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 90%;
	text-align: center;
	color: #FFFFFF;
	width: 200px;
	float: right;
	padding: 1px;
	background: #6262A4;
}

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

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

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

.forum_fils{
	margin-left : 20px;
}
/* FIN FORUM */
/* ~~~~~~~~~~~~ recherche ~~~~~~~~~~~~ */

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

.recherche .intitule {
	color: #808080; 
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px; /* Sarka-SPIP 1.8.2 */
	padding: 1px 10px 1px 0px;
	border: 0px;
}

.recherche .elements-trouves {
	color: #95be85;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-decoration: underline;
}

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

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

.indentation {
	padding-left: 40px;
}

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