
/* GENERALITES
*******************************************************************************************************/

div#kpz-recherche {
position: relative;
height: 55px;
min-width: 1000px;
background: #333;
}



/* KEYWORDS
*******************************************************************************************************/

div#kpz-recherche-keywords input {
position: absolute;
z-index: 150;
top: 55px;
left: 100px;
padding: 0 25px 0 5px;
width: 180px;
height: 25px;
font-size: 1.1em;
border: 1px solid #999;
	      border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

div#kpz-recherche-keywords-clear {
position: absolute;
z-index: 151;
top: 55px;
left: 290px;
width: 20px;
height: 25px;
background: transparent url(../img/kpz-recherche-keywords-clear.png) no-repeat center center;
}

div#kpz-recherche-keywords-clear a {
display: block;
width: 20px;
height: 25px;
}

div#kpz-recherche-keywords-submit {
position: absolute;
top: 55px;
left: 320px;
width: 180px;
height: 25px;
border: 1px solid #999;
	      border-radius: 5px 0 0 5px;
   -moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
background-color: #d3cfcb;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d3cfcb));
background: -webkit-linear-gradient(top, #ffffff, #d3cfcb);
background: 	 -moz-linear-gradient(top, #ffffff, #d3cfcb);
background: 		-ms-linear-gradient(top, #ffffff, #d3cfcb);
background: 		 -o-linear-gradient(top, #ffffff, #d3cfcb);
}

div#kpz-recherche-keywords div.alone {
	      border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div#kpz-recherche-keywords-submit:hover {
background: #eee;
}

div#kpz-recherche-keywords-submit a {
display: block;
padding-left: 35px;
width: 145px;
height: 25px;
line-height: 25px;
color: #333;
text-shadow: 0 1px 1px #fff;
background: transparent url(../img/kpz-recherche-keywords.png) no-repeat 10px center;
}



/* TYPES
*******************************************************************************************************/

div#kpz-recherche-types {
position: absolute;
z-index: 150;
top: 55px;
right: 160px;
width: 240px;
height: 25px;
}

div#kpz-recherche-types-container {
position: relative;
width: 240px;
height: 25px;
}

div#kpz-recherche-types-container p {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 25px;
line-height: 25px;
color: #fff;
text-align: right;
}

h3#kpz-recherche-types-titre {
position: absolute;
top: 0;
left: 120px;
padding-left: 10px;
width: 110px;
height: 23px;
line-height: 23px; 
color: #333;
font-size: 1em;
font-weight: normal;
text-shadow: 0 1px 1px #fff;
background-color: #d3cfcb;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d3cfcb));
background: -webkit-linear-gradient(top, #ffffff, #d3cfcb);
background: 	 -moz-linear-gradient(top, #ffffff, #d3cfcb);
background: 		-ms-linear-gradient(top, #ffffff, #d3cfcb);
background: 		 -o-linear-gradient(top, #ffffff, #d3cfcb);
border: 1px solid #999;
	      box-shadow: 2px 2px 2px #333;
   -moz-box-shadow: 2px 2px 2px #333;  
-webkit-box-shadow: 2px 2px 2px #333;
}

div#kpz-recherche-types h3.off {
padding-bottom: 0;
border: 1px solid #999;
	      border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

div#kpz-recherche-types h3.on {
padding-bottom: 2px;
border-bottom: none;
	      border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0; 
}

a#kpz-recherche-types-link {
display: block;
position: absolute;
top: 0;
right: 0;
width: 25px;
height: 25px;
background: transparent url(../img/puce-select.png) no-repeat 0 0;
}

div#kpz-recherche-types a {
color: #333;
}

div#kpz-recherche-types a.off {
background-position: 0 0;
}

div#kpz-recherche-types a.on {
background-position: left bottom;
}

ul#kpz-recherche-types-liste {
position: absolute;
top: 26px;
left: 120px;
width: 120px;
background-color: #d3cfcb;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d3cfcb));
background: -webkit-linear-gradient(top, #ffffff, #d3cfcb);
background: 	 -moz-linear-gradient(top, #ffffff, #d3cfcb);
background: 		-ms-linear-gradient(top, #ffffff, #d3cfcb);
background: 		 -o-linear-gradient(top, #ffffff, #d3cfcb);
border: 1px solid #999;
border-top: 1px solid #eee;
	      border-radius: 0 0 5px 5px;
   -moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px; 
        box-shadow: 2px 2px 2px #333;
   -moz-box-shadow: 2px 2px 2px #333;  
-webkit-box-shadow: 2px 2px 2px #333;
}

ul#kpz-recherche-types-liste li {
}

ul#kpz-recherche-types-liste li a {
display: block;
padding: 5px 10px;
	      border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

ul#kpz-recherche-types-liste li a:hover {
background: #fff;
}


/* ONOFF
*******************************************************************************************************/

div#kpz-recherche-onoff {
position: absolute;
top: 113px;
left: 15px;
width: 300px;
z-index: 100;
}


