@charset "utf-8";
/* CSS Document */

#end_recherche_tree{
	float:left;
	padding-left:5px;
	padding-right:5px;
	min-height:400px;
	width:670px;
	background-color:#FFFFFF;
}

.recherche_token{
	float:left;
	width:125px;
	height:170px;
	max-height:170px;
	padding:4px;
}

.recherche_inner{
	border-style:solid;
	border-width:1px;
	border-color:#009544;
	width:100%;
	height:100%;
	background-color:#CCCCCC;
}

.recherche_quotient{
	position:relative;
	text-align:right;
	width:125px;
	top: -5px;
	
}

.title_token_recherche{
	text-align:center;
	height:40px;
	max-height:40px;
}

.ico_dico{
	padding-top: 30px; padding-bottom: 25px;
}
.ico_new{
	padding-top: 30px; padding-bottom: 25px;
}

.style_form_enhanced{

}

.zone_recherche_enhanced{
    background-image: url("common/bandeau_recherche.gif");
    background-position: center 10px;
    background-repeat: no-repeat;
    padding: 12px 0 3px 12px;
}

.zone_recherche_enhanced input.searchInput{
	border-width: 0px;
	background:none;
	
	width: 160px;
	height: 21px; 
	padding: 0px;
	text-align:center;
	font-weight:bolder;
	
}

.zone_recherche_enhanced input.searchSubmit{
	background:none;
	background-image:url(common/loupe.gif);
	background-repeat:no-repeat;
	background-position:center;	
	border-width: 0px;
	padding: 0px;
	
	width: 21px; 
	height: 21px; 
	
}

.zone_recherche_enhanced span{
	font-weight:bold;
}