@CHARSET "UTF-8";

.noDisplay {
	display:none;
}

body {
	background-color: #000;
	color: #000;
}

h2 {
text-decoration:underline;
}

#pub {
	position: absolute;
  	top: 0px;
  	right: 0px;
  	background-color: #000;
}

#container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

#visuel {
	width: 600px;
	height: 420px;
	margin-top: 100px;
	margin-bottom: 0px;
	padding-top: 180px;
	background-image: url(bgweb.jpg);
	background-repeat:no-repeat;
	background-color: #000;
}

#codezone {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
    	-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
	padding: 20px;
	text-align: center;
	color: #000;
}

#dd_form input[type="text"] {
	height: 50px;
	width: 350px;
	margin-top: 30px;
	text-align: center;
	font-family: courier;
	font-size: 20px;
	color: #000;
}

#dd_form input[type="submit"] {
	margin-top: 15px;
	color: #000;
}

#contact {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	color: #000;
}

#contact a {
	text-decoration: none;
	color: #000;
}

#contact a:hover {
	text-decoration: underline;
	color: #000;
}

#code_result {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	color: #FF0000;
}

#dwnld_message {
	color: #000;
}

#alertzip_message {
	font-size: 15px;
	color: #000;
}