/* THEMATIQUES
*******************************************************************************************************/

div#kpz-recherche-thematiques {
}

div#kpz-recherche-thematiques div.theme {
clear: both;
min-height: 35px;
}

div#kpz-recherche-thematiques div.theme_first {
margin-bottom: 10px;
}

div#kpz-recherche-thematiques div.theme_last {
margin-bottom: 10px;
}

div.kpz-recherche-thematiques-titre {
display: inline;
}

div.kpz-recherche-thematiques-titre h3 {
float: left;
padding: 0 15px;
display: block;
color: #fff;
font-size: 1em;
height: 32px;
line-height: 32px;
background: #333;
}

div.kpz-recherche-thematiques-titre span.color {
float: left;
padding-top: 9px;
width: 20px;
height: 23px;
background: #333;
}

div.kpz-recherche-thematiques-titre span.color span {
display: block;
width: 12px;
height: 12px;
	      border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

div.kpz-recherche-thematiques-titre span.color span.color_off {
background-color: #bbb !important;
}

div.kpz-recherche-thematiques-titre .etat {
float: left;
width: 32px;
height: 32px;
line-height: 34px;
color: #eee;
background: #333;
font-size: .9em;
}

div.kpz-recherche-thematiques-titre a {
float: left;
margin-left: 1px;
width: 32px;
height: 32px;
background-color: #333;
background-repeat: no-repeat;
background-position: center center;
}

div.kpz-recherche-thematiques-titre a.off {
background-image: url(../img/puce1.png);
}

div.kpz-recherche-thematiques-titre a.on {
background-image: url(../img/puce2.png);
}

div.kpz-recherche-thematiques-titre a.etat {
text-align: center;
}

div#kpz-recherche-thematiques ul {
clear: both;
padding: 5px 0;
margin-bottom: 2px;
background: #333;
}

div#kpz-recherche-thematiques li {
position: relative;
padding: 0 10px 0 30px;
height: 20px;
line-height: 20px;
color: #fff;
font-size: 1em;
}

div#kpz-recherche-thematiques li a {
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 20px;
color: #eee;
font-size: .9em;
font-weight: normal;
}



/* CONNEXES
*******************************************************************************************************/

div#kpz-recherche-connexes {
}

div#kpz-recherche-connexes div.connexe {
clear: both;
min-height: 35px;
}

div.kpz-recherche-connexes-titre {
display: inline;
}

div.kpz-recherche-connexes-titre h3 {
float: left;
width: 160px;
padding: 0 15px;
display: block;
color: #fff;
font-size: 1em;
height: 32px;
line-height: 32px;
background: #333 url(../img/kpz-recherche-connexes.png) repeat-x right top;
}

div.kpz-recherche-connexes-titre span.etat {
float: left;
width: 32px;
height: 32px;
line-height: 34px;
color: #eee;
background: #333 url(../img/kpz-recherche-connexes.png) repeat-x left top;
font-size: .9em;
}

div.kpz-recherche-connexes-titre a {
float: left;
margin-left: 1px;
width: 32px;
height: 32px;
background: #333 url(../img/kpz-recherche-connexes.png) repeat-x -14px top;
}

div.kpz-recherche-connexes-titre a.off span {
display: block;
width: 32px;
height: 32px;
background: transparent url(../img/puce1.png) no-repeat center center;
}

div.kpz-recherche-connexes-titre a.on span {
display: block;
width: 32px;
height: 32px;
background: transparent url(../img/puce2.png) no-repeat center center;
}

div#kpz-recherche-connexes ul {
clear: both;
padding: 5px 0;
margin-bottom: 2px;
background: #333 url(../img/kpz-recherche-connexes.png) repeat-x -5px top;
}

div#kpz-recherche-connexes ul.sources_open {
display: block;
}

div#kpz-recherche-connexes ul.sources_close {
display: none;
}

div#kpz-recherche-connexes li {
position: relative;
padding: 0 10px 0 45px;
height: 24px;
line-height: 24px;
color: #fff;
font-size: 1em;
}

div#kpz-recherche-connexes li.twitter {
background: transparent url(../img/kpz-gmap-twitter.png) no-repeat 15px 2px;
}

div#kpz-recherche-connexes li.flickr {
background: transparent url(../img/kpz-gmap-flickr.png) no-repeat 15px 5px;
}

div#kpz-recherche-connexes li.youtube {
background: transparent url(../img/kpz-gmap-youtube.png) no-repeat 10px 5px;
}

div#kpz-recherche-connexes li a {
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 20px;
color: #eee;
font-size: .9em;
font-weight: normal;
}



/* BOX GENRE
*******************************************************************************************************/

div#box-genre {
position: absolute;
z-index: 100;
top: 120px;
right: 100px;
width: 170px;
height: 135px;
}

div#box-genre-container {
position: relative;
height: 135px;
}

