#rechercher {
    margin: 8px 6px 0 6px;
    padding: 0;
    border: none;
    width: 208px;
    color: #000000;
}
#recherche fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
#recherche input.texte {
    font-family: "Liberation Serif", serif;
    font-size: 0.95em;
    text-align: left;
    width: 165px;
    height: 28px;
	border: 1px solid #8e8e8d;
	border-radius: 3px;
	padding-left: 3px;
}
#recherche button.ok {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    text-align: center;
    width: 34px;
    height: 29px;
	border: 1px solid #8e8e8d;
	border-radius: 3px;
	box-shadow: 1px 1px 0px #2E3436;
}
span.mot-recherche {
    background-color: #ffff00;
}
/* pour page de résultats */
div.recherche {
	padding: 0.6em;
}
#contenu h4.recherche {
	font-style: normal;
	font-weight: normal;
    color: #520000;
}

