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

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

#content {
	width:973px;
	margin:0 auto;
}

.logo {
	background-image:url(images/logo.png);
	width:311px;
	height:304px;
	float: left;
	z-index: 999999999;
	position: relative;
}

#centre {
	background-image:url(images/centre.png);
	width:833px;
	padding-left: 55px;
	padding-right: 85px;
	padding-bottom: 15px;
	padding-top: 5px;
}

#footer {
	width:100%;
	background-image:url(images/footer.png);
	height:270px;
	margin-top: -200px;
	z-index: 1;
}

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

.footer {
	background-image:url(images/footer2.png);
	width:973px;
	height:328px;
	z-index: 9999999;
	position: relative;
}

.m1 {
	background-image:url(images/m1.png);
	width:86px;
	height:29px;
	float:left;
	margin-top: 12px;
	margin-left: -30px;
}

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

.m2 {
	background-image:url(images/m2.png);
	width:98px;
	height:29px;
	float:left;
	margin-top: 220px;
	margin-left: 65px;
	margin-top: 12px;
}

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


.m3 {
	background-image:url(images/m3.png);
	width:132px;
	height:29px;
	float:left;
	margin-top: 220px;
	margin-left: 55px;
	margin-top: 12px;
}

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

.m4 {
	background-image:url(images/m4.png);
	width:153px;
	height:30px;
	float:left;
	margin-top: 218px;
	margin-left: 50px;
	margin-top: 10px;
}

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

#head div {
	background-position:bottom;
}

.header1 {
	float:left;
	width:560px;
	margin-top:145px;
	font-size: 11px;
	color: #5e2424;
	margin-right: 50px;
	height: 65px;
}

.pub {
	width:731px;
	height:92px;
	float:left;
	margin-left: 108px;
	margin-top: -34px;
}

.pub2 {
	width:731px;
	height:92px;
	/* [disabled]float:left; */
	margin-left: 108px;
	padding-top: 13px;
}

.vignette {
	background-image:url(images/vignette.png);
	width:245px;
	height:140px;
	float:left;
	margin: 15px;
	text-align:center;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

.vignette img {
	margin:auto;
	margin-top:18px;
	margin-bottom:17px;
}

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

.clear {
	clear:both;
}

.vignette a {
	color:#16d474;
	font-weight:bold;
}

.vignette a:hover {
	color:#FFF;
	font-weight:bold;
}


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

img {
	border:none;
}

.footer1 {
	width:800px;
	margin:auto;
	margin-top:55px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#631e0c;
}

.footer1 a {
	color:#631e0c;
	font-weight:bold;
}

.footer1 a:hover {
	color:#FFF;
	font-weight:bold;
}

.title{
	background-image:url(images/title.png);
	width:798px;
	height:38px;
	color:#b6b6b6;
	font-family: 'Paytone One', sans-serif;
	font-size:20px;
	text-transform:uppercase;
}

form{
	width:420px;;
	margin:auto;
	background-color:#dfdfdf;
	border:1px solid #bbb;
	padding:10px;
	color:#000;
}



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;
}

