.choix_genre input, .choix_avatar input {
  border:none;
}

table.miniliste {
  width:100%;
}
table.miniliste td {
  border-top:1px solid #999;
}
table.miniliste th {
  color:#888;
}
table.miniliste td.discret {
  color:#777;
}
.mon_compte {
  font-size:11px;
}
.mon_compte h2 img{
  vertical-align:middle;
}
.mon_compte dl {
	width: 100%;
}

.mon_compte dt
{
	width: 35%;
	float: left;
	padding-bottom: 5px;
	font-weight: bold;
}

.prenoms, .emails {
  float:left;
	text-align:center;
}
.prenoms em, .emails em {
  display:block;
}
.prenoms {
  width:35%;
}
.emails {
  width:65%;
}
.prenoms input, .emails input {
  font-size:11px;
  width:95%;
	margin-bottom:3px;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
.mon_compte dt { clear: both; }
/* fin hack */

.mon_compte dd
{
	float: left;
	width: 65%;
  padding-bottom: 5px;
  margin:0;
}


ul.choix_avatar li{
  display:block;
	float:left;
	margin:3px;
	text-align:center;
}
ul.choix_avatar li img{
  vertical-align:middle;
}

ul.choix_genre li{
  display:inline;
	margin-right:1em;
}
