/*************************************** MOTEUR DE RECHERCHE **************************************/

/* .recherche_bloc : bloc principal contenant tout le module. */
.recherche_bloc {
	margin : 10px;
	font-size: 11px;
	text-align : justify;
}

/* .recherche_bloc a : les liens vers les articles. */
.recherche_bloc a {
	font-size: 11px;
	text-align : justify;
	color:#4F84C5;
	font-weight : bold;
}
.recherche_bloc a:hover {
	font-size: 11px;
	color:#97BDDD;
	font-weight : bold;
	text-decoration : none;
}

/* .recherche_titre : le titre d'un article trouvé. */
.recherche_titre {
	margin-bottom : 5px;
	font-size: 11px;
	color:#4F84C5;
}

/* .recherche_bloc a : les liens vers les articles, dans le titre d'article. */
.recherche_titre a{
	text-align : justify;
	color : #4F84C5;
	font-size: 11px;
	font-weight : normal;
}
.recherche_titre a:hover{
	text-align : justify;
	font-size: 11px;
	font-weight : normal;
	color : #97BDDD;
	text-decoration : none;
}
