﻿html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #999999;
}

#wrapper {
	position: relative;
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-image: url('../img/bg-frame-top.png');
	overflow: hidden;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	box-shadow: 0 0 10px 10px #666;
	-moz-box-shadow: 0 0 10px 10px #666;
	-webkit-box-shadow: 0 0 10px 10px #666;
}

#header {
	color: #ffffff;
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

#header-logo {
	width: 100px;
	height: 90px;
	line-height: 90px;
	float: left;
	margin: 0;
	padding: 0;
}

#header-logo > img {
	vertical-align: middle;
	border: 0;
}

#header-desc {
	position: relative;
	top: 0;
	right: 0;
	left: auto;
	width: 700px;
	height: auto;
	padding: 0;
	text-align: center;
	float: right;
	overflow: hidden;
}

#site-title {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: green;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px #999999;
	text-transform: uppercase;
	padding: 10px;
}

#site-sub-title {
	font-family: "Courier New", Courier, monospace;
	color: green;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	padding: 5px;
}

#site-nav {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	position: relative;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
}

#site-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#site-nav ul li {
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#site-nav ul li a:link, a:active {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url('../img/green-bg.png');
}

#site-nav ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url('../img/mid-green-bg1.png');
}

#site-nav ul li a:visited {
	color: #ffffff;
}

#banner {
	color: #ffffff;
	position: relative;
	width: 800px;
	height: 300px;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	/*background: url('../img/banners/poteau.png');*/
}

#banner-selector {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.selector {
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	padding: 2px;
	margin: 5px 5px auto auto;
	float: left;
	background: #999;
	cursor: pointer;
}

.selector:first-child {
	background: #666;
}


#banner-desc {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 5px;
	background-color: rgba(88,88,88, 0.5);
}

#content {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	width: 800px;
	height: auto;
	min-height: 500px;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
	background-image: url('../img/bg-frame.png');
}

#content .show {
	display: block;
}

#content .hide {
	display: none;
}

.section-header {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	width: 790px;
	margin: 0;
	padding:5px;
	background-image: url('../img/green-bg.png');
}

.section-body {
	margin: 0;
	padding: 0;
}

#footer {
	color: #ffffff;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	background-image: url('../img/green-bg.png')
}

/* Begin Projects page*/

#projects {
	padding: 0;
	height: 600px;
}

.info {
	font-size: 14px;
	text-align: justify;
	width: 300px;
	height: auto;
	min-height: 200px;
	padding: 5px;
	background: rgba(155, 111, 111, 0.7);
	border-radius: 5px;
}

/* End Projects page*/

/* Begin Contact page */
#address {
	text-align: center;
	width: 300px;
	float: left;
}

#contact-form {
	width: 480px;
	float: right;
}

#contact-form label {
	
}

#nom, #societe, #email, #message {
	width: 440px;
}

#tel, #cel, #fax {
	width: 140px;
}

#subject {
	width: 300px;
}

#contact-form .field {
	text-height: 20px;
	border: 1px solid #999;
	background-color: snow;
	margin: 5px auto;
}

#contact-form  textarea {
	height: 200px;
	resize: none;
}

.req {
	color: red;
	font-weight: bold;
}

#reset, #submit {
	font-weight: bold;
	width: 120px;
	height: 30px;
}


/* Begin Contact page */



