* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
	text-decoration: none;
}

html {
}

body {
	background: #000;
	color: #fff;
	margin: 0 auto;
	padding: 60px 30px 60px;
	width: 840px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font: 12px/16px "times new roman", serif;
}

a:link, a:visited, a:hover, a:active {
	color: #fff;
}

#wrapper {
width: 840px;
}

h1#logo, h2 {
}

h1 a {
	display: block;
	width: 272px;
	height: 80px;
	margin: 0 auto;
	text-indent: -9999px;
	background: #000 url(img/maison-bonnet.png) no-repeat;
}

h2 {
	display: block;
	width:151px;
	height: 19px;
	margin: 0 auto;
	text-indent: -9999px;
	background: #000 url(img/haute-lunetterie.png) no-repeat;
	margin-top: 5px;
	margin-bottom: 20px;
}

img#ecaille {
	display: block;
	margin: 0 auto;
	width: 155px;
	height: 213px;
	text-align: center;
}

p#soon{
	display: block;
	width: 317px;
	height: 21px;
	text-indent: -9999px;
	margin: 0 auto;
	background: #000 url(img/coming-soon.png) no-repeat;
	margin-top: 20px;
}
p#signup{
	display: block;
	width: 540px;
	height: 20px;
	text-indent: -9999px;
	margin: 0 auto;
	background: #000 url(img/sign-up-2.png) no-repeat;
	margin-top: 15px;
}
#reg ul {
	display: none;
}
#reg label {
	display: none;
}
#reg input#email {
	border: 0;
	width: 240px;
	height: 16px;
	margin-top: 10px;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
#reg div input {
	color: #fff;
	background: #000;
	display: block;
	border: 0px solid #000;
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	background: #000 url(img/ok.png) no-repeat top center;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 10px;
}
#reg div input:hover {
	background: #000 url(img/ok-hover.png) no-repeat top center;
}
#reg div input:active {
	background: #000 url(img/ok.png) no-repeat bottom center;
}
.msg_err_ntux2,
.msg_ok_ntux2,
.nok {
	text-transform:lowercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 10px;
	width: 500px;
	margin: 0 auto;
}
h3 {
	display: block;
	width: 317px;
	height: 44px;
	text-indent: -9999px;
	margin: 0 auto;
	background: #000 url(img/boutique.png) no-repeat;
}
p#adresse {
	display: block;
	width: 498px;
	height: 17px;
	text-indent: -9999px;
	margin: 0 auto;
	background: #000 url(img/adresse.png) no-repeat;
}
p#tel {
	display: block;
	width: 498px;
	height: 16px;
	text-indent: -9999px;
	margin: 0 auto;
	background: #000 url(img/tel.png) no-repeat;
}
a.contact {
	display: block;
	width: 317px;
	height: 19px;
	text-indent: -9999px;
	margin: 0 auto;
	background: #000 url(img/contact-hover.png) no-repeat top left;	
}
a.contact:hover {
	background: #000 url(img/contact-hover.png) no-repeat top right;
}
img#maitresdart {
	display: block;
	float: left;
}
img#grandsateliers {
	display: block;
	float: right;
}