/* CSS Document */
td,th {
	font-family: Bookman Old Style;
}
body {
	
	background-image: url(Papier01.jpg); /* mon image de fond du livre d'or */
    background-attachment: fixed; /* Fixera l'image  */
	font-family: Bookman Old Style;
	font-size: 0.9em;
	margin: auto; /* Pour centrer notre page */
	margin-top: 1px; /* créer un ecart avec le haut de la fenêtre du navigateur.  */
	margin-bottom: 20px;    /* Pareil pour en bas */
    width: 900px;
	text-align: center; /* pour corriger le bug de centrage IE */
	cursor:url(../moncurseur.cur), auto; 
	}

#table {
	width: 850px;
	margin-left: 20px;
	margin-top: 5px;
	border-bottom: medium dotted #000000;
	border-left: medium dotted #000000;
	border-right: medium dotted #000000;
	font-style: inherit;
}


#Haut/* l'include pour la page droite.php3 */
{
	height: 100px;
	width: 90%;
	margin-left: auto;margin-right: auto;
	margin-top: -3px;
	border-bottom: medium dotted #000000;
	border-left: medium dotted #000000;
	border-right: medium dotted #000000;
}

#logo{
	border: none;
}
#total{
	border: medium dotted #000000;
	margin-left: 10px;
	margin-right: 10px;

}

#contenu2 /* l'include pour la page gauche.php3 */
{
	background-image: url(logo-galerie.gif); /* mettre a gauche */
	background-repeat: repeat-y; /* taille image */
	height: 100%;
	background-position: left;
	margin-bottom: -18px;
	text-align: center;
}

#contenu/* l'include pour la page droite.php3 */
{
background-image: url(logo-galerie.gif);             
  background-position: right; /* mettre a droite*/
   background-repeat: repeat-y; /*width: 60px; /* taille de l'image */ 
  height  : 100%;
 margin-bottom: -18px;
}
fieldset{
	border: none;
}

#corps{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1em;	
	}
 
h1 {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-size: 11px;
	text-transform: uppercase; 
	color: #000000;
	text-align: center;
	font-weight: bold
	
}
h3 {
	font-size: 12px;
	color: #666600;
	font-weight: bold;
	}

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

a {
	font-size: 0.9em;
	text-decoration: underline;
	margin: 0 5px;
	color: #000000;
	font-weight: bold;
}
