﻿

#livre_d_or, #livre_d_or table{
	font-family:tahoma,sans-serif;
}

#livre_d_or table{
	width:100%;
	border:1px solid silver;
	background-color:white;color:inherit;
	font-size:10pt;
	margin-bottom:10px;
}

#livre_d_or .menu{
	width:auto;
	clear:both;
}


#livre_d_or .nom{
	width:300px;
	font-size:10pt;	
	font-weight:bold;
}


#livre_d_or .date{
	text-align:right;
	font-size:10pt;
}

#livre_d_or .message{
	border:1px solid #F80;
	width:99%;
	background-color:#FED;color:#444;
	padding:5pt;
	font-family:"comic sans ms",cursive;
	font-size:10pt;
	margin-bottom:10pt;
}

/* Le div "message" contenant le message en édition */
#message{
	border:1px solid #F80;
	background-color:#FED;color:inherit;
	padding:10pt;
	margin-bottom:10pt;
	margin-top:10pt;
}

#message table{
	border:0;
}

/* Le div EDIT contiens le formulaire*/
#edit {
	margin-top:10px;
	background-color:#FFEBDE;color:#444;
	/*width:100%;*/
	font-family:tahoma,sans-serif;
	font-size:10pt;
}

#edit table{
	padding:10px;
	/*background-color:inherit;*/
}

#edit input,#edit textarea	{
	background-color:white;color:#444;
	border:1px solid silver;
	font-family:tahoma,sans-serif;
	font-size:10pt;
}

#edit textarea{
	width:300px;
}