/*-------------------------------------- TEASER recherche -----------------------------------*/
#recherche_form {
    float: right;
	background:url(../../../../../images/fol74/coretools/recherche_teaser_bckgrd.png) 0px 0px no-repeat;
	position:relative;
	margin-top: -8px;
	margin-left: 15px;
	margin-right: 25px;
}
#recherche_form form#coreSearchForm dl.zend_form  {
	width:200px;
	height:28px;
}
#recherche_form form#coreSearchForm dl.zend_form dd {
	margin:0;
	padding:0;
	text-align:left;
}

#recherche_form form#coreSearchForm dl.zend_form dt {
	display:none;
}
#recherche_form form#coreSearchForm dl.zend_form dd input.champ {
	width:135px;
	border:none;
	margin:0px;
	padding:0px;
	margin-left:25px;
	margin-top:6px;
	color:#676767;
	font-size:11px;
	font-weight:normal;
	margin-top:7px;
	background: none;
	
}

#recherche_form form#coreSearchForm dl.zend_form dd input#core_search_form_submit {
	background:url(../../../../../images/fol74/coretools/recherche_teaser_btn.png) 0px 0px no-repeat;
	width:29px;
	height:24px;
	position:absolute;
	right:2px;
	top:4px;
	margin: 0;
	padding: 0;
	-moz-border-radius: none;
 	-webkit-border-radius: none;
 	border-radius: none; 
}

#recherche_form form#coreSearchForm dl.zend_form dd input#core_search_form_submit:hover {
	background-position:0px -27px;	
	cursor:pointer;
}

#recherche_form ul.errors {
	padding-left: 5px;
	padding-top: 5px;
}
#recherche_form ul.errors li {
	color:#f99;
}


/*-------------------------------------- Résultat de recherche ------------------------------*/

.coretools_search_results h3 {

}

#pagination {
	border-bottom: #4d4d4d solid 1px;
	padding-bottom: 6px;
	margin-bottom: 30px;
}

#pagination .nb_result {
	float:left;
	width:200px;
}

#pagination .pager {
	float:right;
	margin: 0;
	padding: 0;
}

#pagination .pager a {
	background-color: #d1c9b1;
	color:#ef4316;
	font-size: 9px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	margin-right: 3px;
}

#pagination .pager a:hover {
	color:#fff;
	background-color: #ef4316;	
}

#pagination .pager a.selected {
	color:#d1c9b1;
	background-color: #ef4316;
}

#pagination .pager a.selected:hover {
	color:#fff;
}



.coretools_search_results .results a{
	display: block;
	padding-top: 5px;
}

#pagination2 {
	display:none;
	}


/*-------------------------------------- Sommaire des sous pages ------------------------------*/
.coretools_children_summary {

}

.coretools_children_summary  .block_text.row {
	margin:0;
	padding:0;
	border:none;
	background:url(../../../../../images/fol74/blocs/separateur.png) center bottom no-repeat;
	padding-bottom: 40px;
	position:relative;
} 

.coretools_children_summary  .block_text.row.row_first {

} 

.coretools_children_summary  h3.title {
	margin: 0;
	float:left;
	width:450px;
}

.coretools_children_summary  .body {
	margin: 0;
	float:left;
	width:450px;
}

.coretools_children_summary .bt_learn_more {
	position:absolute;
	top:3px;
	right:0px;
}




