div.form{
 width: 377px;
 height: 200px;
 background: transparent 
	url("../image/background_login.png") no-repeat;
}

.pseudo{
 border:solid 0 #fff;
 color: #DB5802;
 height:20px;
 width:200px;
 background: transparent 
	url("../image/text_field_background.png") repeat-x;

}

.password{
 border:solid 0 #fff;
 color: #DB5802;
 height:20px;
 width:200px;
 background: transparent 
 url("../image/text_field_background.png") repeat-x;
}

.submit{
 color: #FF6600;
 font-weight: bold;
 border:solid 0 #fff;
 height:20px;
 width:75px;
 background: transparent
 url("../image/button_submit_login.png") no-repeat;
}

.submit2{
 color: #F242B5;
 font-weight: bold;
 border:solid 0 #fff;
 height:20px;
 width:75px;
 background: transparent
 url("../image/button_submit_login.png") no-repeat;
}


div.loginback{
 width: 820px;
 height: 600px;
 background: transparent 
 url("../image/login_main_bg.png") no-repeat;
  
}

.fields{
 color: #F242B5;
 border:solid 0 #fff;
 height:20px;
 width:200px;
 background: transparent 
	url("../image/text_bg_enregistrement.png") repeat-x;
}

.age{
 color: #F242B5;
 border:solid 0 #fff;
 height:20px;
 width:20px;
background: transparent 
	url("../image/text_bg_enregistrement.png") repeat-x;
}


.cp{
 color: #F242B5;
 border:solid 0 #fff;
 height:20px;
 width: 35px;
 background: transparent 
	url("../image/text_bg_enregistrement.png") repeat-x;
}

div.enregistrementback{
 background: transparent 
	url("../image/enregistrement_back.png") no-repeat;
 width: 500px;
 height:700px;
}