.texteencadre-spip {
	color: #000033;
	background: #EEF;
	border-bottom: 2px solid #0066CC;
	border-left: 1px solid #3399FF;
	border-right: 2px solid #0066CC;
	border-top: 1px solid #3399FF;
	margin: 1em 0;	
	padding: .25em;	
	position: relative;
}

.caractencadre-spip {
	color: #F60;
	font-weight: bold;
}

.caractencadre2-spip {
	color: #009;
	font-weight: bold;
}

acronym.spip_acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

/* ne marche pas sur MSIE, a refaire en jQuery */
a[hreflang]:after {
content: "\0000a0[" attr(hreflang) "]";
color: #999;
background: transparent;
font-size:x-small;
}

a.spip_blank {
	color: #F00;
}

sup {
	vertical-align:20%;
	font-variant: small-caps;
	font-size: .5em;
}

/* Pour le mode preview dans l'admin */
#article_preview {
	display:none;
	border:1px solid #F00;
	overflow: auto;
	background-color: #FFF;
	padding: 0 1em;
}


/* ajout octavo */
#article_preview a.spip_out{
	color:#ffe010
}
#article_preview p.spip 
{
	margin-bottom:15px;
}

#article_preview h3.spip{
	color:#ffe010;
	font-size:16px;
	padding-bottom:5px;
	padding-top:15px;
	text-align:left;

}

#article_preview h4.spip{
	color:#ffe010;
	font-size:14px;
	padding-bottom:5px;
	padding-top:10px;
	text-align:left;

}

#article_preview h5.spip{
	color:#ffe010;
	font-size:13px;
	padding-bottom:5px;
	padding-top:10px;
	text-align:left;

}
#article_preview .caractencadre-spip {
	color:#ffb340;
	font-weight:bold;
	font-style:italic;
	
}

#article_preview .texteencadre-spip {
	background: #6B828F;
	border:0px;
	margin:1em 0pt;
	padding:15px 30px 15px 30px;
	position:relative;
	color:#17272F;
}

#article_preview .spip_poesie {
	border-left:1px solid;
	font-family:"Lucida Sans Unicode", Verdana, Arial, Tahoma;
	margin:0;
	padding-left:0;
	font-style:italic;
	font-size:12px;
}
	div.spip_poesie div {
		margin-left:60px;
		text-indent:-60px;
		font-family:"Lucida Sans Unicode", Verdana, Arial, Tahoma;
	}

/* documents */
#article_preview .spip_documents_left{
	margin-right:15px;
}
	.spip_documents img{
		border:1px solid #ffffff;
	}
#article_preview .spip_documents_right{
	margin-left:15px;
}
#article_preview .spip_documents_center{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}


/* formulaires */
#article_preview
{
	background:#3f5665;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Tahoma;
	font-size:12px;
	color:#d1e2ed;
	
}
#article_preview div.spip_forms, div.spip_forms fieldset {
	border:0px;
	padding:0px;
	margin:0px;
}

#article_preview div.spip_forms legend {
	font-weight:bold;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	color:#ffe010;
	font-size:13px;
}
#article_preview div.spip_forms .spip_form_champ{
	margin:10px 0px 10px 0px;
}
#article_preview div.spip_forms .spip_form_label{
	display:block;
	width:200px;
	float:left;
	color:#d1e2ed;
		font-weight:normal;
}
	#article_preview div.spip_forms .spip_form_label label{
		color:#d1e2ed;
		font-weight:normal;
	}
#article_preview div.spip_forms .spip_form_label_obligatoire{
	color:#ffb02b;
	font-style:italic;
}
#article_preview div.spip_forms .spip_barre{
	display:none;

}

#article_preview div.spip_forms .spip_form_ok {
	background:#3f5665;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Tahoma;
	font-size:12px;
	color:#d1e2ed;
	font-weight:normal;
}

#article_preview div.spip_forms .formo, div.spip_forms .fondo {
	border:0px;
	background:#5e7c91;
	width:665px;
}
#article_preview div.spip_forms .forml, div.spip_forms .formo {
	border:0px;
	background:#5e7c91;
	width:665px;
}
#article_preview .spip_bouton input {
	border:1px solid #24333c;
	background:#5e7c91;
	color:#d1e2ed;
	font-weight:bold;
	cursor:pointer;
}


