/* ------------------------------ RECHERCHE ------------------------------ */

.recherche_avance
{
	width:782px;
	height:216px;
	background-image:url(../Interface/jpeg/background_recherche.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

.categorie_recherche
{
	width:240px;
	height:39px;
	background-image:url(../Interface/jpeg/background_recherche_detail.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:14px;
	-margin-left:10px;
	margin-top:18px;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:3px;
	padding-top:3px;
}

.listbox_recherche
{
	width:230px;
	height:17px;
	//height:19px;
	margin-left:3px;
	font-size:9px;
}

/* ------------------------------ NOMBRE DE RESULTATS ------------------------------ */

.quantite_resultat
{
	height:auto;
	width:auto;
	color:#055968;
	text-align:left;
	margin-top:15px;
	margin-left:15px;
	font-size:12px;
}

/* ------------------------------ AFFICHAGE DES RESULTATS ------------------------------ */

.resultat_recherche
{
	width:782px;
	height:auto;
	margin-top:13px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.resultat_detail_white
{
	background-color:white;
	border:1px solid #94c4cd;
	width:782px;
	height:auto;
	min-height:25px;
	margin-bottom:5px;
	text-align:left;
	color:#055968;
	font-size:12px;
	font-weight:bold;
}

.resultat_detail_blue
{
	background-color:#e9f2f5;
	border:1px solid #94c4cd;
	width:782px;
	height:auto;
	min-height:25px;
	margin-bottom:5px;
	text-align:left;
	color:#055968;
	font-size:12px;
	font-weight:bold;
}

.logo_etablissement
{
	margin-left:5px;
}

.texte_etablissement
{
	font-size:14px;
	font-weight:bold;
	color:#055968;
	text-decoration:none;
}

.lien_fiche
{
	color:#055968;
	font-size:12px;
	text-decoration:underline;
}

/* ------------------------------ LIENS SUIVANT/PRECEDENT ------------------------------ */

.page_resultat_precedent
{
	color:#055968;
	font-size:11px;
	text-align:left;
	height:auto;
	width:auto;
}

.page_resultat_suivant
{
	color:#055968;
	font-size:11px;
	text-align:right;
	height:auto;
	width:auto;
}

.nombre_pages
{
	color:#055968;
	font-size:11px;
}