#form1 {
	float:left;
	width:275px;
}
#form2 {
	float:right;
	width:275px;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:10px;
}

.rdMme {
	display:inline;
	width:60px;
}

.rdM {
	float:none;
	margin-left:60px;
}

.labelTextArea {
	float:left;
	white-space:nowrap;
}

textarea {
	float:right;
	width:100%;
}

#envoyer {
	float:right;
}

#formMail {
	height:500px;
}

form p {
	margin-top:5px;
	margin-bottom:5px;
}

.valign_top {
	vertical-align : top;
}

