﻿@charset "utf-8";

/*
-----------------------------------------------------------------------------------------
ARTHUR LOYD - SCREEN - RECHERCHE
CREATION : GOWEB / LAURENT ANDRZEJAK
Email: la@goweb.fr

--------------
NOTES
--------------
Cette feuille de style contient tous les éléments standards utilisés dans la section
recherche

--------------
CONTENTS
--------------
## GENERAL
## DISPLAY OPTIONS
## ITEMS

-----------------------------------------------------------------------------------------
*/

/*  ## GENERAL ------------------------------------------------------------------------*/
h2{
color:#3f4043;
text-transform:none;
font-size:13px;
font-weight:normal;
margin-top:15px!important;
}
h2 span{
display:block;
padding-top:10px;
background:url(../images/stat/arrow-bullet-red.gif) 0 15px no-repeat;
padding-left:15px;
}
h2.n1{
background:url(../images/stat/search-n1-bg.gif) 0 0 no-repeat;
padding:0 0 8px 45px;
margin-bottom:15px
}
h2.n2{
background:url(../images/stat/search-n2-bg.gif) 0 0 no-repeat;
padding:0 0 8px 45px;
margin-bottom:15px
}
h2.n3{
background:url(../images/stat/search-n3-bg.gif) 0 0 no-repeat;
padding:0 0 8px 45px;
margin-bottom:15px
}
h2.n4{
background:url(../images/stat/search-n4-bg.gif) 0 0 no-repeat;
padding:0 0 8px 45px;
margin-bottom:15px
}
h2.n5{
background:url(../images/stat/search-n5-bg.gif) 0 0 no-repeat;
padding:0 0 8px 45px;
margin-bottom:15px
}
/*  ## DISPLAY OPTIONS  ----------------------------------------------------------------*/
div.quick-search{
background:#E3001B url(../images/stat/quick-search-bg.gif) 20px 20px no-repeat;
width:400px;
margin:0 auto 15px auto;
padding:15px 20px 10px 20px;
overflow:hidden;
}
div.quick-search .inner{
margin-left:60px;
}

div.quick-search label{
color:#fff;
font-size:14px;
display:block;
margin-bottom:5px;
clear:both;
}
div.quick-search input#ctl00_contenu_quicksearch{
float:left;
width:150px;
margin-left:50px;
}
div.quick-search .btn-submit {
float:left;
margin-left:10px;
}
div.quick-search .btn-submit input {
display:block;
border:none;
font-size:14px!important;
padding-bottom:6px;
color:#E3001B;
margin-top:-2px;
}
div.item .inner {
background:url(../images/stat/search-group-bg-top.jpg) 0 0 no-repeat;
margin-left:37px;
padding-top:12px;
margin-top:-15px;
width:559px;
overflow:hidden;
}
div.item .inner-bg {
background:url(../images/stat/search-group-bg.jpg) 0 100% no-repeat;
display:block;
padding:10px 0 30px 40px;
overflow:hidden;
}
.group-checkbox{
height:44px;

}
.group-checkbox .field{
float:left;
width:235px;
margin:0 0 5px 10px;
}
.group-checkbox input{
border:none!important;
}
.group-checkbox label{
font-size:12px;
margin-bottom:2px;
}
div.item .slider {
position:relative;
background:url(../images/stat/search-slider-bg.jpg) 0 0 no-repeat;
width:385px;
height:28px;
display:block;
margin-left:30px;
margin-top:10px;
}
div.slider div.handle { 
height:28px; 
cursor:e-resize; 
position: absolute; 
text-align:center;
width:9px;
}
div.slider p#maxValue{
position:absolute;
color:#3f4042;
font-weight:bold;
top:0px;
right:-59px;
}
div.slider p#minValue{
position:absolute;
color:#3f4042;
font-weight:bold;
top:4px;
left:-15px;
}
#surfMaxV	{
color:#4A4A4A;
display:block;
height:78px;
position:absolute;
top:-18px;
width:82px;
}
div.item .secteurville {
padding:5px 0 50px 20px;
}
div.item .secteurville .secteur{
float:left;
margin-bottom:10px;
}
div.item .secteurville .ville{
float:right;
margin-right:15px;
margin-bottom:10px;
}
div.item .secteurville .field{
position:relative;
/* display:none; */
clear:both;
margin:0 auto 3px;
width:330px;
text-align:left;
margin-left:120px;
}
div.item .secteurville .addbtn{
	float:left;
	margin-bottom:10px!important;
}
div.item .secteurville select{
width:215px;
}
div.item .secteurville span.map{
position:relative;
width:21px;
top:10px;
left:8px;
}
div.item .secteurville span.remove{
position:relative;
width:21px;
top:10px;
left:15px;
cursor:pointer;
}
.btn-submit-search{
float:right;
display:block;
margin-top:10px;
}
.btn-submit-alert{
float:left;
display:block;
margin-top:10px;
}
.btn-submit-search input{
border:none;
}

/*  ## ITEMS ------------------------------------------------------------------------*/
div.item{
overflow:hidden;
}


/*  ## FORM ------------------------------------------------------------------------*/
.rbText {
margin:2px 0 0 5px
}
.riTextBox{
float:left;
margin-left:50px;
}

