* {
	margin: 0;
	padding: 0;
	border: 0;
}

#zone_jeu {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.fond_formulaire {
	position: absolute;
}

/* liens absolus */
#lien_gain,
#lien_eft,	
#lien_enki,	
#lien_dotation,
#lien_reglement,
#lien_indice_1,
#lien_page_felicitation,
#lien_fr,
#lien_en {
	position: absolute;
	color:white;
	font-family:Trebuchet MS,arial,sans-serif;
	font-size:12px;
}
#lien_enki,
#lien_gain,
#lien_indice_1,
#lien_fr,
#lien_en  {
	display: block;
	background: url("pix.gif") repeat left top;	
}
#lien_enki span,
#lien_gain  span,
#lien_indice_1 span,
#lien_fr span,
#lien_en span {
	display: none;
}
#lien_fr,
#lien_en {
	top: 14px;
	width: 20px;
	height: 13px;
}
#lien_fr { left: 901px; }
#lien_en { left: 932px; }

/* formulaires général */
form .required { display: none;}
form p.error {
	background: url("picto_attention.png") no-repeat right 6px;
}
form #error_message {
	height: 36px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	color: red;
}
form .required_note {
	font-size:11px;
	left:166px;
	position:absolute;
	top:376px;
}

.para_form_standard {
	padding-top: 5px;
	clear:both;	
}

.para_form_standard label {
	width: 100px;
	height: 23px;
	display: block;
	float: left;
	font-weight: bold;
}
.para_form_standard input,
.para_form_standard select {
	border: 0;
	width: 228px;
	height: 23px;	
}
#SUBMIT {
	left:50px;
	position:absolute;
	top:363px;
	height:32px;
	width:102px;
}