a.gettheque {
	color:#999;
}

a.gettheque:hover {
	color:#07b;	
}


.bddsearch {
	background:#f0f0f0;	
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:10px;
	overflow:hidden;
}

.bddsearch input[type=text] {
	border-top:1px solid #ccc !important;
	border-left:1px solid #ccc !important;
}

.bddsearch .main-search {
	overflow:hidden;
	padding-bottom:3px;
}

.bddsearch .advanced {
	display:block;
	line-height:30px;
	background:transparent url(../img/advanced-search.png) 5px center no-repeat;
	padding-left:25px;
	width:130px;
	font-size:11px;
	float:left;
	text-align:center;
	margin-right:10px;
}

.bddsearch #rbddtext {
	border:1px solid #999;
	padding:0 5px;
	width:380px;
	height:30px;
	float:left;
	margin-right:10px;
}

.bddsearch #rbddsubmit {
	background:transparent url(../img/search.png) center center no-repeat;
	width:35px;
	height:30px;
	padding:0;
	margin:0;
	cursor:pointer;
}

.hidden-search {
	display:none;
	margin-top:20px;
	font-size:11px;
	overflow:hidden;
}

.hidden-search .overflow {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;	
}

.businessdbform .overflow { /* Annulation de la bordure pour la bdd business */
	border-bottom:none;	
}

.hidden-search input[type=text] {
	border:1px solid #999;
	padding:0 5px;
	height:20px;
	font-size:11px;
}

.hidden-search label {
	font-weight:bold;
}

.hidden-search .first label {
	display:block;
	float:left;
	width:60px;		
}

.hidden-search .first {
	width:319px;
	float:left;
	background:transparent url(../img/search-border.png) right top repeat-y;
}

.hidden-search .first div {
	margin-bottom:10px;
	line-height:22px;
}

.hidden-search .first div:last-child {
	margin-bottom:0;	
}

.hidden-search .annee input[type=text] {
	width:50px;	
	text-align:center;
}

.hidden-search .studio input {
	width:161px;	
}

.hidden-search .second {
	width:319px;
	float:left;
	overflow:hidden;
	text-align:center;
}

.businessdbform .second { /* Annulation des deux blocs pour la bdd business */
	width:auto;
	float:none;	
}

.hidden-search .second label {
	display:block;
	margin-bottom:10px;
}

.hidden-search .second input[type=text] {
	width:30px;	
	text-align:center;	
}


.hidden-search .second input.nbc {
	width:90px;	
}

.hidden-search .second .format {
	margin-top:20px;
	overflow:hidden;
	line-height:21px;
	height:21px;
}

.businessdbform .second .format { /* Annulation des deux blocs pour la bdd business */
	margin-top:0;
}

.businessdbform .second .annee {
	margin-bottom:20px;	
}

.hidden-search .second .format label {
	display:inline;
	font-weight:normal;
	padding:5px 10px 5px 0;
	cursor:pointer;
}

.hidden-search .second .format label span.include {
	display:inline !important;
	background: url(../img/check-on.png) left top no-repeat;
	font-weight:normal;
	padding:0 0 0 18px;
	cursor:pointer;
}

.hidden-search .second .format label span.exclude {
	display:inline !important;
	background: url(../img/check-off.png) left top no-repeat;
	font-weight:normal;
	padding:0 0 0 18px;
	cursor:pointer;
}

.hidden-search .second .format label:hover {
	text-decoration:underline;	
}

.hidden-search .second .format label:last-child {
	padding-right:0;	
}

.hidden-search .toggletags {
	border-top:1px solid #fff;
	padding:20px 0;
	text-align:center;
}

.hidden-search .third .tags {
	overflow:hidden;	
}

.hidden-search .third {
	display:none;
	overflow:hidden;
}

.hidden-search .third .tags label {
	display:block;
	font-weight:normal;
	padding:3px 20px 3px 0;
	margin:5px 0 5px 0;
	cursor:pointer;
}

