form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.row_form{
	padding-top:5px;
	width:700px;
	float:left;
	text-align:left;
	color: #063482;
}
div.row_formSmall{
	padding-top:5px;
	width:412px;
	float:left;
	text-align:left;
	color: #063482;
}
div.row_form ul{
	list-style:none;
	width:450px;
	float:left;
	padding:0;
	margin:0;
	height:90px;
}
div.row_form ul li{
	width:150px;
	float:left;
}
div.row_form label{
	float:left;
	width:200px;
}
div.row_formSmall label{
	float:left;
	width:100px;
}
div.row_form label.label_ville {
	float:none;
}
div.row_form textarea{
	width:300px;
	color: #063482;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.row_form input.text{
	width:300px;
	color: #063482;
}
div.row_form select{
	width:300px;
	color: #063482;
}

div.row_form a {
	color: #063482;
	text-decoration:none;
}
div.row_form a:hover {
	color: #FF9900;
	text-decoration:none;
}

div.buttons {
	width:700px;
	height:auto;
	padding-top:25px;
	text-align:center;
	clear:left;
}
div.buttonsSmall {
	width:400px;
	height:auto;
	padding-top:25px;
	text-align:center;
	clear:left;
}

input.button {
	color:#0F2D45;
	border:1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}
