/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: .65em 0;
 border-bottom: 1px solid #1f537b;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: .65em .5em;
 margin-left: 4px;
 border: 1px solid #ddd;
 border-bottom: none;
 background: #f4f9fd;
 text-decoration: none;
}

/*ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }*/

ul.tabbernav li a:hover
{
 color: #b42000;
 background-color: #ffffe1;
}

ul.tabbernav li.tabberactive a
{
 color: #fff;
 background-color: #1f537b;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 0 0 0 2px;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


.result_list {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 ;
    font-size: 12px;
}
.result_list li{
    padding: 0.2em 0;
    font-size: 13px;
    border-bottom: 1px dotted #eee;
}
.result_list li.row2{
    background-color: #f8f8f8;
}
.result_list li a{
    color: #00569c;
    text-decoration: none;
}
.result_list li a:hover{
    color: #b42000;
    text-decoration: underline;
}
.result_list li span {
    color: #484848;
    font-size: 12px;
    font-style: italic;
}

#filtres{
	font-size:12px;
	background-color:#ffecce;
	border:1px dotted #CCCCCC;
	position:absolute;
	width:600px;
	height:400px;
}

.ajout_filtre{
	cursor:pointer;
	background-color:#000000;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:1px;
	height:20px;
}

.row2{
	background-color:#fcf5e8;
}

#suggestions{
font-size:12px;
width:300px;
height:300px;
position:absolute;
visibility:hidden;
text-align:left;
/*margin-left:121px;*/
background-color:#484848;
border:1px solid #e39000;
overflow:scroll;
z-index:10;
}

#suggestions ul{
list-style-type:none;
padding:0;
margin:0;
}

#suggestions li{
display:block;
cursor:pointer;
color:#FFFFFF;
}

#suggestions li:hover{
background-color:#e39000;
}

#type,#categorie,#genre,#editeur{
	font-size:10px;
}

.encart_filtrage{
	width:100%;
	background-color:#fcf5e8;
	height:auto;
	border-bottom:1px dashed #000000;
}

.encart_filtrage ul{
	list-style-type:none;
	margin:0;
	padding:3px;
}
