fieldset{
	padding : 5px;
	padding-top : 20px;
	margin-left : -20px;
	width : 590px;
	line-height : 1.8em;
}

.form_left{
	float : left;
	width : 290px;
}

.form_right{
	float : left;
	width : 295px;
}


fieldset legend{
	background : #463F33;
	color : #fff0da;
	padding : 5px;
	margin-left : 1em;
	font-weight : bold;
	margin-bottom : 15px;
}

form fieldset label{
	position : relative;
	clear : left;
	float : left;
	width : 8em;
	margin-top : 2px;
	margin-right : 5px;
	text-align : right;
	line-height : 1.6em;
}

form fieldset input[type=text]{
	border : 1px solid  #463F33;
	color : black;
	background : #e6d2b7;
	font-size : 14px;
	padding : 1px;
	margin-top : 5px;
	width : 140px;
}

form fieldset textarea{
	border : 1px solid  #463F33;
	color : black;
	background : #e6d2b7;
	font-size : 14px;
	padding : 1px;
	margin-top : 5px;
	width : 140px;
}

form fieldset select{
	margin-left : 117px;
}

.checkboxes{
	margin-left : 40px;
}

.centrer .radio{
	margin-left : 20px;
}

input[type=radio] {
	margin-left : 5px;
}

.alerte{
	color : red;
	text-indent : 50px;
}
