@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/fond.png);
	background-repeat:repeat-x;
	background-color:#264f2f;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#content {
	width:842px;
	margin:auto;
}

#header {
	background-image:url(images/header.png);
	width:842px;
	height:394px;
}

#footer {
	background-image:url(images/footer.png);
	width:100%;
	height:183px;
}

#centre {
	background-image:url(images/centre.png);
	width:742px;
	padding-left: 50px;
	padding-right: 50px;
}

.footer {
	background-image:url(images/footer2.png);
	width:842px;
	height:341px;
	margin-bottom:-150px;
	position:relative;
	z-index:999999;
}

.header1 {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0c3f29;
	margin-left:150px;
	padding-top:3px;
}

.foot {
	color:#62a262;
	font-size:11px;
}

.header1 a {
	color:#8ae577;
	text-decoration:none;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#335b32;
}

img {
	border:none;
}

.clear {
	clear:both;
}

.logo {
	float:left;
	width:800px;
	height:105px;
}

.logo2 {
	float:left;
	width:150px;
	height:140px;
}

.header2 {
	width:605px;
	height:80px;
	float:left;
	font-size: 10px;
	text-align: center;
	margin-left: 30px;
	margin-top: 10px;
	color: #114731;
	font-weight: bold;
}

.m1 {
	background-image:url(images/m1.png);
	width:86px;
	height:19px;
	float:left;
	margin-left:55px;
	margin-top:23px;
}

.m1:hover {
	background-position:bottom;
}


.m2 {
	background-image:url(images/m2.png);
	width:77px;
	height:22px;
	float:left;
	margin-top:23px;
	margin-left:55px;
}

.m2:hover {
	background-position:bottom;
}

	
.m3 {
	background-image:url(images/m3.png);
	width:117px;
	height:22px;
	float:left;
	margin-top:23px;
	margin-left:55px;
}

.m3:hover {
	background-position:bottom;
}

.m4 {
	background-image:url(images/m4.png);
	width:145px;
	height:22px;
	float:left;
	margin-top:23px;
	margin-left:55px;
}
	
	.m4:hover {
	background-position:bottom;
}


.pub1 {
	width:728px;
	height:90px;
	float:left;
	margin-left:55px;
	margin-top: 20px;
}


.pub2 {
	width:728px;
	height:90px;
	margin-left:55px;
	padding-top: 45px;
}

.footer1 {
	padding-top:20px;
	text-align: center;
	font-size: 10px;
	color:#264f2f;
	font-weight: bold;
}

.footer1 a {
	color:#264f2f;
	text-decoration:none;
}

.footer1 a:hover {
	color:#FFF;
	text-decoration:none;
}

.footer2 {
	padding-top:30px;
	text-align: center;
	font-size: 10px;
	color:#628c5a;
}

.footer2 a {
	color:#72af67;
}

.footer2 a:hover {
	color:#FFF;
}

.footer3 {
	padding-top:20px;
	text-align: center;
	font-size: 11px;
	color:#628c5a;
}

.footer3 a {
	color:#8dd17c;
	font-weight:bold;
}

.footer3 a:hover {
	color:#FFF;
}

.vignette {
	background-image:url(images/vignette.png);
	width:235px;
	height:126px;
	float:left;
	margin:5px;
	text-align: center;
	padding-top: 12px;
	margin-bottom:20px;
}

.vignette:hover {
	background-position:bottom;
}

.vignette img {
	margin-bottom:20px;
}

.vignette a {
	font-size:12px;
	color:#345e33;
	font-weight:bold;
}

.vignette a:hover {
	color:#000;	
}

.titre {
	background-image:url(images/titre.png);
	width:724px;
	height:34px;
	background-repeat:no-repeat;
	font-family: 'Paytone One', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#335b32;
	padding-left:5px;
}

.cat {
	background-image:url(images/cat.png);
	width:722px;
	padding-left:6px;
	padding-top:8px;
	height:23px;
	margin:auto;
	margin-bottom:5px;
}

.cat a {
	color:#335b32;
	font-weight:bold;
}

.cat a:hover {
	color:#8dd17c;
}

form{
	width:420px;;
	margin:auto;
	background-color:#dfdfdf;
	border:1px solid #bbb;
	padding:10px;
}
form label{
	display:block;
	padding:10px;
	background-color:#fff;
	margin-bottom:10px;
}
form input, form textarea{
	width:100%;
}
form textarea{
	height:200px;
}
form input.submit{
	background-color:#aaa;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border:1px solid #888;
}
