#formulaire {
	width: 550px;
	margin-bottom: 15px;
	margin: auto;
}
.ligne-titre {
	text-align: left;
	margin-top: 15px;
}
.ligne-titre p{
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.separation{
	height: 0px;
	width: 550px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}

.entoure {
	border: 1px solid #FF0000;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	margin-top: 10px;
	text-align: center;
}


.ligne-a {
	height: 32px;
	width: 550px;
	background-color: #fef9f6;
	margin-bottom: 2px;
	clear: both;
}

.ligne-a label {
	width: 200px;
	display: block;
	float: left;
	line-height: 32px;
	text-align: right;
	margin-right: 15px;

}
.ligne-a input {
	width: 300px;
	display: block;
	float: left;
	margin-top: 6px;
}
.ligne-a select {
	display: block;
	float: left;
	margin-top: 6px;
}
.ligne-a textarea {
	display: block;
	float: left;
	margin-top: 6px;
	width:300px;
	height:165px;
}

.ligne-a span {
	color: #FF3300;
}

.ligne-b {
	height: 32px;
	width: 550px;
	background-color: #F6E7DE;
	margin-bottom: 2px;
	clear: both;
}
.ligne-b  label {
	width: 200px;
	display: block;
	float: left;
	line-height: 32px;
	text-align: right;
	margin-right: 15px;

}
.ligne-b  input {
	width: 300px;
	display: block;
	float: left;
	margin-top: 6px;
}
.ligne-b select {
	display: block;
	float: left;
	margin-top: 6px;
}

.ligne-b  span {
	color: #FF3300;
}

#bouton-valider input {
	float: right;
	width: 140px;
	background-image: url(../../images/bt-valider-modele.gif);
	height: 43px;
	margin-right: 20px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	background-color: #FFFFFF;
	padding-left: 40px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
	border:0;
	color:#384C58;
	margin-top:20px;
}
#bouton-valider input:hover {
	background-image: url(../../images/bt-valider-modele-over.gif);
	color:#49aa66;
}
#aide-captcha{
	float:right;
	margin-right:5px;
}

.captcha{
	float:right;
	margin-right:0px;
	margin-top:20px;
	border: dotted 1px #ccc;
	padding: 5px;
	width: 150px;
}

.info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top:10px;
}

