	h1 {font-size: 11px;
font-weight:bold;
text-shadow:Maroon;}
span {
		margin: 20px 20px 20px 20px;
	}
	body {
		text-align: center; /* pour corriger le bug de centrage IE */
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		background-color:#DFC200;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	table {
		border-style:dotted;
		border-color:#CC3300;
		border-width: 1px 1px 1px 1px;
	}
	div {
		border-top:#FFFFFF 2px solid;
		border-right:#FFFFFF 2px solid;
		border-left:#FFFFFF 2px solid;
		border-bottom:#FFFFFF 2px solid;
	}
	.mobilier {
		border-left:0px ;
		border-top:0px ;
		vertical-align:baseline;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		width: 800px;
		height:75px;
		background-image: url("/images/fondo.jpg");	
	}
	td.chaises {
	text-align:center; height:155px; vertical-align:bottom;
	}
	
		img{border:none;}
		a:hover {border:0px } /* hack pour IE - ne sert sinon  rien */
		img.tab{width:60px;}
		a:hover img.tab{width:90px;}
		
		a {
		text-decoration: none; /* dfinition du lien qui affichera le calque */
		color:#990000;
		font-weight:bold;
		}
		a:hover {
		background: none; /* correction d'un bug IE */
		}
		a span { /* dfinition de la balise <span></span> inclue dans <a></a> */
		display: none;
		}
		a:hover span { /* dfinition de la balise <span></span> au survol */
		position:absolute;
		/* positions et dimensions du calque, que vous pouvez changer  loisir */
		margin-top:-125px;
		margin-left:5px;
		display:block;
		width: 100px;
		height:100px;
		background-color:#663300;
		font-size:12px;
		text-align: center;
		color:white;
		border-width:thin;
		border-style:groove;
		border-color:#3F1F00;
		}
		.menu {
		margin-left: auto;
	
		border-top:#DFAB0D 0px solid;
		margin-right:auto;
		margin-top:0px;
		text-align: justify;
		width: 800px;
		height:15px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		vertical-align:bottom;
		background-color: #DFAB0D;
		}
		.main {
		margin-left: auto;
		margin-right: auto;
		width: 700px;
		text-align:justify;
		text-indent:4px;
		margin-top:25px;
		background-color: #FFDC7F;		
		}
