/* *********************** SPIP **********************/

 h3.spip {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #6699CC;
	background-repeat: no-repeat;
	background-position: 0px 0px; /* 0px 10px*/
	/*background-color:#99FFCC;*/
	padding:0 0 0 18px; /* 10px 0 0 18px;*/
	
	margin-top:20px;clear:both;
	
	
}

 #content_1 h3.spip {	background-image: url(../images/content_1/main_content_h4.gif); }
 #content_2 h3.spip {	background-image: url(../images/content_2/main_content_h4.gif); }
 #content_3 h3.spip {	background-image: url(../images/content_3/main_content_h4.gif); }
 #content_4 h3.spip {	background-image: url(../images/content_4/main_content_h4.gif); }
 #content_5 h3.spip {	background-image: url(../images/content_5/main_content_h4.gif); }
 #content_6 h3.spip {	background-image: url(../images/content_6/main_content_h4.gif); }
 #content_7 h3.spip {	background-image: url(../images/content_7/main_content_h4.gif); }
 
 #content_1 h2.spip { background:url(../images/content_1/main_content_h4.gif) no-repeat;font-size:12px;color:#009900; padding:0 0 0 15px;}
 #content_2 h2.spip { background:url(../images/content_2/main_content_h4.gif) no-repeat; font-size:12px;color:#5AA6B4; padding:0 0 0 15px;}
 #content_3 h2.spip { background:url(../images/content_3/main_content_h4.gif) no-repeat;font-size:12px;color:#329BDF; padding:0 0 0 15px;}
 #content_4 h2.spip { background:url(../images/content_4/main_content_h4.gif) no-repeat; font-size:12px;color:#993399; padding:0 0 0 18px;}
 #content_5 h2.spip { background:url(../images/content_5/main_content_h4.gif) no-repeat;font-size:12px;color:#E604E2; padding:0 0 0 18px;}
 #content_6 h2.spip { background:url(../images/content_6/main_content_h4.gif) no-repeat;font-size:12px;color:#C87093; padding:0 0 0 18px;}
 #content_7 h2.spip { background:url(../images/content_7/main_content_h4.gif) no-repeat;font-size:12px;color:#3970FF; padding:0 0 0 15px;}

/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
    color: #555555;
	}
hr.spip {}

.spip_puce { list-style-position: outside; }

ul.spip {}
ol.spip {}
li.spip {}



/* Paragraphes, citations, code et poesie  */
/*p.spip {border:1px solid; background-color:#FFCCFF}*/
p.spip_note {}

blockquote.spip, .spip_serif { font-family: Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

.spip_surligne { background: #FF6; }

/* 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; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none;}

.spip_documents { text-align: center;}
.spip_documents_center { clear: left; clear:right; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }

.spip_documents_left {margin:0 15px 5px 0;display:block;float:left;  }

.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: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #900; } /* liens internes */
a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */