/* CSS Document */

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

img { border:none; }

#header {
	background-image:url(images/header.png);
	width:1024px;
	height:159px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}

#centre_haut {
	background-image:url(images/centre_haut.png);
	width:1024px;
	height:71px;
	text-align: center;
	padding-top: 15px;
	font-size: 19px;
	color: #FFF;
}

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

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

#centre {
	background-image:url(images/centre.png);
	width:900px;
	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:#7c0100;
}

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

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

#centre_bas {
	background-image:url(images/centre_bas.png);
	width:880px;
	height:36px;
	clear:both;
	margin-bottom: 20px;
	color: #383838;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 50px;
	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 {
	margin-left:370px;
	width:300px;
	height:140px;
}

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