
body.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	font-size: 12px;
	color: #333;
	position:relative;
	background-image:none;
}
.formulaire fieldset {
	width: 90%;
	margin-left:10px;
	
	position:relative;
	
	text-align:left;
	border: 1px solid #FFF;
	margin-bottom:5px;
}
.formulaire legend {
	font-weight:bold;
	color:#FFF;
}

.formulaire ul {
	float:left;
	margin:0;
	padding:0;
	padding-left:5px;
	list-style:none;
}

.formulaire ul li{
	width:100%;
	margin:0;
	padding:0;
	
	padding-top:5px;
	clear:both;
}
.formulaire ul li label{
	float:left;
	margin:0;
	padding:0;
	width:200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	clear:none;
}
.formulaire ul li input, .formulaire ul li textarea{
	float:left;
	margin:0;
	padding:0;
	border: 1px solid #666;
	clear:none;
}
.formulaire ul li input{	
	height:18px;width:200px;
}

.formulaire ul li.erreur input, .formulaire ul li.erreur textarea{
	border: 2px solid #C00;	
}


.formulaire span.obligatoire{
	color:#fff;
	font-size:80%;
}

.formulaire span.erreur_message, .formulaire_erreur{
	color:#C00;
	font-size:80%;
}

.formulaire_erreur{
	font-size:120%;
	font-weight:bold;
}
.formulaire .erreur span.obligatoire{
	display:none;
}

div.choix{
	float:left;
	width:90px;
	clear:none;
}
.formulaire ul li input.radio{
	float:left;
	width:25px;
	clear:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formulaire ul li input.checkbox{
	float:left;
	width:15px;
	clear:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formulaire ul li div.choix label{
	float:left;
	width:55px;
	border: 0;
	font-size:90%;
	clear:none;
	line-height: 11px;
}

#draggable {position:absolute;
	top:60px;
	left:27px;}


	#droppable {
	width: 156px;
	height: 97px;
	padding: 0em;
	float: left;
	
	position:absolute;
	top:30px;
	left:279px;
}
	.depart {width:50px; display:block;float:left;margin-left:120px;}
	.valide {
	border: 2px solid #360;
}
	.alerte {border: 2px dotted #900;}
	
	div.bouton{
		width:450px;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
	}
	div.valideur {
		width:450px;
		height:150px;
		position:relative;
		background-image:url(../images/f_validation.png);
		margin-left:auto;
		margin-right:auto;
	}
	
	div.captcha_div {
		background-image:url(../images/f_validation_c.png);
	}
	div.captcha1 {
		position:absolute;
		top:60px;
		left:27px;
	}
	div.captcha2 {
	position:absolute;
	top:45px;
	left:295px;
	font-size:14px;
	width:120px;
	text-align: center;
	}
	
	#captcha {
	font-size:18px;
	width:100px;
	border: 1px dotted #666;
	}
	#captcha.c_erreur {
	border: 1px solid #C00;
	}
	#captcha.c_ok {
	border: 1px solid #360;
	}