BODY {
	position: relative; left: 0; top: 0;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	}

P,TD,DL,DD,DT,LI,OL,OL LI,UL,UL LI,SPAN,FORM,B,EM,STRONG,DIV,SELECT {
	font-family: "Trebuchet MS",Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-right: 5px;
	}

IMG { border: 0;}
A IMG { text-decoration: none;}

A {
	text-decoration: none;
	color: #0033FF;
	}

A:hover {
	color: #FF0033;
	text-decoration: underline;
	}

input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

.chapo {
	color:#708FBE;
	font-weight: bold;
	font-size: 105%;
	text-align: justify;
	}

.soustitre {
	color:#444;
	font-weight: bold;
	font-size: 105%;
	text-align: justify;
	}

/* spip */

a.spip_glossaire { /* wikipedia */
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	}

a.spip_url { }
a.spip_in {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
/*	font-weight: bold;*/
	color: #666666;
	text-decoration: none;
	}
a.spip_out { }
hr.spip { }
b.spip { }
i.spip { }
.spip_code { }
p.spip_note {
	font-size: 0.9em;
	font-style: italic;
	}

h3.spip {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	}

.spip_documents {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
/*    font-style: italic;*/
/*    font-weight: bold;*/
	}

/* rajouté car pas de choix pour style dans /ecrire/inc_documents.php3, lines 119,227,231 */
.doc_legende {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	text-align: center;
	margin: 0 0 0 0;
	}

/* formatage tableau créé par SPIP */

table.spip {
/*	border: 1px solid #708FBE;*/
	}

table.spip tr.row_first {
	background-color: #708FBE;
	}

table.spip tr.row_first td {
	color:white;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	}

table.spip tr.row_odd {
/*	background-color: #F0F6FB;*/
}

table.spip tr.row_even {
	background-color: white; /* was whithe */
	}

table.spip td {
	padding: 2px;
	text-align: left;
	vertical-align: center;
/*	border-bottom: 1px solid #708FBE;*/
}

/* formulaires et boutons */

.forml {
	width: 400px;
	background-color: #E7EDD8;
	}

.spip_encadrer {
	width: 98%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #E7EDD8 solid;
	}

.spip_cadre {
	width : 98%;
	background-color: #FFFFFF;
	padding: 5px;
	}

.spip_bouton {
	padding: 2px;
	background: #E7EDD8;
	color: #FF0066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

.formrecherche {
	width: 100%;
	background-color: #FFDDAA;
	}

.reponse_formulaire {
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne {
	background-color: #FFFF66;
	}

.spip-admin {
	font-size: 80%;
	visibility: hidden;
	}

td {
	font-weight: normal;
}