body {
	font-family: 'Open Sans', sans-serif;
	background: url(img/wood.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	background-size: cover;
	color: white;
}

a{
	text-decoration: none;
	color: white;
}

a: visited, a:active, a:hover, a:focus {
	text-decoration: none;
	color: white;
}

section {
	width: 1024px;
	margin: 0 auto;
}

#logo {
	width: 700px;
	display: block;
	margin: 40px auto;
	opacity: 0.8;
}

#menuiserie h1{
	width: 700px;
	margin: 0 auto;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: lighter;
	letter-spacing: 50px;
	color: white;
	background-color: #261d1d;
}

#menuiserie span {
	letter-spacing: 0px;
}

#construction, #contact {
	text-align: center;
}

#construction h2{
	font-style: italic;
	font-size: 24px;
	margin: 60px auto;
}

#contact p {
	font-size: 20px;
	margin-top: 80px;
	margin-bottom: 0px;
}

#contact p span {
	font-size: 28px;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

section {
	width: 768px;
}

body {
	background: url(img/wood.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	background-size: cover;
}

}


@media only screen and (max-width : 320px) {

section {
	width: 320px;
}

body {
	background: url(img/wood.jpg) no-repeat center fixed;
	min-height: 100% !important;
}

}

