body {
	text-align: center;
}

table {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}

#logo {
height: 269px;
width: 600px;

}



ul, li { /* utilisation de liste pour le menu */
list-style-type: none;  /* suppression des puces de liste */
margin:0;
padding:0;
}

ul {
position: relative;

	left: 1px;

	top: -1px;
background: transparent url(usb/menuusbclair.jpg) no-repeat left top; /* arrière-plan général du menu */
height: 269px;
width: 300px;
text-align: center;
}

li {
display: inline; /* correction pour IE5 et IE5.5 */
}

li a {
	display: block;
	height: 40px;
	width: 300px;
	line-height: 40px;
	color: #E2C6BA;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;


}

li a:hover {
color: #43271B;
background: transparent url(usb/menuusbclair.jpg) top left no-repeat;
}

a#menu1:hover {
background-position: 0% -270px; /* décalage de l'arrière-plan pour chaque bouton */
}

a#menu2:hover {
background-position: 0% -310px;
}

a#menu3:hover {
background-position: 0% -350px;
}

a#menu4:hover {
background-position: 0% -390px;
}

a#menu5:hover {
background-position: 0% -430px;
}

a#menu6:hover {
background-position: 0% -470px;
}
