@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	/*	background-image: url(fond.jpg);*/
	background-attachment: fixed;
	font-style: italic;
	font-size: small;
}
table {
	height: 100%;
	width: 100%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8em;
	text-decoration: underline overline;
	font-style: normal;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	/*	text-decoration: underline overline;*/
	font-style: normal;
	padding: 0;
	margin: 0;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #33CC99;
	font-style: normal;
	font-size: medium;
}
.invalid {
	border: 1px solid #000000;
	background: #33CC99;
}
#recaptcha_area
{
	margin: 0;
	width: 350px; //Note, I don't know if that's the real width.
}

.ticket_form{
	position: relative;
	top: 155px;
	right: 0px;
	margin-left: auto;
	width: 300px;
	/*	margin-left: auto;*/
	/*	margin-right: auto;*/

}

.ticket_form label
{
	/*	width: 40%;*/
	/*float: left;*/
	/*text-align: right;*/
	/*	margin-right: 0.5em;*/
	display: block
}

.ticket_form fieldset
{
	border: 1px solid #FFFFFF;
	width: 100%;
	background: #000000;
}

.ticket_form legend
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	/*	padding: 2px 6px*/
}

.ticket_form input
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}

.submit input
{
	float: left;
	color: #000;
	background: #FFFFFF;
	border: 2px outset #000000;
	left:40%;
} 

.share{
	position: relative;
		top:135px;
	text-align: center;
	margin: 2em;
}

.template_web{
	margin-left: auto;
	margin-right: auto;
	background-image: url(template_web.jpg);
	width: 590px;
	height: 737px;
}

.presentation{
	position: relative;
	top:0px;
	right: 0px;
	margin-left: auto;
	width:265px;
	height: 260px;
	text-align: right;
	font-size: 10px;
}