a {
	text-decoration: none;
	color: #6699CC;

}

a:hover {
	color:#6699CC;
	text-decoration: underline;
}

a.spip_in {
	color: #2020a0;
	text-decoration: none;
}
a.spip_out {
	color: #a02020;
	text-decoration: none;
}

.spip_documents{
	font-family: "Courier New", Courier, mono;
	font-size : 70%;
}

.spip_encadrer {
	width : 100%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

.spip_cadre {
	width : 100%;
	background-color: #FFFFFF;
	padding: 5px;
}

.spip_bouton { background-color: #FFCC00;}

.spip_surligne { background-color: #FFFF66; }

.spip_logos{
	margin: 0.5em;

}

/************************************/
/***       Tables SPIP  
/************************************/
table.spip {
}

table.spip tr.row_first {
	background-color: #FCF4D0;
}

table.spip tr.row_odd {
	background-color: #C0C0C0;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: center;
}
