span {
	margin: 20px 20px 20px 20px;>}
body {
	text-align: center; /* pour corriger le bug de centrage IE */
	font-size:12px;
}
table {
	border-style:dotted;
	border-color:#FF0000;
	border-width: 1px 1px 1px 1px;
}

div.bar {
	margin-left: auto;
    margin-right: auto;
    text-align: left; /* on rtablit l'alignement normal du texte */
	width: 800px;
	background-image:url(/images/bar.jpg);
	color:White;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
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:inherit;
}
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:-75px;
display:inline;
width: 100px;
height: 75px;
background-color:#FFCC66;
font-size:12px;
text-align: center;
color:black;
border-width:thin;
border-style:dashed;
border-color:red;
}
div.tabouret {
	margin-left: auto;
    margin-right: auto;
    text-align: left; /* on rtablit l'alignement normal du texte */
	width: 600px;
	height:400px;
	text-align:justify;
	color:#000036;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:bottom;
}

