#livre_d_or {
	width:98%;
}


#livre_d_or table{
	width:98%;
}


#livre_d_or h1, #contact h1 {
	text-align : right;
	background-image : none;
	border : 0;
}


#livre_d_or, #livre_d_or table{
	font-family:tahoma,sans-serif;
}

#livre_d_or table{
	width:100%;
	border-width:1px;
	border-style:solid;
	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-width:1px;
	border-style:solid;
	width:99%;
	padding:5pt;
	font-family:"comic sans ms",cursive;
	font-size:10pt;
	margin-bottom:10pt;
}

/* Le div "message" contenant le message en édition */
#message{
	border-width:1px;
	border-style:	solid;
	padding:10pt;
	margin-bottom:10pt;
	margin-top:10pt;
}

#message table{
	border:0;
}

/* Le div EDIT contiens le formulaire*/
#edit {
	margin-top:10px;
	font-family:tahoma,sans-serif;
	font-size:10pt;
}

#edit table{
	padding:10px;
}

#edit input,#edit textarea	{
	
	border:1px solid silver;
	font-family:tahoma,sans-serif;
	font-size:10pt;
}

#edit textarea{
	width:300px;
}


/* Les boutons */ 

/* Bouton win_btn */
.win_btn {
	text-decoration:none;
	display:block;
	float:left;
	margin-top:5px;

	border-bottom-width:1px;
	border-bottom-style:solid;
	font-family:tahoma,sans-serif;
	font-size:10pt;padding:5px;
	font-weight:bold;
}




/* Cette section définit l' apparence des boutons btn_web et btn_email */
	a.btn_web, a.btn_email {
		display:block;
		width:12px;
		font-size:0; /* Ne déborde pas */
	}
	
	a.btn_web{
		height:12px;
		background-image: url(images/home.gif);
	}
	
	a.btn_email{
		height:10px;
		background-image: url(images/mail.gif);
	}
/* Fin de section*/

