@charset "utf-8";
/* CSS Document */
* {
	font-family: sans-serif;
	font-size: 1em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted green;
}
label.required {
	font-weight: bold;
	color: #282828;
}
label.required:after {
    content: '*';
}
input:focus, textarea:focus, select:focus {
	background: #fff;
}
input, textarea, select {
	moz-border-radius:0.5em;
	-khtml-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}	
#basicIdentity, #photo, #imIDs {
	position: absolute;
	left: 8em;
}
form#profile fieldset {
	border: 1px solid black;
	background-color: #999;
	margin: 1em 0;
	padding: 1.5em;
}
form#profile legend {
	border: 1px solid black;
	background: #444;
	color: white;
	letter-spacing: 0.1ex;
	font-weight: bold;	
	padding: 0 1em;
	margin-left: 10px;
}
fieldset p {
	overflow: visible;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
	visibility: visible;
	height: auto;
	padding: 0.5em;
}

#edtLoginscription_Req,
#edtPasswordinscription_Req,
#edtNom_Req,
#edtPrenom_Req,
#edtPseudo_Req,
#edtReqEmail_Req,
#edtAge,
#edtTelephone,
#edtPostalcode,
#edtAdresse,
#cbxType,
#edtHomePage,
#cbxCountry,
#edtCodepostal,
#memPresentation
 {
	position: absolute;
	padding: 0 0.2ex;
	left: 11em;
}
#menAdresse {
	height: 5em;
	width: 35em;
}
#memPresentation,
#menAdresse,
#cbxType,
#menReglement, #CGU {
	position: relative;
	display: block;
}
#CGU {
	margin-left: 8em;
}
#portrait {
	position: absolute;
	left: 40em;
	margin-top: -12.5em;
	border: thin solid #666;
	text-align: center;
	vertical-align: text-top;
	display: block;
	  
    /*background: -webkit-gradient(radial, 50% -70, 0, 50% 0, 200, from(#999), to(#666)) #CCC; */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba( 255,255,255,.2)), to(rgba( 128,128,128,.2)));
}
#portrait img {
	clear: both;
	text-align: center;
	float: left;
}
#portrait span.note, 
span.notecode {
	font-size: 85%;
	color: #333;
}


#portrait span.note { 
    display: block; 
}

span.notecode {
	position:absolute;
	left: 28em;
}

#menReglement { left: 0;}

#edtAdresse {	
	width: 45em;
	height:5em;
}
#menReglement {
	height: 16em;
	width: 60em;
}
#insc_url {
	width: 20em;
}
#memPresentation {
	height: 10em;
	width: 50em; }
#cbxType,
#edtAdresse {
	top: -2em;
}

/*
form#profile  #private {
	position: static;
	border: thin solid #F00;
}

form#profile #edtReqLogin {
	position: relative;
	top:-1.5em;	
	width: 24ex;
}

form#profile #edtPassword, #edtConfirm {
	position: relative;
	width: 24ex; top:-1.5em;
}

#edtNickname {
	position: absolute;
	top: 0; left: 18ex;
}

#edtReqEmail, #edtHomePage, #memDetails {
	position: absolute;
	left: 18ex; width: 74ex;
}

#basicIdentity, #photo, #imIDs {
	position: absolute;
	left: 20.7ex;
	width: 85ex;
	border: thin solid #0F0;
}
#imIDs, #photo, #basicIdentity {
	font-size: 90%;
}

#detailsContainer {
	height: 4em;
}

#memDetails {
	height: 100%;
}

#edtReqFirstName, #edtReqLastName {
	width: 28ex;
	left: 8em;
	position: absolute;
}


#profile ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}*/