h3#box-genre-titre {
padding: 0 20px;
height: 35px;
line-height: 35px;
background: #333;
color: #fff;
cursor: move;
font-weight: normal;
font-size: 1.1em;
	      box-shadow: 2px 2px 2px #333;
   -moz-box-shadow: 2px 2px 2px #333;  
-webkit-box-shadow: 2px 2px 2px #333;
}

h3.box-genre-titre-off {
	      border-radius: 15px 15px 15px 15px;
   -moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px; 
}

h3.box-genre-titre-on {
	      border-radius: 15px 15px 0 0;
   -moz-border-radius: 15px 15px 0 0;
-webkit-border-radius: 15px 15px 0 0; 
}

div#box-genre-content {
display: none;
height: 100px;
color: #fff;
background: #4d4d4d;
	      border-radius: 0 0 15px 15px;
   -moz-border-radius: 0 0 15px 15px;
-webkit-border-radius: 0 0 15px 15px; 
	      box-shadow: 2px 2px 2px #333;
   -moz-box-shadow: 2px 2px 2px #333;  
-webkit-box-shadow: 2px 2px 2px #333;
}

div#box-genre-value {
position: absolute;
top: 0;
right: 20px;
width: 80px;
height: 35px;
line-height: 35px;
font-size: .9em;
font-weight: normal;
text-align: right;
color: #fff;
}

a#box-genre-link {
display: block;
position: absolute;
top: 7px;
right: 0;
width: 20px;
height: 20px;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
}

a.box-genre-link-off {
background-image: url(../img/puce1.png);
}

a.box-genre-link-on {
background-image: url(../img/puce2.png);
}

div#box-genre-choix {
position: relative;
height: 100px;
background: transparent url(../img/kpz-recherche-genres-choix.png) no-repeat center center;
}

div#box-genre-choix li {
position: absolute;
width: 170px;
height: 15px;
text-align: center;
}

div#box-genre-choix li.choix0 {
top: 5px;
left: 0;
}

div#box-genre-choix li.choix1 {
top: 21px;
left: 112px;
width: 58px;
text-align: left;
}

div#box-genre-choix li.choix2 {
top: 41px;
left: 117px;
width: 53px;
text-align: left;
}

div#box-genre-choix li.choix3 {
top: 61px;
left: 112px;
width: 58px;
text-align: left;
}

div#box-genre-choix li.choix4 {
top: 81px;
left: 0;
}

div#box-genre-choix li.choix5 {
top: 61px;
left: 0;
width: 58px;
text-align: right;
}

div#box-genre-choix li.choix6 {
top: 41px;
left: 0;
width: 53px;
text-align: right;
}

div#box-genre-choix li.choix7 {
top: 21px;
left: 0;
width: 58px;
text-align: right;
}

div#box-genre-choix li a {
font-size: .8em;
}

div#box-genre-choix li a span {
position: absolute;
display: block;
width: 15px;
height: 15px;
}

div#box-genre-choix li.choix0 a span {
top: 17px;
left: 79px;
}

div#box-genre-choix li.choix1 a span {
top: 5px;
left: -17px;
}

div#box-genre-choix li.choix2 a span {
top: 1px;
left: -17px;
}

div#box-genre-choix li.choix3 a span {
top: -1px;
left: -15px;
}

div#box-genre-choix li.choix4 a span {
top: -15px;
left: 79px;
}

div#box-genre-choix li.choix5 a span {
top: -1px;
left: 62px;
}

div#box-genre-choix li.choix6 a span {
top: 1px;
left: 57px;
}

div#box-genre-choix li.choix7 a span {
top: 5px;
left: 63px;
}

div#box-genre-choix li a.off {
color: #b3b3b3;
}

div#box-genre-choix li a.on {
color: #fff;
}

div#box-genre-point {
position: absolute;
width: 9px;
height: 9px;
background: transparent url(../img/kpz-recherche-genres-point.png) no-repeat 0 0;
}

div.box-genre-point-0 {  top: 31px;  left: 82px;  }
div.box-genre-point-1 {  top: 35px;  left: 92px;  }
div.box-genre-point-2 {  top: 45px;  left: 96px;  }
div.box-genre-point-3 {  top: 55px;  left: 92px;  }
div.box-genre-point-4 {  top: 60px;  left: 82px;  }
div.box-genre-point-5 {  top: 57px;  left: 71px;  }
div.box-genre-point-6 {  top: 45px;  left: 67px;  }
div.box-genre-point-7 {  top: 35px;  left: 71px;  }




/* INFOS
*******************************************************************************************************/

div#kpz-recherche-infos {
position: absolute;
top: 15px;
left: 100px;
width: 300px;
height: 15px;
}

div#kpz-recherche-infos div {
display: inline;
}

div#kpz-recherche-infos span {
font-weight: bold;
}

div#kpz-recherche-infos a {
padding-left: 10px;
color: #999;
font-size: .9em;
}

div#kpz-recherche-infos a:hover {
color: #000;
}
