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


#content {
	width: 835px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333;
	width: 900px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}
#menu {
	width: auto;
}
#main {
	min-height:800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #916A00;
	background-color:#FFFFFF;
	text-align: left;
}
a:hover {
	text-decoration: none;
	color: #328ECF;
}
a:active {
	text-decoration:none;
	color:#FFF;
}	

/* Entete */
#entete {
margin: 0;
padding: 0.5em 1em 0.2em 1em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
background: #FFF url(images/banniere.jpg) top no-repeat; 
height: 150px; /* non standard w3c*/
}

#footer2 {
	font-size: 9px;
	background-color: #916A00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius:5px 5px 5px 5px;
}

#footer {
	background-color: #916A00;
	text-align:center;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	border-radius:5px 5px 5px 5px;
}
#content #main table tr td {
	text-align: center;
}
#content #main table {
	text-align: center;
	font-size: 12px;
}
#content #main table tr {
	text-align: center;
}
#content #main blockquote h3 {
	text-align: justify;
}
#content #main blockquote p {
	text-align: justify;
}
#content #main p {
	text-align: left;
}
