fieldset {
	margin-bottom: 20px;
	border: 1px solid #cc3300;
}
legend {
	margin-bottom: 10px;
	font-weight: 700;
	color: #cc3300;
}
.info {
	margin: 20px 2px;
	padding: 10px 10px 0 60px;
	background: #fff6d4 url(../images/attention.gif) no-repeat 10px 10px;
	border: 1px dashed #cc3300;
}
#contenu .info h3 {
	margin: 0 0 10px;
	text-decoration: none;
}
#contenu .info ul {
	margin: 10px 0 10px 40px;
	color: #cc3300;
}
#contenu fieldset.type1 p, #contenu fieldset.type2 p {
	width: 50%;
	height: 3em;
	float: left;
	margin: .1em 0;
}
#contenu fieldset.type3 p {
	margin: .1em 0;
}
fieldset.type1 label {
	display: block;
	width: 40%;
	float: left;
	margin-left: 2px;
}
fieldset.type3 label {
	display: block;
	width: 20%;
	float: left;
	margin-left: 2px;
}
textarea {
	width: 70%;
}
#contenu p.submit {
	margin: 20px 2px;
	padding: 10px;
	text-align: right;
	border: 1px solid #cc3300;
}

