BODY {
    background-color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0; }

/* Lien des pages suivantes & précédentes */
.lien {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none; }

/* Lien page par page */
.lien2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none; }

/* Lien page par page au survol de la souris */
.lien2:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #893E53;
	text-decoration: none; }

/* Tableau livre d'or */
.tableau {
    background-color: #FFFFFF;
    border: solid #000 1px;
    width: 550px; 
	border-collapse: collapse }

/* Fond de la première ligne du tableau livre d'or */
.tableau_fond {
   background-image: url(../images/livredor.gif); }

/* Toutes les lignes du tableau livre d'or */
.tableau  td {
    padding: 5px; }

/* Tableau graphique qui illustre la page */
.tableau2 {
    background-color:#f9f9f9;
	text-align: center;
    width: 750px;
	height: 100%;
    border-width: 10px;
	border-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-left-style: solid; }

/* Input du formulaires d'ajout */
input  {
    color:#cc0000;   
	font-size:11px;   
	font-family:Arial;   
	font-weight: bold; }

/* Textarea du formulaires d'ajout */
textarea  {
    color:#cc0000;   
	font-size:11px; 
    width: 350px;	
	font-family:Arial;   
	font-weight: bold; }