body {
	background-color: #6c0b3c;
	background-image: url(design/Fond_degrade.jpg);
	background-repeat: repeat-x;
}
#corps {
	width: 970px;
	height: 1500px;
	margin: -10px auto 0;
	position: relative;
}
#header {
	height: 180px;
	background-image: url(images/palais-de-justice.jpg);
	width: 970px;
}
#menu {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding-left: 0;
	right: 0;
	background-color: #FFFDF2;
}
#menu_page {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding-left: 0;
	right: 0;
	background-color: #FFFDF2;
}
#menu li {
	float: left;
	width: 140px;
	margin: 0px 0 0 20px;
}
#menu_page li {
	float: left;
	width: 100px;
	margin: 0px 0 0 19px;
}
#menu li a {
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background-image: url(design/Bouton_Normal.jpg);
	background-position: left top;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #FFF;
}
#menu_page li a {
	display: block;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	background-image: url(design/Bouton_Normal.jpg);
	background-position: left top;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	text-decoration: none;
	font-weight: 700;
	color: #FC6;
	background-image: url(design/Bouton_Normal.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 21px;
}
#menu_page li a:hover, #menu_page li a:focus, #menu_page li a:active {
	text-decoration: none;
	font-weight: 700;
	color: #FC6;
	background-image: url(design/Bouton_Normal.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
}
a:link{
	color: #6c0b3c;
	font-weight: 700;
}
a:hover {
	color: #FF8000;
	font-weight: 700er;
}
a:visited{
	color: maroon;
	font-weight: 700;
}
a:active {
	color: red;
	font-weight: 700;
}
#page {
	width: 970px;
	height: 1370px;
	background-color: #FFFDF2;
	overflow: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6c0b3c;
	text-align: justify;
}
h1   {
	text-align: center;
	font-weight: 700;
	font-style: italic;
	font-size: 24px;
	color: #6c0b3c;
	line-height: 13pt;
	margin-top: 50px;
}
h2 {
	text-align: left;
	font-weight: 700;
	font-style: italic;
	font-size: 21px;
	color: #6c0b3c;
}
h3 {
	text-align: center;
	font-weight: 700;
	font-style: italic;
	font-size: 21px;
	color: #6c0b3c;
}
.couleur_bordure_photos {
	border-color: #6C0B3C;
}
#pied_de_page {
	width: 970px;
	height: 74px;
	background-image: url(design/pied_de_page.jpg);
}
#mentions {
	width: 970px;
	position: absolute;
	overflow: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFDF2;
	text-align: center;
	font-weight: 700;	
}
/*Centre les éléments inline dans les éléments possédant un attribut class="centre"*/
.centre{
  text-align: center;
}
