/* Bloc et texte d'en-tête (ex: Resultat de la recherche) */
.rech_titre {
    background : transparent;
    padding : 3px;
	color : #999999
	font-family : Verdana, sans-serif;
	font-size : 16px;
	font-weight : bold;
}
/* Bloc et texte de sous-titre (ex: La recherche a aboutit à N resultats) */
.rech_soustitre {
    margin-top : 5px;
    background : transparent url(media/interface/few.gif) no-repeat 3px 50%;
    padding : 3px 0 3px 24px;
	color : #cc3333;
	font-family : Verdana, sans-serif;
	font-size : 14px;
	font-weight : bold;
}
/* Bloc de résultat */
.rech_resultat {
    padding : 3px 0;
}
/* Bloc du lien sur article */
.rech_lien {
    margin-top : 5px;
    background : transparent url(media/interface/few.gif) no-repeat 3px 50%;
    padding : 3px 0 3px 24px;
	color : inherit;
}
/* Style du lien sur article */
.rech_lien a {
}
/* Bloc du resume (contient le texte + le lien suite) */
.rech_resume {
    margin-left : 10px;
}
/* Bloc et texte du resume */
.rech_resume_texte {
}
/* Bloc du lien suite */
.rech_suite {
    margin-right : 5px;
    text-align : right;
}
/* Style du lien suite */
.rech_suite a {
}
/*****************************************/
/* Bloc contenant le module de recherche */
.rech-champ-bloc1 {
    margin-right : 5px;
    text-align : right;
}
/* Bloc contenant le texte "Rechercher sur le site" */
.rech-champ-titre {
    background : transparent;
    color : white;
}
/* Bloc contenant l'ensemble input/ok */
.rech-champ-bloc2 {
}
/* Bloc contenant le champ de saisie */
.rech-champ-input {
}
/* Style du champ de saisie */
.rech-champ-input input {
    height : 16px;
}
/* Bloc contenant le texte "Ok" */
.rech-champ-ok {
}
/* pour les liens dans rech-champ-ok */
.rech-champ-ok a {
    background : transparent;
    color : white;
    font-weight : normal;
    text-decoration : none;
}
