HTML, BODY { 
	font-family: arial;
	margin: 0;
	padding: 0;
	background-color: #D6DEED;
}
p {
	padding: 0;
	margin: 0;
}

#master {
	position: relative;
	background-image: url(graphic/image_de_fond.png);
	background-repeat: no-repeat;
	background-color: #d4e1ff;
	width: 800px;
	min-height: 997px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000;
}
div#master #premier-element {
	margin-top: 0;
	height: 195px;

}
div#master #dernier-element {
	margin-bottom: 0;
	height: 157px;
}
#page {
	position: relative;
	margin-top: 25px;
	margin-left: 28px;
	padding: 0px;
	width: 592px;
}
#pied {
	position: absolute;
	bottom: 0;
	background-image: url(graphic/foot.png);
	background-repeat: no-repeat;
	height: 157px;
	width: 100%;
	background-color: #d4e1ff;
}
div.global {
	border: 1px dashed #a1b2e1;
	background-color: #dbe1f2;
	padding: 5px;
	margin-bottom: 10px;
}
a.lnk {
	font-size: 10pt;
	color: #456385;
	font-weight: bold;
	text-decoration: none;
}
#validator {
	position: absolute;
	margin: 1em 0;
	width: 100%;
	text-align: center;
}
#validator a img {
	border: 0;
}

/* Le menu de navigation */
#menu {
	position: absolute;
	top: 220px;
	right: 28px;
	padding: 0px;
	width: 134px;
}
#menu .ssmenu {
	position: relative;
	border: 1px dashed #a1b2e1;
	padding: 3px 5px;
	background-color: #dbe1f2;
	margin: 0 0 4px 0;
}
#menu .ssmenu a {
	font-size: 10pt;
	color: #456385;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#menu img {
	border: 1px dashed #a1b2e1;
	margin: 0 4px 0 0;
}
#menu img#last {
	border: 1px dashed #a1b2e1;
	margin: 0 0 0 0;
}

#menu .interact {
	position: relative;
	border: 1px dashed #a1b2e1;
	padding: 3px 5px;
	background-color: #dbe1f2;
	margin: 0 0 4px 0;
	font-family: arial ;
	font-size: 8pt ;
	color: #458572 ;
	font-weight: bold ;
	text-align: center;
}
#menu .partenaires {
	position: relative;
	margin: 0.6em 0;
	text-align: center;
}
#menu .partenaires a {
	display: block;
	margin: 0.3em auto;
}
#menu .partenaires a img{
	border: 0;
}
/* fin des menus de navigation */

/* La page de login */
.ident {
	text-align: center;
	padding: 0px;
	width: 100%;
}
.ident fieldset {
	margin-left: auto;
	margin-right: auto;
	width: 20em;
	text-align: left;
	padding: 0.5em;
	font-size: 10pt;
}
.ident fieldset legend {
	font-size: 10pt;
}
/* Fin de login */

