/* CSS FORMULAIRE */

form {
	margin:0;
	padding:0;
	margin-bottom:20px;
	clear:both;
}
form p {
	margin:0;
	padding:0;
}
fieldset {
	padding:10px 10px 15px 10px; 
	margin:20px 0 5px 10px; 
	font-size:12px;
	color:#666666;
	border:solid 1px #CCCCCC;
}
	legend {
		font-size:13px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-weight:bold; 
		color:#FF6633;
	}
	div.form_left {
		width:235px;
		display:block;
		text-align:right;
		clear:both;
		float:left;
	}
	div.form_right {
		width:350px;
		display:block;
		float:right;
	}
	div.form_right p {
		width:285px;
		line-height:22px;
		padding:0;
		display:block;
		font-weight:normal;
		float:left;
	}
	div.form_spacer {
		width:500px;
		height:20px;
		display:block;
		clear:both;
	}
	
fieldset p.avertissement {
	padding:5px 20px;
	margin:10px 30px 5px 0;
	color:#000000;
	font-weight:normal;
}
label {
	line-height:20px;
	font-size:12px;
}
input, textarea {
	height:14px;
	line-height:14px;
	padding:1px 3px 1px 3px;
	font-size:12px;
	border: 1px solid #FF9E7D;
}
input {
	width: 180px;
}
textarea {
	margin:15px 15px 15px 15px;
	width:545px;
	height:80px;
	overflow:auto;
}
select, option {
	height:18px;
	line-height:18px;
	font-size:12px;
	cursor:pointer;
}
input.radio {
	width:18px;
	float:left;
	cursor:pointer;
	margin:0;
	margin-top:4px;
	border:none;
}
.focus_input{
	background-color:#E8ECFF;
	color:#000000;
	border: 1px solid #FF6633;
}

/* Spacer */
div.spacer {
	clear:both;
	width:550px;
	height:10px;
}

/* Styles des boutons */
.button {
	padding:0;
	margin:10px 10px 0 0;
	line-height:18px;
	height:20px;
	cursor:pointer;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	background-color:#666666;
}
.button_hover {
	padding:0;
	margin:10px 10px 0 0;
	line-height:18px;
	height:20px;
	cursor:pointer;
	font-weight:bold;
	color:#666666;
	float:right;
	background-color:#CCCCCC;
}


/* ----------- Message de confirmation ---------- */
div#message_confirmation {
	clear:both;
	display:block;
	width:588px;
	margin:20px 10px 3px 10px;
	padding:10px;
	border:solid 1px #666666;
}
	div#message_confirmation p { padding-left:25px; }
	.true { background:#00CC00 url(../images/puce_form_true.gif) no-repeat 10px center; }
	.false { background:#BF0000 url(../images/puce_form_false.gif) no-repeat 10px center; }


