html {
	overflow: -moz-scrollbars-vertical;
}
html, body {
	height: 100%;
}

#main {
	width: 682px;
	height: auto;
	background-image: url(images/centerbg.gif);
	background-repeat: repeat-y;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -341px;
}

body {
	background-color: black;
	background-image: url(images/bg.gif);
	background-repeat: repeat-all;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
}
#papercontent {
	width: 540px;
	height: auto;
	background-image: url(images/paper.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: black;
}
#blackcontent {
	width: 540px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: white;
}
.textcontent {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: courier new,courier;
	font-size: 12px;
	text-align: left;
}
#textcontent {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	font-family: courier new,courier;
	font-size: 12px;
}
#flashcontent {
	text-align: center;
	font-family: courier new,courier;
	font-size: 12px;
}
.title {
	font-size:16px;
	font-weight: bold;
}
.red {
	color: #781113;
}
.textbox {
	background-color: #181817;
	border: 1px solid white;
	width: 188px;
	height: 14px;
	color: white;
	font-family: courier new,courier;
	font-size: 12px;
}
TEXTAREA {
	background-color: #181817;
	border: 1px solid white;
	width: 198px;
	height: 150px;
	color: white;
	font-family: courier new,courier;
	font-size: 12px;
}
td img {display: block;}
a {
	font-family: courier new,courier;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}
