@charset "utf-8";
	/* CSS Home Page - Savile House */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}
body {
	color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------- Home Page -------------------------------- */
body {
	background: #000;
}
h1 {
	display: none;
}
h1 a{
	display: none;
}
p {
	display: none;
}

#picture {
height:100%;
/*width: 1335px;*/
position:fixed;
bottom:0;
width: 100%;
}
#ie6 {
	position: relative;
	margin: 0 auto;
}
ul#menu {
	position: relative;
	margin: 0 auto;
	z-index:6;
	height: 11px;
	width: 620px;
	margin-top: 18px;
}
 ul#menu li {
	display: block;
	float: left;
	height: 11px;
}
ul#menu li a {
	display: block;
	height: 11px;
	float: left;
	text-indent: -9999px;
	margin: 0 12px 0 0;
	background-image: url("/images/menu-Savile-accueil3.png");
	background-repeat: no-repeat;
}
ul#menu li.home a {
	display: none;
	width:44px;
	height: 11px;
}
ul#menu li.philosophy a {
	background-position:-64px 0;
	width:99px ;
}
ul#menu li.clothing a {
	background-position:-182px 0;
	width:79px;
}
ul#menu li.heritage a {
	background-position:-280px 0;
	width:75px;
}
ul#menu li.services a {
	background-position:-375px 0;
	width:76px;
}
ul#menu li.contact a {
	background-position:-469px 0;
	width:73px;
}
ul#menu li.news a {
	background-position:-562px 0;
	width:42px;
}
ul#menu li.subscribe a {
	background-position:-623px 0;
	width:88px;
}
ul#menu li.home a:hover {
	background-position:0 -15px;
	width:44px;
}
ul#menu li.philosophy a:hover {
	background-position:-64px -15px;
	width:99px ;
}
ul#menu li.clothing a:hover {
	background-position:-182px -15px;
	width:79px;
}
ul#menu li.heritage a:hover {
	background-position:-280px -15px;
	width:75px;
}
ul#menu li.services a:hover {
	background-position:-375px -15px;
	width:76px;
}
ul#menu li.contact a:hover {
	background-position:-469px -15px;
	width:73px;
}
ul#menu li.news a:hover {
	background-position:-562px -15px;
	width:42px;
}
ul#menu li.subscribe a:hover {
	background-position:-623px -15px;
	width:88px;
}