.disparaitre {
	display: none;
}

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

#formulaire_search {
	line-height: 10px;
	padding: 0px;
	margin: 0px;
}

#search{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 3px;
}

#bt_search {
	background: url(../images/bt_ok.jpg)  no-repeat;
	border: none;
	min-width:22px;
	height:18px;
	padding: 0px;
	cursor: pointer;
}

#bt_search:hover {
	background-position: -31px 0px;
}

*html #bt_search {
	width:22px;
}

*+html #bt_search {
	margin-bottom: 3px;
}

*html #bt_search {
	margin-bottom: 3px;
}

/* ----------------------------------- Listing ------------------------------------- */
.recherche_listing_nb_resultat {
}

.recherche_listing_titre {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
}

.recherche_listing_row {
	margin-bottom: 5px;
}

.recherche_listing_titre_module {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
}

.recherche_listing_conteneur a:hover .recherche_listing_titre_page {
	text-decoration: underline;
}

.recherche_listing_conteneur a:hover .recherche_listing_description_page {
	text-decoration: underline;
}

.recherche_listing_conteneur a:hover .recherche_listing_module {
	text-decoration: underline;
}

/* Colonne centrale */
.col_centrale .recherche_listing_conteneur {
	margin: 0px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

.recherche_listing_conteneur .pager a {
	text-decoration: none;
}

.recherche_listing_conteneur .pager a:hover {
	text-decoration: none;
}

.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;
}
