/* CSS Document */
body,td,th {
	font-family: Bookman Old Style, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
body {
	
	background-image: url(../image/feuille.gif); /* mon image de fond du livre d'or */
    background-attachment: fixed; /* Fixera l'image  */
	margin: auto; /* Pour centrer notre page */
	margin-top: 5px; /* créer un ecart avec le haut de la fenêtre du navigateur.  */
	margin-bottom: 20px;    /* Pareil pour en bas */
    width: 98%;
	
}
		
#total{
	border: medium dotted #999900;

}

#table {
	width: auto;
	margin-left: 18%;
	text-align: center;

}

#Haut/* l'include pour la page haut.php */
{
	height: 100px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;

}

fieldset{
	border: none;
}

#corps{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#corps1{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.bloc {
	text-align: left;
	border: medium dotted #999900;
	overflow: auto;
 	widht: 700px;
 	padding-top: 2px;
  	height: 250px;
	font-size: 10pt;
	margin-botton: 3px; 
	color: black; 
}

.mot{  
	background-color:#FFFF99;
	color: #369B00; } 


#logo{
	border: none;
}

h1 {
	font-size: 16px;
	color: #006600;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #996600;
	text-align: center;
	font-weight: bold
	
}
h3 {
	font-size: 12px;
	color: #666600;
	font-weight: bold;
	font-weight: bold
	}
h4 {
	font-size: 14px;
	color: #996600;
	font-weight: bolder
	
}
a:visited {
	color: #006633;
}
a:hover {
	color: #99CC00;
}
a:active {
	color: #000000;
}


hr
{
   width: 50%;
   color: #999900; /* couleur trait horizontal */
   height: 3px;
}
