/*-----------------  DIV DE LA PAGE LIVRE D'OR -----------------*/
/*div du bloc central*/
#titre {
	position: relative;
	padding-top: 10px;
	width: 820px;
	height: 60px;
}
#contenu {
	float: left;
	width: 820px;
	height: 600px;
	margin: 0px;
	text-align: center;
}
#contenu p {
	font-size: 15px;
	color: #714135;
	text-align: left;
}
/*style du bloc contenant les numéros de page*/
#liste_pages {
	float: left;
	width: 820px;
	height: 40px;
	margin: 0px;
	text-align: center;
	font-family: georgia;
	font-size: 13px;
}
/*style du bloc contenant le message d'avertissement*/
#message{
	float: left;
	width: 820px;
	height: 60px;
	margin: 0px;
	text-align: center;
	font-family: georgia;
	font-size: 17px;
	color: #714135;
}
/*style du bloc contenant les messages*/
#liste_messages {
	float: left;
	width: 820px;
	height: 500px;
	margin: 0px;
	text-align: center;
	font-family: georgia;
	font-size: 17px;
	overflow: auto;
}
/*classe des cellules contennat le pseudo*/
.cell_pseudo {
	width: 60%;
	height: 40px;
	font-family: georgia;
	font-size: 19px;
	font-weight: bold;
	color: #714135;
	text-align: left;
	border-bottom: dashed 1px #714135;
	border-top: solid 1px #714135;
}
/*classe des cellules contennat la date*/
.cell_date {
	width: 30%;
	height: 40px;
	font-family: georgia;
	font-size: 11px;
	font-weight: light;
	color: #714135;
	text-align: right;
	border-bottom: dashed 1px #714135;
	border-top: solid 1px #714135;
}
/*classe des cellules contennat le mail*/
.cell_mail {
	width: 10%;
	height: 40px;
	font-family: georgia;
	font-size: 11px;
	font-weight: light;
	color: #714135;
	text-align: center;
	border-bottom: dashed 1px #714135;
	border-top: solid 1px #714135;
}
/*classe des cellules contennat ladescription*/
.cell_message {
	width: 100%;
	height: 60px;
	font-family: georgia;
	font-size: 13px;
	font-weight: light;
	color: #714135;
	text-align: left;
	vertical-align: bottom;
	background-image: url(../images/fond_transparent.png);
}

