.spip_forms legend{
	display:none;
}

.spip_forms .spip_form_champ {
	display: block;
	clear: both;
	margin-bottom:15px;
}

.spip_forms .spip_form_label {
	float:left;
	width:170px;
	padding-right:20px;
  	text-align:right;
  	color:#000000;
	display: block;
	padding-top:3px;
}

.spip_forms .spip_form_label_obligatoire {
	display:none;
}
.spip_forms .obligatoire_oublie {
	color:#FF0000;
	font-weight:bold;
}
.spip_forms .spip_form_label_details{
	display:none;
}

.spip_forms .spip_form_erreur {
	font-weight:bold;
	color:#FF0000;
}

.erreur{
	clear:both;
	color:#FF0000;
	font-weight:bold;
}

.spip_forms fieldset {
	border:0px;
}

.spip_forms textarea {
	width:100%;
	border-top: 1px solid #4E9EB7;
	border-left: 1px solid #4E9EB7;
	border-right: 1px solid #8FBBC9;
	border-bottom: 1px solid #8FBBC9;
	background-image:url('../IMG/input_background.jpg');
}

.spip_forms input {
	width:300px;
	height:18px;
	border-top: 1px solid #4E9EB7;
	border-left: 1px solid #4E9EB7;
	border-right: 1px solid #8FBBC9;
	border-bottom: 1px solid #8FBBC9;
	background-image:url('../IMG/input_background.jpg');
}

.spip_bouton input{
	width:100px;	
	font-weight:bold;
	color:#4E9EB7;
}

.spip_form_ok{
	padding-top:50px;
	text-align:center;
	font-weight:bold;
	color:#4E9EB7;
}
