﻿/***********************************************************************
/* Search forms
/************************************************************************/
#search_header
{
	background: #fff url(imgs/corner_search_l.gif) left top no-repeat;
	color:#6a4;	
	padding:10px 40px;
}
#search_header h1{
	font-size:32px;
}
#search_header h2{
	font-size:16px;
}

#search_tab{
	border-top:3px dotted #f00;
}

#search_tab #search_menu {
	list-style-type:none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-left:30px;
	}
#search_tab #search_menu li {
	float: left;
	width: 103px;	
	border: none;
	margin-right: 4px;
	color: #922;
	background-color: #fff;
	height: 50px;
	padding: 3px 0;
	}
#search_tab #search_menu li a {
	display: block;
	height: 50px;
	background: #fff url(imgs/tabs_search.gif) left top no-repeat;
	color: #922;
	font-size: 1.3em;
	font-weight:normal;
	line-height: 0.9em;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	}
#search_tab #search_menu li a.oneline {	
	line-height: 10px;
	}	
	
#search_tab #search_menu li a:hover, 
#search_tab #search_menu li a:focus, 
#search_tab #search_menu li a:active,
#search_tab #search_menu li a.current {
	background: #fff url(imgs/tabs_search.gif) right top no-repeat;
	color:#fff;
	padding: 18px 0;
	}

#search_form{
	padding: 10px 30px;
}


#search_form .search_form_label {
	display: block;
	width: 100px;
	float: left;
	font-size:1.4em;
	font-weight:bold;		
}


#search_form .search_form_elmt {
border: 1px solid #f00;
width: 230px;
color:#666;
}


#search_adv
{
	width:100%;
	border:none;	
	color:#464646;
}
#search_adv td
{
	padding:2px;
	padding-bottom:12px;
}
#search_adv .form_elmt {
	border: 1px solid #f00;
	width: 230px;
	color:#888;
}

#search_adv a
{
	background-color:#f00;
	color:#fff;
	font-size:1.1em;
	width:80px;
	display: block;
	height: 30px;
	padding:5px;
	text-align:center;
	border:1px solid #ccc;
}
#search_adv a:hover
{
	text-decoration:none;
	background-color:#c00;
}
#search_adv .title
{
	font-size:1.4em;
	font-weight:bold;	
	line-height:0.8em;
}
#search_adv .subtitle
{
	font-size:1.1em;
	font-weight:bold;		
}


#search_footer{
	background: #fff url(imgs/corner_search_r.gif) right top no-repeat;	
	padding-left:25px;	
	
}
#search_footer_b{
	width:390px;	
	border-bottom:3px dotted #f00;
	height:57px;
}

#search_footer_b .button_find
{
	cursor:pointer;
	background: #fff url(imgs/bouton_je_trouve.gif) no-repeat left top;	
	height:41px;
	width:111px;
	border:none;
	margin-left:210px;
}
#search_footer_b .button_find:hover
{	
	background: #fff url(imgs/bouton_je_trouve.gif) no-repeat left bottom;		
}


/***********************************************************************
/* Result boxes
/************************************************************************/
.find_container
{
	margin-left:25px;				
	margin-bottom:5px;
}
.find_container p
{
	color:#646464;
	margin-left:120px;
}
.find_header
{	
	height:35px;
	width:103px;
	background:#fff url(imgs/tabs_result.gif) no-repeat left center;
	text-align:center;
}
.find_header h2
{
	padding-top:10px;
	color:#fff;	
	font-size:14px;
}
.find_result
{
	font-size:13px;
	line-height:1.8em;		
	width:100%;	
}
.find_result a
{
	color:#696969;
	text-decoration:none;
}
.find_result a:hover
{	
	color:#f00;
	text-decoration:underline;
}


.result_container { padding: 15px; }

.result_main{
	padding:5px 0;		
}

.result_main_l{
	width:190px;
	border-right:3px dotted #f00;	
	padding-left:30px;
	float:left;
}
.result_main_l_premium{
	width:190px;
	border-right:3px dotted #f00;	
	padding-left:30px;
	float:left;
	background:url(imgs/ref_premium.gif) no-repeat left top;
}
.result_main_r
{
	width:220px;	
	margin-left:230px;
	line-height:1.5em;
}
a.result_main_rais{
	color:#922;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:underline;
}
.result_main_adr
{
	color:#666;
	font-size:0.8em;
	line-height:1.2em;
}
.result_main_tel
{
	color:#000;
	font-size:1.4em;
}


.result_lines{
	color:#922;
	font-size:0.8em;	
	padding: 5px 0;
	font-weight:bold;
}

.result_prof
{
	color:#666;
	font-size:0.8em;
	line-height:2em;
	padding: 5px 0;
}

.result_infos{	
	color:#922;
	font-size:1.4em;
	padding: 5px 0;
}
.result_infos a{	
	color:#922;
}

.result web{
	padding:5px 0;
}
.result_web a{
	font-weight:bold;
	color:#922;
	font-size:1.2em;
	
}

.clear{ clear:both;height:10px;}

a.red
{
	color:#f00;
}