.hidden-search label a {
	text-decoration:none;	
}

.hidden-search .third .tags label span.include {
	display:block;
	background: url(../img/check-on.png) left top no-repeat;
	padding-left:18px;
	color:green;
}

.hidden-search .third .tags label span.ignore {
	display:block;
	background: url(../img/check-ignore.png) left top no-repeat;
	padding-left:18px;
	color:#4486b4;
}

.hidden-search .third .tags label span.exclude {
	display:block;
	background: url(../img/check-off.png) left top no-repeat;
	padding-left:18px;
	color:#ff5555;
}

.hidden-search .third .tags .legende {
	margin-bottom:10px;
	text-align:center;	
}

.hidden-search .third .tags .legende .include {
	background: url(../img/check-on.png) left top no-repeat;
	padding:0 18px;
	color:green;
	font-style:normal;
}

.hidden-search .third .tags strong {
	display:block;
	font-weight:normal;
	text-transform:uppercase;
	color:#999;
	margin:15px 0 10px 0;	
}

.hidden-search .third .tags strong:first-child {
	margin-top:10px;	
}

.hidden-search .third .tags .col {
	float:left;
	width:159px;	
}

.hidden-search .third .tags .legende .ignore {
	background: url(../img/check-ignore.png) left top no-repeat;
	padding:0 18px;
	color:#4486b4;
	font-style:normal;
}

.hidden-search .third .tags .legende .exclude {
	background: url(../img/check-off.png) left top no-repeat;
	padding:0 18px;
	color:#ff5555;
	font-style:normal;
}

