html, body { height:100%; }

body {
	background:url('../images/mains/fond-site.gif') no-repeat center;
	margin: 0px;
	background-color:#000000;
	font-family: Arial, sans-serif;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

.changeLang {
	position:absolute;
	top:5px;
	right:20px;
	font-size:9px;
	color:#666;
}

.changeLang a {
	text-decoration:none;
	color:#666;
}

.changeLang a.current {
	color:#CCC;
}

.current {
	color: #87BE0D;
}

.container {
	width: 100%;
	height: 100%;
}

.container2 {
	background-image: url("../images/calibration.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

.container3 {
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

.contain {
	background-color: none;
	width:770px;
	height:400px;
	background-image: url("../images/fond.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
	
.title {
	font-size: 16px;
	color: #87BE0D;
	text-align: center;
}

.text_wait {
	margin-bottom: 10px;
	font-size: 13px;
	color: #333333;
}
	
.text {
	position: relative;
	left: 30px;
	top: 350px;
	margin-right: 50px;
	border:none;
	line-height: 21px;
	font-size: 13px;
	color: #333333;
}

.text2 {
	position: relative;
	left: 20px;
	top: 185px;
	margin-right: 50px;
	border:none;
	line-height: 21px;
	font-size: 13px;
	color: #333333;
}

.logo {
	position: relative;
	float: left;
}

.enter {
	line-height: 12px;
}




#log_error {
	display:block;
	width:200px;
	color:#FFF;
	padding:4px;
	background:#C00;
}

#log_success {
	display:block;
	width:200px;
	color:#FFF;
	padding:4px;
	background:#87BE0D;
}


input ,select, textarea {
	background: #1A1A1A;
	color: #CCCCCC ;
	border: none;
	width:190px;
	padding:3px 5px;
	font-size:11px;
}

textarea {
	font:11px Verdana, sans-serif;
}

.edit_button {
	position:absolute;
	bottom:20px;
	right:20px;
}

.a_button {
	text-align:center;
	display:block;
	float:left;
	background:#ccc;
	font:13px Lucida Grande, Verdana, sans-serif;
	width:96px;
	padding:3px 0px;
	color:#111;
	cursor:pointer;
	margin-top:7px;
}

.submit {
	float:left;
	background:#ccc;
	font-size:13px;
	width:96px;
	padding:2px;
	color:#111;
	cursor:pointer;
	margin-top:7px;
	margin-right:5px;
}

.submit:hover, .a_button:hover {
	background:#222;
	color:#999;
}

.form_content {
	position: relative;
	top: 13px;
	left: 13px;
	width: 736px;
	height: 368px;
}

.form_left {
	position: absolute;
	top:20px;
	left:20px;
	text-align: left;
	color: #CCC;
	font-size: 12px;
}

.form_right {
	position: absolute;
	top:20px;
	right:20px;
	width: 200px;
	height:300px;
	background: none;
	color: #666;
	font-size:12px;
}

.title_form {
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
	color: #87BE0D;
	font-size:24px;
}

.subtitle_form {
	line-height:18px;
	font-weight:bold;
	color: #CCC;
	font-size:16px;
}

.newsletter_text {
	position:absolute;
	bottom:20px;
	left:20px;
	color:#666;
	line-height:17px;
	font-size:12px;
}

.obligatory {
	line-height:14px;
	font-size:10px;
	color:#666;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

.current {
	color: #87BE0D;
}

.message {
	color: #CCCCCC;
	position: relative;
	top: 40px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	background-color: #1A1A1A;
	text-align: center;
}

.error_txt {
	vertical-align:bottom;
	padding-bottom:30px;
}

.error_txt * {
	margin-left:30px;
	color:#FFF;
	font-size:12px;
}

.error_txt h1 {
	color:#87BE0D;
	font-size:18px;
}


