a {
	text-decoration: none;
}

/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN) */
.spip-admin-float {
	top: 0;
	left: 20px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}


/* Couleurs et design des boutons d'admin */

a.spip-admin-boutons {
	border-top: 1px solid #CECECE;
	border-bottom: 2px solid #4A4A4A;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF;
	color: #0C479D;
}

a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36F;
}

a:active.spip-admin-boutons {
	background-color: #CCC;
	border-bottom: 2px solid #f00;
}
a:hover {
	color:#FF9900;
}

a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_glossaire { }

.spip_code {
	font-family: Courier, "Courier New", monospace;
	display:block;
	border:1px dotted black;
	background-color:#ededed;
	padding:3px;
	margin:0;
}

tt {
	font-weight:normal;
	
}

p.spip_note { }

.spip_puce {
	list-style-position: inside;
	border-width: 0;
}
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 100%;
}

.spip_documents_center{
	margin: auto;
	text-align: center;
	width:80%;
}

.spip_documents_left{
	float: left;
	margin:0 15px 0 0;
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin:0 0 0 15px;
	text-align: center;
}

table.spip {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	border-collapse:collapse;
}

table.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size : 100%;
}

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

table.spip tr.row_odd {
	background-color: #d0d0d0;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

hr.spip { }
b.spip { }
i.spip { }
blockquote.spip {
	margin:10px 0 10px 40px;
	border : solid 1px #aaaaaa;
	background-color: #ffffff;
	padding:0 10px 0 10px;
}

.spip_encadrer {
	font-family: helvetica, arial, sans-serif;
	width: 90%;
	background-color: #FFFFFF;
	padding: 5px;
	margin:5px;
	border: 1px #666666 solid;
}

.spip_cadre {
	width : 95%;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 10px 0 0 0;
}

div.spip_poesie {
	margin: 0 0 5px 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #999999;
}

div.spip_poesie div {
	text-indent: -60px;
	margin:0 0 0 60px;
}

.reponse_formulaire {
	font-weight: bold;
}

.spip_surligne { background-color: #FFFF66; }


/*
 *  Images typographiques (via image_typo)
 */
.image_typo {
}


/*
 * Barre de raccourcis
 */

a.spip_barre img {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aa9966;
	border-bottom: 1px solid #aa9966;
	padding: 3px;
}

a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
}