p.spip {
	margin: 10px;
	text-decoration: none;
}
	
a.spip_url {
	text-decoration: none;
}

a.spip_in {
	text-decoration: none;
}

a.spip_out {
	text-decoration: none;
}

.spip_code {
	padding: 10px;
	font-size: 11px;
	text-align: left;
	font-family: Courier, sans-serif;
}

p.spip_note {
	font-size: 11px;
	font-weight: lighter;
	text-decoration: none;
}

h3.spip {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.spip_poesie {
	margin: 10px 0;
	padding:  0;
	text-align: left;
}
.spip_documents{
	font-size: 10px;
	font-weight: lighter;
}
.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}
.spip_documents_left{
	float: left;
	margin-right: 10px; 
	text-align: center;
}
.spip_documents_right{
	float: right;
	margin-left: 10px; 
	text-align: center;
}


table.spip {
}

table.spip tr.row_first {
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #FCFCFC;
	text-decoration: none;
}

table.spip tr.row_odd {
	background-color: #C0C0C0;
	font-size: 11px;
	color: #FCFCFC;
}

table.spip tr.row_even {
	background-color: #CFCFCF;
	font-size: 11px;
	color: #FCFCFC;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}

hr.spip { }
b.spip { }
i.spip { }

.spip_encadrer {
	width : 90%;
	padding: 3px;
	border: 0;
}

.spip_cadre {
	margin: 1em 0 1em 0;
	padding: 0;
	width : 100%;
}
.spip-admin {
	position: fixed;
	bottom: 0;
	font-size: 1em;
	padding: 5px;
}



