#page h1{
	background: url(../img-nautylys/configurateur/titre-configurateur.png) no-repeat;
	display: block;
	width: 500px;
	height: 58px;
	margin: 0;
	padding: 0;
}
#page h1 span{
	visibility: hidden;
}

#page h2{
	font-size: 1.1em;
	color: white;
	font-style: italic;
	margin: 20px 0 30px;
}

#page h3{
	color: #444;
	font-size: 0.8em;
	margin: 15px 0 0;
	padding: 0;
}

#page{
	width: 500px;
	margin: 0 auto;
}

#config{
	float: right;
	width: 324px;
	height: 550px;
	/* background: url(../img-nautylys/configurateur/fond_configurateur.jpg) no-repeat; */
	border: 2px solid #222;
}
#config img{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 324px;
	height: 550px;
	display: block;
}

a#print-link:hover{
	color: #333;
}

a#print-link{
	position: relative;
	top: 160px;
	color: #222;
	text-decoration: none;
	padding: 3px;
	background: white;
	font-size: 0.9em;
}


