body {
  background-image: url('qpattern.png');
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

h1 {
  color: #abc;
}

h2 {
  font-size: 12px;
}

h3 {
  font-family: arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fc7614;
}

span {
  color: #fc7614;
}

a:link {
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #fc7614;
	text-decoration:none;
	}
a:visited {
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #fc7614;
	text-decoration:none;
	}
a:hover {
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #fc7614;
	text-decoration:underline;
	}
	
#main-wrapper {
  height: 100%;
  position:absolute;
  top: 0px;
  left: 100px;
  min-width: 640px;
  min-height: 610px;
  background-color: white;
  padding: 5px 0px 50px 20px;
}

#header,
#header .nav {
  min-height: 100px;
  height: 100px;
  position: relative;
}
#header .logo {
  float: left;
  margin-right: 20px;
}

#header .nav ul li {
  float: left;
  margin-right: 20px;
  padding: 8px;
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #fc7614;
  list-style-type: none;
  min-width: 86px;
  text-align: center;
}

#header .nav p {
  position: absolute;
  bottom: 0px;
  margin: 0px 0px 0px 120px;
}

#content {
  margin-top: 50px;
  clear: both;
}

#content .adresse {
	font-size: 16px;
	color: #000000;
}

#content .screenshot {
	font-size: 14px;
	color: #000000;
}