/* Animes-BT CSS file */

/* DOCUMENT */
body {
 font-family: Verdana, Serif;
 font-size: 13px;
 background-color: #99b2cc;
}

a img {
 border: 0;
}

/* HEADER */
#header {
 height: 80px;
 background-image: url('img/animesbt.gif');
 background-repeat: no-repeat;
 background-color: #003366;
 background-position: 5% 50%;
}

/* HMENU */
#hmenu {
 height: 30px;
 background-color: #003366;
 margin-bottom: 20px;
 color: #FFFFFF;
}

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

#hmenu li {
 float: left;
 line-height: 30px;
 padding: 0 4px 0 4px;
}

#hmenu a {
 display: block;
 color: #ca2900;
 font-weight: bold;
 text-decoration: none;
}

/* MENU */
#menu {
 float: left;
 width: 180px;
 background-color: #003366;
 padding: 10px 0 10px 0;
}

#menu dt {
 margin: 0;
 padding: 0;
}

#menu dl {
 margin: 5px 10px 5px 10px;
 padding: 0;
 color: #ca2900;
 font-size: 15px;
 font-weight: bold;
 border: 1px solid #ff0000;
 border-color: #2b6ba5;
 text-align: center;
}

.menuTitre {
 border: 1px solid #FFFFFF;
 border-color: #2b6ba5;
 border-top: 0;
 width: 125px;
 margin: 0 auto 0 auto;
 background-color: #004888;
}

#menu dd {
 margin: 0;
 padding: 0;
}

#menu dd a {
 display: block;
 margin: 0 15px 0 15px;
 padding: 2px 0 2px 0;
 color: #FFFFFF;
 font-weight: normal;
 text-align: left;
 text-decoration: none;
 font-size: 13px;
}

#menu dd a:hover {
 background-color: #ca2900;
}

/* CORPS */
#corps {
 text-align: center;
 margin-left: 180px;
}

/* FOOTER */
#footer {
 margin-top: 20px;
 background-color: #003366;
 text-align: center;
 color: #FFFFFF;
 clear: both;
}

/* COULEUR */
.red {
 color: #cb3900;
}

.blue {
 color: #1160ba;
}

/* TABLEAU */
.infos-link {
 text-decoration: underline;
 color: #FFFFFF;
 cursor: pointer;
}

table {
 margin-left: auto;
 margin-right: auto;
 font-family: Verdana, Serif;
 font-size: 13px;
}

td {
 text-align: left;
 /*border: 1px solid #eaeef6;*/
}

th {
 background-color: #bcd5e3;
 border-bottom: 2px solid #9ab2c1;
}

.link {
 background-color: #003366;
 border: 0;
 color: #FFFFFF;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
}

.link a {
 display: block;
 color: #FFFFFF;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
}

.link a:hover {
 background-color: #ff0000;
}

.tracker {
 width: 800px;
 margin: 0 auto 0 auto;
 background-color: #FFFFFF;
 border: 5px solid #FFFFFF;
}

.tracker td, th {
 text-align: center;
 padding: 2px 2px 2px 2px;
}

.tracker a {
 color: #5394ff;
 font-weight: bold;
}

.tracker a:visited {
 color: #5394ff;
}

.torrent-link {
 color: #f53000;
}

.details {
 background-color: #FFFFFF;
 border: 5px solid #FFFFFF;
}

.details td, th {
 text-align: center;
 padding: 2px 2px 2px 2px;
}

/* NEWS */
#news {
 width: 500px;
 margin: 0 auto 0 auto;
 text-align: left;
}

.news-read {
 text-align: left;
}

.news {
 border-left: 1px dotted #003366;
 border-bottom: 1px dotted #003366;
}

.news p {
 margin: 0;
 padding: 2px;
}

.news-title {
 font-weight: bold;
}

.news-date {
 font-size: 10px;
}

.news-link a {
 font-size: 11px;
 font-weight: bold;
 color: #ca2900;
}

/* FORM */
form {
 margin: 0;
}

/* DIV */
.div-title {
 margin: 0;
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 color: #FFFFFF;
 background-color: #003366;
}

.center {
 text-align: center;
}