body {
	font-family:"Goudy Old Style";
	font-size: 17px;
	padding: 0px;
	margin: 0px;
}

#header {
	height: 120px;
	background-image:url(../images/style/header.jpg);
	background-repeat: repeat-y;
}

#conteneur {
	margin: auto; 
	width: 1200px; /*fixe la largeur de la page*/
	background-image:url(../images/style/centre.jpg);
	background-repeat: repeat-y;
}

#centre {
	padding:10px;
	margin-left: 280px; /* pour définir la zone du texte*/
	margin-right: 140px;
	min-height:1000px;
/*	margin-bottom:150px;*/
}

#pied {
/*	clear: both;*/
	height: 220px;
	background-image:url(../images/style/pied.jpg);
	background-repeat: repeat-y;
}

#centre a:link {
	color:#990000;
}

#centre a:visited {
	color:#996600;
	text-decoration:none;
}

#gauche {/*style du menu*/
	float: left;
	width: 210px;
	padding-top:10px;
	padding-left:57px;
	font-weight:bold;
}

#gauche a{
	color: #990000;
	font-size:17px;
	text-decoration: none;
}

/*#droite {
	float: right;
	width: 130px;
	padding-top:5px;
	text-align:center;
	height: 700px;
	background:transparent;
}*/



h1 {
	font-size: 21px;
	text-align: center;
	color:#990000;
}

h2	{
	font-size: 18px;
	text-align: center;
	color:#990000;
}
