/* LIENS SPIP */
a.spip_out:link {
	font-weight: normal;
	color: #96322E;
	text-decoration: underline;
}
a.spip_out:visited  {
	color: #96322E;
	text-decoration: none;
}
a.spip_out:hover {
	color: #96322E; 
	text-decoration: underline;
}

a.spip_in:link {
	font-weight: normal;
	color: #96322E;
	border-bottom: dotted 1px #96322E;
	text-decoration: none;
}
a.spip_in:visited  {
	color: #96322E;
	text-decoration: none;
}
a.spip_in:hover {
	color: #96322E; 
	border-bottom: solid 1px #96322E;
	text-decoration: none;
}

/* LIEN SPIP NOTES */
a.spip_note:link {
	font-weight: bold;
	color: #96322E;
	text-decoration: none;
}
a.spip_note:visited  {
	color: #96322E;
	text-decoration: none;
}
a.spip_note:hover {
	color: #96322E; 
	text-decoration: underline;
}

/* TEXTE */
h3.spip {
	font-size: 1em;
	color: #96322E;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
}

p.textecourant {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

/* IMAGE */
.spip_documents { text-align: center; }
.spip_documents a, .spip_documents img  { border: none; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left !important; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right !important; 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; }

/* TABLEAUX */
table {
	border: 1px solid #FFC500;
	border-collapse: collapse;
	margin: 8px;
}

td {
	border: 1px solid #FFC500;
	border-collapse: collapse;
	margin: 5px;
	padding: 5px;
}



