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

/* Liens du livre d'or */
.livre_dor a {
    width : 450px;
    height : 30px;
    font-size:10px;
	color:#000066;
	font-weight : bold;
}
.livre_dor a:hover {
	font-size:10px; 
	color:#1C5FFF; 
	font-weight : bold;
	text-decoration : none;
}

/* Affichage du nom de l'expéditeur d'un message */
.livre_dor_nom {
    width : 350px;
    height : 15px;
    margin : 0px;
    padding : 2px;
    float : left;
    clear : left;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration: none;
}

/* Affichage de la date d'un message */
.livre_dor_date{
    width : 100px;
    height : 15px;
    margin : 0px 265px 0px 0px;
    padding : 2px;
    float : right;
    clear : right;
    text-align : right;
	color: #FFFFFF;
	font-weight : bold;
	background-color: #CCCCCC;
}

/* Affichage d'un message */
.livre_dor_message{
    width : 450px;
    margin : 0px 0px 5px 0px;
    padding : 2px;
    position : relative;
	color : #000000;
	text-align : justify;
}

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