#applyfilters {
	display:block;
	width:150px;
	margin:10px auto;
	background: #161616;
	background-image: -moz-linear-gradient(top,#444444 0,#161616 100%);
	background-image: -ms-linear-gradient(top,#444444 0,#161616 100%);
	background-image: -o-linear-gradient(top,#444444 0,#161616 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#444444),color-stop(100%,#161616));
	background-image: -webkit-linear-gradient(top,#444444 0,#161616 100%);
	background-image: linear-gradient(to bottom,#444444 0,#161616 100%);
	padding:8px 5px;
	color:#fff;
	border:1px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}

#applyfilters:hover {
	background:#07b;
	border:1px solid #003757;	
}








/* Alphabet */

.bddlist h3, .thequelist h3 {
	color:#8cc63f;
	font-weight:normal;
	text-align:center;
	margin-bottom:10px;
	font-weight:bold;	
}

.bddlist h3 span, .thequelist h3 span {
	display:block;
	font-size:0.8em;
	font-weight:normal;	
}

.alphabet {
	background:#D0E0EB;	
	overflow:hidden;
	padding:8px 5px;
	border:1px solid #88ABC2;
	border-bottom:2px solid #88ABC2;
	margin-bottom:10px;
}

.alphabet li {
	float:left;
	margin:0 12px 0 0;
}

.alphabet li a {
	text-decoration:none;
}

.alphabet li a:hover {
	text-decoration:underline;	
}









.bddlist table {
	padding:0;
	margin:10px 0;
	border:1px solid #88ABC2;
	border-bottom:none;
	border-top:none;
	width:660px;
}

.bddlist table td {
	padding:5px 5px;	
}

.bddlist table tbody tr {
	background:#fff;
}

.bddlist table tbody tr.alterne {
	background:#f0f0f0;
}

.bddlist table tbody tr.in-animetheque {
	background:#d6e7f2;
}

.bddlist table tbody tr:hover {
	background:#e0e0e0;	
	cursor:pointer;
}

.bddlist table tbody tr.in-animetheque:hover {
	background:#beddf2;
}

.bddlist table a {
	display:block;
	text-decoration:none;
	color:#161616;
	padding:5px;	
}

.bddlist thead tr {
	background: #161616;	
}

.bddlist thead th {
	font-weight:normal;	
}

.bddlist thead th {
	color:#fff;	
}

.bddlist thead th a {
	color:#fff;
	padding:8px 5px;
}

.bddlist tr.critiquesdb th{
	color:#fff;
	padding:8px 5px;
}

.bddlist thead th a:hover {
	background:#07b url(../img/menu-border.png) right top repeat-y;			
}

.bddlist thead th {
	background:transparent url(../img/menu-border.png) right top repeat-y;	
}

.bddlist thead th:last-child {
	background:none;	
}

.bddlist thead th:last-child a:hover {
	background:#07b;	
}

.bddlist table td .grey {
	color:#999;	
}

.bddlist table .titre {
	text-align:left;
	width:350px;
	padding:0;	
}

.bddlist table.osttable .titre {
	width:550px;	
}


.bddlist table tbody .titre {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
}

.bddlist table .annee {
	text-align:center;
	width:50px;	
}

.bddlist table.mangatable .annee {
	width:90px;	
}

.bddlist table tbody .annee {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
}

.bddlist table .format {
	text-align:center;
	width:80px;		
}

.bddlist table tbody .format {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
}

.bddlist table .nbep {
	text-align:center;
	width:60px;	
}

.bddlist table.mangatable .nbep {
	width:90px;	
}

.bddlist table tbody .nbep {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
}

.bddlist table .moy {
	text-align:center;
	min-width:60px;	
}

.bddlist table .cdurs {
	width:80px;	
}

.bddlist table tbody .moy {
	border-bottom:1px dashed #88ABC2;
}

.bddlist table tbody tr:last-child td {
	border-bottom:1px solid #88ABC2;
}

.bddlist .legende {
	margin-top:10px;
	color:#999;	
	width:250px;
	float:right;
}

.bddlist .legende span {
	display:block;
	float:left;
	width:15px;
	height:15px;
	background:#d6e7f2;	
	border:1px dashed #88ABC2;
	margin-right:10px;
}

.bddlist table .origine {
	text-align:center;
	width:150px;		
}

.bddlist table tbody .origine {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;	
}

.bddlist table .type {
	text-align:center;
	width:auto;		
}

.bddlist table tbody .type {
	border-bottom:1px dashed #88ABC2;
	border-right:none;	
}



/* Auto-complete */
ul.ui-autocomplete {
   font-size:0.9em !important; 
}











/* TABLE GESTION ANIMETHEQUE */

.thequelist table {
	padding:0;
	margin:10px 0;
	border:1px solid #88ABC2;
	border-bottom:none;
	border-top:none;
	width:660px;
}

.thequelist table td {
	padding:7px 5px;	
}

.thequelist table tbody tr {
	background:#fafafa;
}

.thequelist table tbody tr.alterne {
	background:#fafafa;
}

.thequelist table tbody tr.in-animetheque {
	background:#f0f0f0;
}

.thequelist table tbody tr:hover {
	background:#f0f0f0;	
}

.thequelist table a {
	display:block;
	text-decoration:none;
	color:#161616;
	padding:5px;	
}

.thequelist table a:hover {
	text-decoration:underline;
}

.thequelist thead tr {
	background: #161616;	
}

.thequelist thead th {
	font-weight:normal;
	color:#fff;
}

.thequelist thead th a {
	color:#fff;
	padding:8px 5px;
}

.members-list-entete th {
	padding:8px 5px !important;	
	font-size:0.9em !important;
}

.members-list-entete td {
	border-right:1px dashed #88ABC2;
}

.members-list-entete td:last-child {
	border-right:none;
}

.thequelist thead th a:hover {
	background:#07b url(../img/menu-border.png) right top repeat-y;			
}

.thequelist thead th {
	background:transparent url(../img/menu-border.png) right top repeat-y;	
}

.thequelist thead th:last-child {
	background:none;	
}

.thequelist thead th:last-child a:hover {
	background:#07b;	
}

.thequelist table .titre {
	text-align:left;
	width:350px;
	padding:0;	
}

.thequelist table tbody tr.in-animetheque .titre {
	font-weight:bold;	
}

.thequelist table .titre em {
	display:block;
	color:#999;	
	font-weight:normal;
	font-size:0.9em;
}

.thequelist table tbody .titre {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
}

.thequelist table .annee {
	text-align:center;
	width:40px;	
}

.thequelist table tbody .annee {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
}

.thequelist table .format {
	text-align:center;
	width:60px;		
}

.thequelist table tbody .format {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
}

.thequelist table .nbep {
	text-align:center;
	width:30px;	
}

.thequelist table tbody .nbep {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
}

.thequelist table td.theque {
	border-bottom:1px dashed #88ABC2;
	/*background:#fff;*/
}

.thequelist table tbody tr:last-child td {
	border-bottom:1px solid #88ABC2;
}

.thequelist .legende {
	margin-top:10px;
	color:#999;	
	width:250px;
	float:right;
}

.thequelist .legende span {
	display:block;
	float:left;
	width:15px;
	height:15px;
	background:#d6e7f2;	
	border:1px dashed #88ABC2;
	margin-right:10px;
}

.thequelist .form {
	height:20px;
	float:left;	
}

.thequelist .form select {
	height:20px;
	line-height:20px;
	width:95px;
	margin-right:10px;	
	border:1px solid #e0e0e0;
	font-size:12px;
	text-align:center;
}

.thequelist .form option {
	text-align:center;	
}

.thequelist .bullet {
	height:20px;
	width:16px;
	float:left;
	margin-right:5px;	
}

.thequelist .vu { background:transparent url(../img/vu.png) center center no-repeat; }
.thequelist .ec { background:transparent url(../img/encours.png) center center no-repeat; }
.thequelist .ab { background:transparent url(../img/dropped.png) center center no-repeat; }
.thequelist .w { background:transparent url(../img/wishlist.png) center center no-repeat; }

.thequelist .ratingwrap {
	width:115px;
	float:left;	
}

.thequelist a.cancel {
	text-indent:-6500px;
	width:23px;
	height:20px;
	display:none;
	background:transparent url(../img/cancel.png) center center no-repeat;	
	opacity:0.3;
	padding:0;
	float:left;
	margin-left:5px;
}

.thequelist .cancel:hover {
	opacity:1;	
}

.thequelist .saved {
	text-indent:-6500px;
	width:23px;
	height:20px;
	/*display:block;*/
	background:transparent url(../img/saved.png) center center no-repeat;		
	float:right;
}

.thequelist a.display {
	display:block;	
}







/* BDD PICS */

.bddpics {
	margin:10px 0;	
}

.bddpics .item {
    width:120px;
    height:140px;   
    margin:0 1px 6px 1px;
    display:inline-block;
	position:relative;
	padding:2px;
	border:1px solid #e0e0e0;
	background:#f0f0f0;
}

.bddpics .item img {
	width:120px;
	height:140px;	
}

.bddpics .item .caption {
    width:120px;
    height:140px;
    background:transparent url(../img/white-transparency.png);
    color:#161616;
    position:absolute;
    bottom:2px;
    left:2px;
    display:none;
    /*filter:alpha(opacity=80);    
    -moz-opacity:0.8;    
    -khtml-opacity: 0.8;    
    opacity: 0.8;*/
	text-align:center;
	line-height:1.5em;
	font-weight:bold;
}
 
.bddpics .item .caption a {
    text-decoration:none;
    color:#161616;
    font-size:11px;
    padding:5px 2px;
    display:block;
	width:116px;
	height:130px;
}

.bddpics .item .caption a span {
	color:#666;
	font-size:10px;	
	font-weight:normal;
}











/* ANIME/MANGAMETRE */


#animemetre .main h1 a#down, #mangametre .main h1 a#down {
  background:transparent url(../img/down.png) left top no-repeat;
  display: block;
  height: 10px;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  text-indent: -6500px;
  top: 12px;
  width: 20px;
}

#animemetre .main .explications, #mangametre .main .explications {
	font-size:0.9em;
	line-height:1.5em;
	color:#666;
	display:none;
}

#animemetre .main .pages, #mangametre .main .pages {
	overflow:hidden;
	margin:10px 0;
	width:660px;
}

