p {
    margin: 0;
    margin-bottom: 1em;
}

.spip_logos {
    margin-right: 0;
    margin-bottom: 0;
	border: 0;
}

.spip_documents {
	margin-right: 10px;
}

.formulaire_recherche {
    width: 170px;
    padding-top: 6px;
    padding-bottom: 15px;
    background-color: white;
    color: #785b44;
}

input#recherche {
	margin-left: 0;
}

.forml {
    width: 168px;
    margin-top: 2px;
    font-size: 8pt;
    color: #785b44;
    background-color: #f8f4ee;
    border: 1px solid #785b44;
    border-right: 1px solid #d4c79d;
    border-bottom: 1px solid #d4c79d;
}

fieldset {
	margin-top: 10px;
	border: 1px solid #d4c79d;
}

fieldset legend {
	font-weight: bold;
	color: #785b44;
}

fieldset .spip_form_label {
	margin-left: 4px;
	margin-bottom: 2px;
	display: block;
}

fieldset input[type=text], textarea {
	width: 98%;
	margin: 0 0 10px 4px;
	font-size: 8pt;
    color: #785b44;
    background-color: #f8f4ee;
    border: 1px solid #785b44;
    border-right: 1px solid #d4c79d;
    border-bottom: 1px solid #d4c79d;
}

input[type=text] {
	width: 98%;
	margin: 0 0 10px 4px;
	font-size: 8pt;
    color: #785b44;
    background-color: #f8f4ee;
    border: 1px solid #785b44;
    border-right: 1px solid #d4c79d;
    border-bottom: 1px solid #d4c79d;
}

textarea {
	width: 98%;
	margin: 0 0 10px 4px;
	font-size: 8pt;
    color: #785b44;
    background-color: #f8f4ee;
    border: 1px solid #785b44;
    border-right: 1px solid #d4c79d;
    border-bottom: 1px solid #d4c79d;
}

fieldset span, p label{
	text-align: left;
	margin-left: 4px;
}

.erreur {
	color: #da3a22;
}

input[type=submit] {
	margin-top: 5px;
	color: white;
	font-size: 9pt;
	width: 100px;
	margin-right: 40%;
	font-weight: bold;
	background-color: #da3a22;
    border: 1px solid #e9a399;
    border-right: 1px solid #9e2411;
    border-bottom: 1px solid #9e2411;
}

table.spip {
	width: 100%;
	color: black;
	font-size: 8pt;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table.spip tr.row_first {
	background-color: #da3a22;
	color: white;
	text-align: center;
}

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

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

td, th {
	border: 2px solid white;
	padding: 3px;
}

th {
	padding-top: 0px;
	padding-bottom: 0px;
}

