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

/* Liens du livre d'or */
.livre_dor a {
	color: #FF7200;
	text-decoration: none;
	font-weight: bold;
	border-left: 10px solid #FF7200;
	padding-left: 4px;
}
.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: #FFD800;
	color:  #FF7200;
	font-weight : bold;
	text-align : left;
}

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

/* Affichage d'un message */
.livre_dor_message{
	margin: 10px 0px 10px 0px;
	color : #000;
	text-align : justify;
}

/* Titre du formulaire de signature */
.livre_dor_signer{
	font-size : 18px;
	font-weight : bold;
	color : #FF7200;
	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{
}
