@CHARSET "UTF-8";

/* REDEFINITIONS OF COMMON TAGS
------------------------------------------------------------- */

* {
	margin:				0;
	padding:			0;
}

img {
	border:				0;	
}

a {
	text-decoration: 	none;
	outline-width: 		0;
}

a:hover {
	text-decoration: 	underline;	
}

table {
	border-collapse: 	collapse;	
}

td {
	vertical-align: 	top;	
}

iframe {
	border: 			0;		
}

input { 
	outline-width: 		0;
}

ul {
	list-style: 		none;
}

.clear, .clear_b, .clearB {
	clear:				both;
	height:				1px;
	font-size: 			1px;	
}

.clear_r, .clearR {
	clear:				right;
	height:				1px;
	font-size: 			1px;	
}

.clear_l, .clearL {
	clear:				left;
	height:				1px;
	font-size: 			1px;	
}

/* DISCLA
------------------------------------------------------------- */

body {
	background: 		#2f2d2e;
}

#conteneur {
	position: 			absolute;
	width:				800px;
	height:				723px;
	left:				50%;
	top:				50%;
	margin:				-361px 0 0 -400px;
	background: 		0 0 no-repeat url('/themes/danbooru/discla.jpg');
	z-index:			2;
}

#misstrends {
	position: 			absolute;
	width:				800px;
	height:				723px;
	left:				50%;
	top:				50%;
	margin:				-361px 0 0 -400px;
	z-index: 			1;
}

#conteneur h1 {
	font:				bold 36px/66px Arial;
	color:				#FFF; 
	text-indent: 		15px;
}

#conteneur .intro {
	padding:			10px 15px;
	font:				14px Arial;
}

h2 {
	font:				22px Arial;	
	color:				#FF0000;
	padding:			10px 25px;	
}

iframe {
	display: 			block;
	border:				1px solid #333;
	width:				600px;
	height:				200px;
	margin:				10px auto;	
}

.enter a, .exit a {
	color:				#483ecd;	
}

.enter {
	width:				300px;
	font:				bold 36px Arial;
	text-align: 		right;
	height:				36px;
	vertical-align: 	middle;
}

.exit {
	width:				350px;
	font:				bold 20px/36px Arial;
	text-indent: 		100px;
	height:				36px;
	vertical-align: 	middle;
}

.partenaires {
	margin-left:		15px;	
}

.partenaires td {
	width:				130px;
	text-align: 		center;
}

.partenaires td table {
	width:				inherit;
	height: 			inherit;
	margin:				inherit;	
}

.backlink {
	margin:				5px 200px 5px 25px;
	font:				11px verdana;	
}

