/* Page Livre d'Or */
.div_message_livre_dor {
	background-image: url(images/bg_livredor_msg.png);
	background-repeat: no-repeat;
	background-position: center right;
	border: 1px solid lightblue;
	border-left-width: 2px;
	border-top-width: 2px;
	margin-bottom: 1em;
}
.div_message_livre_dor2 {
	background-image: url(images/bg_livredor_msg2.png);
	background-repeat: no-repeat;
	background-position: center left;
	border: 1px solid lightgreen;
	border-left-width: 2px;
	border-top-width: 2px;
	margin-bottom: 1em;
}
.texte_message_livre_dor {
	border: 0px solid yellow;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	text-indent: 2%;
}
.pseudo_message_livre_dor {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
}
.pseudo_date_message_livre_dor {
	border: 0px solid green;
	text-align: right;
	font-style: italic;
	font-size: 0.90em;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 5px;
}

.p_ajout_msg {
	background-image: url(images/bg_navig_livredor.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: 'palatino linotype', 'trebuchet ms', arial, serif;
	border: 1px dashed #bbbbbb;
	padding: 0.2em;
	text-align: center;
	margin-top: 1em;
}
.p_ajout_msg:hover {
	font-size: large;
	border: 1px solid gray; 
}
.p_ajout_msg a {
	text-decoration: none;
	color: black;
}

.a_livreor_admin {
	text-decoration: none; 
	font-size: medium; 
	color: brown; 
	font-style: normal;
}