.disparaitre{
	display:none;
}

/* ----------------------------------- Component ------------------------------------- */
div#conteneur_search{
	float:left;
	width:190px;
}

#conteneur_search .zone_recherche{
	color:#999999;
}

#formulaire_search{
}

#search{
	margin-bottom:8px;
}

#bt_search{
	background:url(../images/bt_search.jpg) no-repeat;
	border:none;
	color:#876D45;
	font-weight:bold;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	width:20px;
	height:15px;	
	margin-bottom:11px;
}

html>/**/body #bt_search{
	margin-bottom:8px;
}

/* ----------------------------------- Listing ------------------------------------- */
.recherche_listing_conteneur{
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/fond_listing.jpg) no-repeat;
	min-height:40px;
}

.recherche_listing_nb_resultat{
	margin-bottom:10px;
}

.recherche_listing_titre{
	color:#006A6B;
	font-size:140%;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:solid 1px #C5C6C8;
}

.recherche_listing_row{
	padding:10px 0 10px 0;
	border-bottom:solid 1px #C5C6C8;
}

.recherche_listing_compteur{
	color:#006A6B;
	font-size:100%;
	font-weight:bold;
}


.recherche_listing_titre_page{
	color:#006A6B;
	font-size:100%;
	font-weight:bold;	
}


.recherche_listing_compteur{
	float:left;
	width:20px;
	margin-right:5px;
}

.recherche_listing_page{
	float:left;
	width:390px;
}

.recherche_listing_titre_page{

}

.recherche_listing_description_page{

}

.recherche_listing_titre_module{
	margin-top:10px;
	color:#006A6B;
	font-size:140%;
	font-weight:bold;
	margin-bottom:8px;
}

.recherche_listing_module {
	color:#006A6B;
	font-size:100%;
	text-transform:capitalize;
}

.recherche_listing_module a{
	color:#006A6B;
	font-size:90%;
	text-transform:capitalize;
}

/*---------------------------- Pager----------------------------*/
.recherche_listing_conteneur .pager  {
	background:#ececed;
	width:420px;
	margin:2px 0px 0 0px;
	height:13px;
}

.recherche_listing_conteneur .pager_separateur{
	margin-top:2px;
	border-bottom:solid 1px #C5C6C8;
}


.recherche_listing_conteneur .pager div.KT_textnav li.NAV_selected{
	color:#006A6B;
}