@charset "utf-8";
/*  For The Living CSS */

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
}

body {
	background:#000 url(../images/fond.jpg) right center fixed no-repeat;
	color:#eee;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:20px;
}

a {
	color:#4aaede;
	outline:none;
	text-decoration:none;
}

	a:hover {
		text-decoration:underline;
	}

img, object { border:none; outline:none; }

#global {
	background:url(../images/fond.png) right bottom fixed repeat;
	position:relative;
	margin:0 20px 0 60px;
	padding:0 0 60px 0;
	width:400px;
	z-index:1;
}

	#global h1 {
		margin:0;
		padding:20px 20px 32px 20px;
		text-align:center;
	}

	#global p {
		margin:0;
		padding:0 40px 16px 40px;
		text-align:justify;
	}

		#global p.cry {
			padding-top:8px;
		}

		#global p.signature {
			font-style:italic;
			padding-top:16px;
			text-align:right;
		}

			#global p.signature span {
				font-size:14px;
				font-style:normal;
				font-weight:bold;
			}

.QOverlay {
	background:#000;
	z-index:9999;
}

.QLoader {
	background:#4aaede;
	height:1px;
}

.QAmt {
	color:#333;
	font-size:48px;
	font-weight:bold;
	height:50px;
	line-height:50px;
	margin:-60px 0 0 -50px;
	text-align:center;
	width:100px;
}