.metre .item {
	margin-bottom:10px;
	overflow:hidden;
	background:#fafafa;
	padding:10px 10px 10px 10px;
	border:1px solid #e0e0e0;
}

.metre .item .position {
	float:left;
	width:50px;
	font-size:18px;
	color:#999;
	text-align:center;
	height:118px;
	margin-right:10px;
	position:relative;
	padding-top:30px;
}

.metre .item .position span {
	font-size:10px;
	display:block;
	width:50px;
	position:absolute;
	bottom:40px;
	font-weight:bold;
	text-align:center;
}

.metre .item .pop_up {
	background:transparent url(../img/up_pop.png) center center no-repeat;	
}

.metre .item .pop_up span {
	color:#8cc63f;	
}

.metre .item .pop_down {
	background:transparent url(../img/down_pop.png) center center no-repeat;	
}

.metre .item .pop_down span {
	color:red;	
}

.metre .item .pop_none {
	background:transparent url(../img/egal_pop.png) center center no-repeat;	
}

.metre .item .image {
	float:left;	
}

.metre .item .image img {
	padding:3px;
	background:#fff;
	border:1px solid #e0e0e0;
	margin-right:10px;	
}

.metre .item h3 {
	font-size:1em;	
}

.metre .item p {
	font-size:0.9em;
	line-height:1.5em;	
}

