@charset "utf-8";
/* CSS Document */

.moncompte {
	float:left;
	width:185px;
	margin:0px;
	padding:0px;
}

.moncompte-top {
	background:url(../images/petit-bloc-a.png) no-repeat;
	width:185px;
	height:35px;
	margin:0px;
	padding:15px 0px 0px;
	text-align:center;
	color:#FF6600;
	font-weight:bold;
}

.moncompte-main {
	background:url(../images/petit-bloc-b.png) repeat-y;
	margin-top:-15px;
	padding:0px 10px 0px 10px;
	overflow:hidden;
	text-align:center;
}

.moncompte-bottom {
	background:url(../images/petit-bloc-c.png) no-repeat;
	width:185px;
	height:39px;
	margin:0px;
	padding:0px;
}

#login, #password { width:120px; }

#pseudonyme, #password1, #password2, #prenom, #nom, #email, #nationalite { width:200px; }

