fieldset {
	padding: 35px;
	width: 520px;
	-moz-border-radius: 8px;
	border: 2px solid #EEE;
	margin-bottom: 50px;
	font-size: 13px;
}

fieldset legend { width: 100px; text-align: center; font-size: 15px;}

form#formulaire {
	margin-left: 25px;
	width: 520px;
}

textarea { width: 100%; margin-bottom: 15px; height: 60px; font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";}

input#submit {
	width: 101%;
	height: 22px;
}

/* debut messages d'état */

div#insertlegende  {
	width: 520px;
	margin-top: 10px;
	height: 22px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

div#insertlegende div.erreur {
	background-color: red;
	color: white;
	height: 100%;
	padding-top: 4px;
}

div#insertlegende div#valide {
	background-color: green;
	color: white;
	height: 100%;
	padding-top: 4px;
}

/* fin messages d'état */

/* début mise en forme des messages */

div#includeGuestbook {
	width: 520px;
	margin-top: 25px;
	height: 300px;
	overflow: auto;
}

div#includeGuestbook b {
	letter-spacing: 1px;
}

hr {
	border: none;
	background-color: #B2D134;
	height: 1px;
	margin-bottom: 10px;
}

/* fin mise en forme des messages */
