* {  
	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: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;
}
#error_message {
	line-height:36px;
	height: 36px;
	overflow: hidden;
	font-weight: bold;
	color: red;
}
form .required_note {
	font-size:11px;
	font-weight:bold;
	left:245px;
	position:absolute;
	top:386px;
}

.para_form_standard {
	padding-top: 5px;
	clear:both;	
}

.para_form_standard label {
	width: 100px;
	line-height:23px;
	height: 23px;
	display: block;
	float: left;
	font-weight: bold;
}
.para_form_standard input,
.para_form_standard select {
	border: 0;
	width: 228px;
	height: 23px;	
}
.fieldset_inscription .para_form_image {
	padding: 43px 0 0 0;	
}
.fieldset_inscription .para_form_image label {
	display: none;	
}
.fieldset_parrainage .para_form_image label {
	display: none;	
}
.fieldset_submit .para_form_image label {
	display: none;	
}
.fieldset_submit .para_form_standard {
	padding-top: 144px;
	clear:both;	
}
.fieldset_inscription .para_form_image input.input_image {
	height: 27px;
    width: 96px;
}
.fieldset_parrainage .para_form_image input.input_image {
    width: 111px;
    height: 30px;
}
.fieldset_submit .para_form_image input.input_image {
    width: 102px;
    height:30px;
}
#SUBMIT {
	left:50px;
	position:absolute;
	top:363px;
	height:32px;
	width:102px;
}
