/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
html, body {
	margin:0;
	padding:0;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	background-color:#FFFFFF;
	color: #363f49;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 13px;
}
.space {
	padding-top:21px;
	color:#f03;
}
.address_space {
	padding-top:21px;
	text-align:left;
}
.container {
	position:relative;
}
#picto {
	display:block;
	position:absolute;
	left:80px;
	top:160px;
}
#diy {
	padding-top:100px;
}
h1 {
	display:block;
	position:absolute;
	left:80px;
	top:160px;
	font-family:Helvetica, sans-serif;
	text-align:justify;
	font-weight:100;
	font-size:15px;
	line-height:21px;
	color:#303030;
	padding:0 80px 0 80px;
}
p, ul {
	font-family:Helvetica, sans-serif;
	text-align:justify;
	font-weight:100;
	font-size:15px;
	line-height:21px;
	color:#303030;
	padding:0 80px 0 80px;
}
.list {
	font-family:Helvetica, sans-serif;
	font-weight:100;
	text-align:justify;
	font-size:15px;
	line-height:21px;
	color:#303030;
}
li {
	padding:21px 0 0 0;
	list-style:decimal-leading-zero;
	list-style-position:inside;
	font-weight:bold;
	}
a {
	color: #363f49;
	text-decoration: none;
}
a:hover {
	color:#F03;
	text-decoration: none;
}
.content {
	position:relative;
	width:600px;
	margin: 0 auto;
	padding-top:25px;
}
.button-wrapper {
	width: 285px;
	margin: 0 auto;
	padding: 20px 0 75px 0;
}
/***************************************/
/* Top Button */
/***************************************/
.go-top {
	position: fixed;
	bottom: 60px;
	right: 2em;
	text-decoration: none;
	text-align:center;
	background-color:transparent;
	background-image:url(../img/top.png);
	background-repeat:no-repeat;
	font-size: 9px;
	color:#FFFFFF;
	height:30px;
	width:30px;
	display: none;
}

.go-top:hover {
	position: fixed;
	bottom: 60px;
	right: 2em;
	text-decoration: none;
	text-align:center;
	background-color:transparent;
	background-image:url(../img/top_on.png);
	background-repeat:no-repeat;
	font-size: 9px;
	color:#FFFFFF;
	height:30px;
	width:30px;
	display: none;
}