/* CSS Document */

body {
	background-image:url(images/fond.png);
	background-repeat:repeat-x;
	background-color:#8c5806;
	margin:0 auto;
	width:1024px;
	font-family:Arial;
}

#body {
	background-image:url(images/fond2.png);
	width:1024px;
	background-position:center;
	background-repeat:no-repeat;
}

img { border:none; }

#header {
	width:1024px;
	height:159px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

#header2 {
	background-image:url(images/header.png);
	width:514px;
	height:139px;
	float:left;
	text-align: left;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 15px;
	color: #4a4a4a;
}

#centre_haut {
	background-image:url(images/centre_haut.png);
	width:902px;
	height:69px;
	text-align: center;
	padding-top: 15px;
	font-size: 19px;
	color: #000;
	margin-left: 62px;
}

#centre_haut a {
	color: #000;
	text-decoration:none;
}

#centre_haut a:hover {
	color: #333;
	text-decoration:none;
}

#centre {
	background-image:url(images/centre_centre.png);
	width:902px;
	float:left;
	margin-left: 62px;
}

.vignette {
	background-image:url(images/vignette.png);
	width:206px;
	height:160px;
	background-position:top;
	float:left;
	margin-left:15px;
	margin-top: 20px;
	text-align:center;
	padding-top:4px;
	font-size:14px;
	color:#000;
}

.vignette a {
	color:#434343;
	text-decoration:none;
}

.vignette:hover {
	background-image:url(images/vignette.png);
	background-position:bottom;
}

#centre_bas {
	background-image:url(images/centre_bas.png);
	width:872px;
	height:33px;
	clear:both;
	margin-bottom: 20px;
	color: #383838;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 70px;
	font-size: 12px;
	margin-left: 62px;
}

#centre_bas a {
	color: #383838;
	text-decoration:none;
}
.footer {
	font-size:12px;
}
.footer a {
	color:#000;
	text-decoration:none;
}

.logo {
	width:424px;
	height:159px;
	background-image: url(images/logo.png);
	float: left;
	background-repeat: no-repeat;
	background-position: right;
}

.left {
	float:left;
}

.right {
	float:right;
}
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;
}
.left1{
	width:310px;
	padding-left:15px;
	float:left;
}
p{
	width:700px;
	margin:auto;
}