/* Liste des messages */
div.guestbook-conteneur {
	width: 100%;
	border: 1px solid red;
}
div.msg-conteneur {
	border-bottom: 1px dashed #003366;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	padding: 5px;
}
div.msg-details {
	font-size: 0.85em;
}
div.msg-details a, div.msg-details a:link, div.msg-details a:visited {
	color: #003366;
}
div.msg-details a:hover {
	text-decoration: underline;
}
div.msg-contenu {
	text-align: justify;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-left: 8px;
	border-left: 2px solid #A2C2E1;
}

/* Affichage du formulaire */
h3 {
	text-align: center;
	margin-bottom: 20px;
}

table.formulaire {
	padding: 5px;
}
table.formulaire input {
	margin: 0px;
}
td.formulaire {
	font-weight: bold;
	border-right: 1px solid #79A7E2;
	text-align: right;
}

td.info {
	text-align: center;
	font-style: italic;
	font-size: 0.85em;
}

td.submit {
	padding-top: 30px;
}

div.alerte {
	font-size: 0.9em;
	line-height: 12px;
}
div.congratulation {
	text-align: center;
	font-weight: bold;
}