@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image:url(images/fondsite.png);
	background-repeat:repeat-x;
	background-color:#DDF4F7;
}
.header {
	background-image:url(images/header.png);
	width:900px;
	height:171px;
}
.texte {
	width: 860px;
	background-image: url(images/fond.png);
	background-repeat: repeat-y;
	background-position: center;
	color: black;
	text-align: justify;
	padding-top:1px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:1px;
}
.textecentre {
	width: 860px;
	background-image: url(images/fond.png);
	background-repeat: repeat-y;
	background-position: center;
	color: black;
	text-align: center;
	padding-top:1px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:1px;
}
img {
	border:none;
}
.haut {
	width: 860px;
	height: 25px;
	background-image: url(images/hautpage.png);
	background-position: center;
}
.bas {
	width: 860px;
	height:58px;
	background-image: url(images/baspage.png);
	background-position: center;
}
.img {
	display: block;
	margin: auto;
}
.texte1 {
	width: 560px;
	background-image: url(images/fond.png);
	background-repeat: repeat-y;
	background-position: center;
	color: white;
	text-align: left;
	padding: 20px;
}
.red {
	color:#F00;
}
.reddark {
	color:#009
}
.green {
	color:#0F0;
	font-weight:bold;
	font-size:18px;
}
.redbig {
	color:#900;
	font-weight:bold;
	font-size:18px;
}
.bleugras {
	color:#36C;
	font-weight:bold;
}
.orangegras {
	color:#F60;
	font-weight:bold;
}
.rougegrascentre {
	color:#F00;
	font-weight:bold;
	text-align: center;
}
.formulaire {
	border:solid 1px black;
	width:600px;
	margin:auto;
	padding:10px;
}
p2 {
	padding-left:20px;
	padding-right:20px;
}
td {
	padding:auto;
	border: 1px solid blue;
}
table {
	border-collapse: collapse;
}
.menu {
	width:900px;
}
form {
	border:none;
}
#email {
	border:none;
}
fieldset {
	border:none;
}
.postit {
	float:left;
}