.metre .item .liste_tags {
	font-size:0.9em;
	margin-top:5px;
	line-height:1.4em;	
}

.metre .graph {
	position:absolute;
	bottom:10px;
	width:50px;
	height:20px;
	
}
.metre .graph .bar {
	position:absolute;
	bottom:0 !important;
	width:4px;
	border-top:1px solid #999;
	background:#ccc;
	display:inline-block;
	cursor:default;
}
.metre .graph .bar:hover {
	background:#8cc63f;	
}

.graphtip {
	text-align:center;
	width:auto !important;	
}












/* TOP ET FLOP */

.topflop h2 {
	padding:5px 0;
	font-size:1.8em;
	background:none;
	border-bottom:none;
	margin-bottom:10px;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
}

.topflop .explications {
	font-size:0.9em;
	line-height:1.5em;
	color:#666;
	padding:5px 10px;
	background:#f0f0f0;
	margin-bottom:10px;	
}

.topflop .explications p {
	padding:5px 0;	
}


.topflop .tabletopflop table {
	padding:0;
	margin:10px 0;
	border:1px solid #88ABC2;
	border-bottom:none;
	border-top:none;
	width:660px;
}

.topflop .tabletopflop table td {
	padding:5px 5px;	
}

.topflop .tabletopflop table tbody tr {
	background:#fff;
}

.topflop .tabletopflop table tbody tr.alterne {
	background:#f0f0f0;
}

.topflop .tabletopflop table tbody tr:hover {
	background:#e0e0e0;	
}

.topflop .tabletopflop table a {
	display:block;
	text-decoration:none;
	color:#161616;
	padding:5px;	
}

.topflop .tabletopflop thead tr {
	background: #161616;	
}

.topflop .tabletopflop thead th {
	font-weight:normal;	
}

.topflop .tabletopflop thead th {
	color:#fff;
	padding:8px 5px;
}

.topflop .tabletopflop thead th {
	background:transparent url(../img/menu-border.png) right top repeat-y;	
}

.topflop .tabletopflop thead th:last-child {
	background:none;	
}

.topflop .tabletopflop table tbody .position{
	text-align:center;
	border-right:1px dashed #88ABC2;
	border-bottom:1px dashed #88ABC2;
	width:50px;
}

.topflop .tabletopflop table .titre {
	text-align:left;
	width:350px;
}

