body {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	background-color: #000000;
}
.cadre {
	text-align: top;
	vertical-align: top;
	width: 980px;
	margin: 0 auto;
	background-image: url(images/bkg.gif);
	background-repeat: no-repeat;
}
.texte-reg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	text-align: justify;
	color: #888888;
}
.texte-reg a {
	color: #ee8c00;
	text-decoration: none;
}
.texte-reg a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
	text-align: justify;
	color: #c6c6c6;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	background: #c6c6c6;
	text-indent: 2px;
	border: none
}