/* les news */
.titre_news {
	text-align: right;
	font-weight: bold;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

.texte_news {
	text-align: justify;
	margin: 0.3em 7px;
	font-size: 9pt;
}
.commentaires {
	float: left;
	text-align: left;
	font-size: 9pt;
	width: 50%;
}
.commentaires a {
	font-size: 9pt;
	color: #456385;
	font-weight: bold;
	text-decoration: none;
}
.signature {
	float: right;
	text-align: right;
	font-size: 9pt;
	font-style: italic;
	width: 50%;
}
.soustitre {
	background-image: url(graphic/soustitre.png);
	background-repeat: no-repeat;
	width: 592px;
	height: 9px;
	padding: 0;
}
.soustexte {
	background-image: url(graphic/soustexte.png);
	background-repeat: no-repeat;
	width: 592px;
	height: 6px;
	padding: 0;
	margin: 1.3em 0 1.5em 0;
}
div.cmt_master {
	width: 400px;
	margin: 6px auto;
	border: 1px solid #486687;
	padding: 4px;
}
div.cmt_pseudo {
	font-weight: bold;
	font-size: 9pt;
	border-bottom: 1px solid #486687;
}
div.cmt_texte {
	font-size: 8pt;
	padding: 15px;
}
div.cmt_date {
	text-align: right;
	font-style: italic;
	font-size: 8pt;
}
fieldset.cmt_aj {
	width: 400px;
	margin: 6px auto;
	border: 1px solid #486687;
	padding: 4px;
	font-size: 9pt;

}
/* fin des news */

/* equipe */
div.categ {
	width: 100%;
    margin: 1.5em 0;
	text-align: center;
}
.enligne li {
	display: inline;
	list-style-type: none;
	padding: 0 1em;
} 
.enligne li a {
	font-size: 12pt;
	color: #456385;
	font-weight: bold;
	text-decoration: none;
} 
div.membre {
    position: relative;
    width: 420px;
    margin: 6px auto;
    border: 1px dashed #a1b2e1;
    padding: 5px;
    background-color: #dbe1f2;
    text-align: center;
}
div.descrip {
	margin-top: 2em;
}
.avat {
	float: left;
	margin: 6px;
}
div.pseud {
    font-weight: bold;
    font-size: 10pt;
	margin: 6px auto;
}
div.age {
    font-size: 7pt;
}
div.role {
    font-size: 9pt;
}
div.divers {
    font-style: italic;
    font-size: 9pt;
	margin: 6px auto;
}
div.spacer {
	clear: both;
}
/* fin equipe */

/* projet */
img.plus {
	border: 1px solid #a1b2e1;
}
.alignc {
	margin: 0.5em;
	text-align: center;
}
.projet {
    position: relative;
    margin: 10px auto;
    border: 1px dashed #a1b2e1;
    display: block;
}
table.tracker {
    border: 1px solid #a1b2e1;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
table.tracker th {
	background-color: #dbe1f2;
    border: 1px dashed #a1b2e1;
    text-align: center;
    font-size: 10pt;
}
table.tracker td {
    border: 1px dashed #a1b2e1;
    text-align: center;
    font-size: 9pt;
}
table.subs {
    border: 1px solid #a1b2e1;
	border-collapse: collapse;
	width: 70%;
	margin: 0 auto;
}
table.subs_c {
    border: 1px solid #a1b2e1;
	border-collapse: collapse;
	margin: 1em auto;
	width: 90%;
}
table.subs th {
	background-color: #dbe1f2;
    border: 1px dashed #a1b2e1;
    text-align: center;
    font-size: 10pt;
}
table.subs_c th {
	background-color: #dbe1f2;
    border: 1px dashed #a1b2e1;
    text-align: center;
    font-size: 10pt;
	padding: 0.1em 0.4em;
}
table.subs td {
    border: 1px dashed #a1b2e1;
    text-align: center;
    font-size: 9pt;
}
table.subs_c td {
    border: 1px dashed #a1b2e1;
    text-align: center;
    font-size: 9pt;
	padding: 0 0.3em;
	vertical-align: middle;
	padding: 1px 0.4em 0 0.4em;
}
table.subs td.titre {
	background-color: #F7F8FF;
    font-size: 8pt;
    text-align: left;
	padding: 0 0.3em;
}
table.subs_c td img {
	border: 0;
	margin: 0;
}
tr.fond0 {
    background-color: #FFFFFF;
}
tr.fond1 {
    background-color: #E0E0E0;
}
div.status {
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 11pt;
	color: #456385;
}
ul.status {
	list-style: disc inside;  
	padding: 5px 0 0 0; 
	margin: 0;
	width: 100%; 
	border-top: 1px solid #a1b2e1;
}
ul.status li {  
	padding-left: 1em;
	width: 100%;
	margin-bottom: 0.2em;
}
ul.status li a {
	font-size: 10pt;
	color: #000;
	text-decoration: none;
}
ul.status li ul {
	list-style-type: none;  
	margin: 0 -1.5em;
	width: 100%; 
}
ul.status li ul li {
	font-size: 8pt;
	color: #6D6D6D;
}

div.entete {
	font-weight: bold;
	width: 92%;
	margin: 0.5em auto;
	padding: 3px;
	border-bottom: 1px solid #a1b2e1;
}
div.titre {
	font-weight: bold;
	width: 92%;
	margin: 0.9em auto;
	padding: 3px;
	font-size: 10pt;
	color: #6D6D6D;
}
div.synopsis {
	font-size: 10pt;
	margin: 0 auto;
	width: 90%;
	text-align: justify;
}
div.bannieres {
	margin: 0 auto;
	width: 31.7em;
}
div.bannieres img {
	margin: 1em 0.5em;
	width: 9.4em;
	border: 1px solid #000;
}
/* fin projet */

/* archives */
div.archives h1 {
	font-size: 12pt;
	color: #456385;
	font-weight: bold;
	text-align: center;
	margin: 0.1em 0;
}
div.archives ul {
	text-align: center;
	margin: 0 0 1em 0;
	padding: 0;
}
div.archives li {
	list-style-type: none;
}
div.archives ul li a {
	font-size: 10pt;
	text-decoration: none;
	color: #456385;

}

/* fin archives */

/* mononokit styles */
div.NewTorrentsBox {
}
div.title {
	background: #396a98;
	color: white;
	font-size: 20px;
	padding: 5px 5px 5px 5px;
}
div.content {
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #396a98;
	background: #cfe8ff;
}
div.NewTorrentsBox table {
	width: 200px;
	border-collapse: collapse;
	border: 1px solid #396a98;
}
div.NewTorrentsBox tr.torrent td {
	background:	white;
	padding: 4px 2px 4px 2px;
	border:	1px solid #396a98;
}
div.NewTorrentsBox th {
	width: 12px;
	padding: 2px 2px 2px 2px;
}
div.NewTorrentsBox tr.details td {
	background:	#c0e0f0;
	text-align:	right;
}
div.NewTorrentsBox tr.details td.links {
	border-left: 1px solid #396a98;
	text-align: center;
}
table.TorrentTable tr.serie td.title {
	background: #396a98;
	color: white;
	padding: 3px 3px 0px 10px;
}
table.TorrentTable tr.serie td.title td {
	font-size: 20px;
}
table.TorrentTable td, table.TorrentTable th {
	font-size: 10px;
}
table.TorrentTable tr.even {
	background:	#cfefff;
}
table.TorrentTable tr.odd {
	background:	#eff8ff;
}
table.TorrentTable tr.spacer td {
	height: 10px;
}
table.TorrentTable td.seed, table.TorrentTable td.leech, table.TorrentTable td.completed, table.TorrentTable td.size, table.TorrentTable td.files, table.TorrentTable td.info {
	text-align:	right;
}
.clickable {
	cursor:pointer;
	cursor:hand;
	text-decoration: underline;
}
/* fin mononokit */