body {
	margin: 0;
	padding: 0;
}

h2 {
	color: #8cc63f;
	font-size: 1em;
}

h3 {
	color: #8cc63f;
	text-decoration: underline;
	font-size: 1em;
}

#container {
	background: url(images/header3.png) top no-repeat;
	position: absolute;
	width: 1000px;
	height: 750px;
	left: 50%;
	margin-left: -500px;
}

#mainMenu {
	position: absolute;
	top: 116px;
	left: 375px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#mainMenu a {
	margin: 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#mainMenu a:hover {
	color: #779C0C;
	text-decoration: none;
}

#content {
	position: absolute;
	top: 312px;
	left: 50%;
	margin-left: -500px;
	color: #D5F4FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	height: 368px;
	background-image: url(images/back.png);
}

#contentTexte {
	position: absolute;
	top: -25px;
	left: 290px;
	width: 640px;
	height: 370px;
	z-index: 8;
	text-align: justify;
}

#summuary {
	position: absolute;
	top: 180px;
	left: 320px;
	width: 600px;
	border: 0px solid red;
	text-align: justify;
	color: #D5F4FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 5px;
}

#footer {
	position: absolute;
	top: 680px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	height: 68px;
	background-image: url(images/footer.png);
	left: 50%;
	margin-left: -500px;
	text-align: center;
}

#footer a {
	margin: 0px 0px;
}

#menufooter {
	position: absolute;
	top: 16px;
	left: 340px;
}

#infofooter {
	position: absolute;
	top: 34px;
	left: 300px;
	font-size:9px;
	font-weight:100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #779C0C;
	text-decoration: underline;
}

#img1 {
	position: absolute;
	top: 495px;
	left: 85px;
	width: 150px;
	height: 149px;
}

#img2 {
	position: absolute;
	top: 325px;
	left: 85px;
	width: 150px;
	height: 149px;
}

#img3 {
	position: absolute;
	top: 300px;
	left: 508px;
	z-index: 15;
	width: 145px;
	height: 68px;
}

#banner {
	position: absolute;
	top: 25px;
	left: 400px;
	width: 468px;
	height: 60px; /*border: 1px solid black;*/
}

/***************** page acceuil ****************************/
#newsList {
	background: url(images/back_news.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 296px;
	text-align: justify;
}

#newsList #newsTexte {
	margin-left: 20px;
	padding: 0px 10px;
}

#newsList p {
	width: 570px;
	padding: 15px;
}

#newsList img {
	float: right;
	border: 1px solid #D5F4FF;
	margin: 10px;
}

/***************** page contact ****************************/
#contact_back {
	/*background-color: #11537;*/
	position: absolute;
	top: 10px;
	left: 0;
	width: 630px;
	height: 296px;
	z-index: 10;
	text-align: justify;
}

.contactBlock {
	width: 48%;
	float: left;
}

#googlemap {
	width: 100%;
	height: 250px;
}

label {
	display: block;
	float: left;
	margin-right: 10px;
	width: 70px;
}

textarea,input {
	width: 180px;
	margin-bottom: 3px;
}

.confirm {
	color: green;
	margin-right: 10px;
}

.error {
	color: red;
	margin-right: 10px;
}

#adresse {
	margin-top: 20px;
	text-align: center;
}

.captchablock {
	margin-left: 80px;
	margin-bottom: 7px;
}

.captchablock input {
	margin: 0;
}

/***************** page nos réalisations ****************************/
#galerie {
	position: absolute;
	top: -90px;
	left: 0px;
	width: 100%;
	height: 500px;
	display: block;
}

#titre {
	position: absolute;
	top: -15px;
	left: 180px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ffff00;
	width: 400px;
	text-align: right;
}