.topflop .tabletopflop table tbody .titre {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
	padding:0;	
}

.topflop .tabletopflop table .moy {
	text-align:center;	
}

.topflop .tabletopflop table tbody .moy {
	border-bottom:1px dashed #88ABC2;
	border-right:1px dashed #88ABC2;
}

.topflop .tabletopflop table .nbc {
	text-align:center;	
}

.topflop .tabletopflop table tbody .nbc {
	border-bottom:1px dashed #88ABC2;
}

.topflop .tabletopflop table tbody tr:last-child td {
	border-bottom:1px solid #88ABC2;
}


.topflop .ajaxtopflop {
	overflow:hidden;
	text-align:left;
}

.topflop .ajaxtopflop li {
	display:inline-block;
	font-size:0.9em;
	color:#999;
}

.topflop .ajaxtopflop li a {
	display:inline-block;
	color:#999;
	text-decoration:none;
	padding:5px;
	background:#fafafa;
	border:1px solid #e0e0e0;
	margin-right:5px;
}


.topflop .ajaxtopflop li a:hover, .topflop .ajaxtopflop li a.active {
	background:#0077bb;
	border-color:#005888;	
	color:#fff;
}






/* STATISTIQUES (page générale) */

#statistiques h2 {
	margin-top:10px;	
}

#statistiques .main p {
	padding:10px;
	background:#f0f0f0;
	border:1px solid #e0e0e0;
	line-height:1.5em;	
}

#statistiques .main p strong {
	display:block;
	text-transform:uppercase;
}

#statistiques .main p em {
	color:#07b;
	font-style:normal;	
}

#statistiques .ajaxtopflop li {
	margin-bottom:5px;	
}








/* TAGS CLOUD */

#anime-tags h1 span, #manga-tags h1 span {
	color:#999;
	font-size:0.7em;
}

#anime-tags .main .tags-list, #manga-tags .main .tags-list {
	overflow:hidden;
	margin-bottom:10px;
}

#anime-tags .main .tags-list div.toggle, #manga-tags .main .tags-list div.toggle {
	margin:0 auto 15px auto;
	font-size:0.9em;
	overflow:hidden;
}

#anime-tags .main .tags-list div.toggle a, #manga-tags .main .tags-list div.toggle a {
	text-align:center;
	color:#999;
	display:block;
	width:300px;
	margin:0 auto;
	line-height:20px;
	/*background:transparent url(../img/down.png) right center no-repeat;*/
	/*padding-right:30px;	*/
}

#anime-tags #tagscloud, #manga-tags #tagscloud {
	overflow:hidden;	
}

#anime-tags .main .col, #manga-tags .main .col {
	width:165px;
	float:left;
	font-size:0.9em;
}

#anime-tags .main .col a, #manga-tags .main .col a {
	display:block;
	margin-right:5px;
	padding:5px 5px 5px 18px;
	text-decoration:none;
	background: url(../img/check-ignore.png) left center no-repeat;
}

#anime-tags .main .col a:hover, #manga-tags .main .col a:hover {
	text-decoration:underline;
	background: #f0f0f0 url(../img/check-ignore.png) left center no-repeat;
}

#anime-tags .main .col a.active, #manga-tags .main .col a.active {
	background: #f0f0f0 url(../img/check-on.png) left center no-repeat;
	color:green;
}

#anime-tags .main-tags, #anime-tags .other-tags, #manga-tags .main-tags, #manga-tags .other-tags {
	overflow:hidden;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #ccc;	
}

#anime-tags .main-tags h3, #anime-tags .other-tags h3, #manga-tags .main-tags h3, #manga-tags .other-tags h3 {
	text-transform:uppercase;
	font-weight:normal;
	color:#999;
	margin:15px 0 10px 0;
	font-size:1em;	
}

#anime-tags .main-tags h3:first-child, #manga-tags .main-tags h3:first-child, #manga-tags .other-tags h3:first-child {
	margin-top:5px;	
}