/************************************ LIVRE D'OR ******************************************/

/* Liens du livre d'or */
.livre_dor a {
	color: #3A812E;
	text-decoration: none;
	font-weight: bold;
}
.livre_dor a:hover {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

/* Affichage du nom de l'expéditeur d'un message */
.livre_dor_nom{
	background-color: #BBD4B7;
	color: #3A812E;
	font-weight : bold;
	text-align : left;
}

/* Affichage de la date d'un message */
.livre_dor_date{
	background-color: #BBD4B7;
	color: #3A812E;
	font-weight : bold;
	text-align : right;
}

/* Affichage d'un message */
.livre_dor_message{
	color : #333333;
	text-align : justify;
}

/* Titre du formulaire de signature */
.livre_dor_signer{
	font-size : 18px;
	font-weight : bold;
	color : #3A812E;
	text-align : center;
}

/********************************* FORMULAIRE LIVRE D'OR ****************************************/

/* Cellule affichant le nom du champs à saisir */
.livre_dor_champs{
	font-weight : bold;
}

/* Cellule contenant le champs à saisir */
.livre_dor_entree{
}
