form.sheet fieldset
{
	border: 1px solid #132028;
	padding: 12px;
	display: block;
	color: #132028;
	padding-top:30px;
	width:600px;
	margin:auto;
	font-size:20px;
	font-size:14px;
}

form.sheet fieldset legend
{
	padding: 10px 20px;
	color:#132028;
}

legend {
	bborder: 1px solid #132028;
}

label {
	display:block;
	float:left;
	width:180px;
	width:250px;
	margin-left:20px;
	cursor:pointer;
}

input[type="text"] {
	float:left;
	width:250px;
	border:1px solid #ddd;
	height:20px;
	/*
	line-height:20px;
	line-height:15px;
	*/
	bbackground:#eee;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #243139;
	padding:0 5px;

	border: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #abbbaa;
}

input[type="submit"] {
	width:240px;
	height:25px;
	background:transparent;
	line-height:20px;
	border:1px solid #ddd;
	border: 1px solid #CCC;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #243139;
	margin: 20px 0 20px 280px;
	background:url(img/btn_default.png);
	cursor:pointer;
}

input[type="submit"]:hover {
	background-position:bottom;
}

textarea {
	float:left;
	width:300px;
	width:250px;
	height:100px;
	border:1px solid #ddd;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #243139;
	padding:0 5px;

	border: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #abbbaa;
}

textarea:focus,input[type="text"]:focus {
	background:#eeffee;
}

.item {
	margin-bottom:15px;
	height:20px;
	line-height:20px;
}

.aera {
	margin-bottom:10px;
	height:300px;
	line-height:20px;
}

#plan {
	width:500px;
	margin:auto;
}

#plan img{
	width:500px;
}

.alerte_envoi {
	width:50%;
	margin:auto;
	margin-top:20px;
	padding:10px;
	text-align:center;
	border:1px solid red;
	font-weight:bold;
	font-size:14px;
}
