body {
	background: #333 url('./images/body_bg.gif') repeat-x left top;
	font-family: "Segoe UI", arial, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
}

img {
	border-width: 0;
}

table {
	border-collapse: collapse;
}
table td, table th {
	border: solid 1px #038;
	padding: 0.5em 1em;
}
table td {
	background: #FFFFF5 url('./images/td_bg.gif') repeat-x left top;
	text-align: right;
}
table th {
	background: #EED url('./images/th_bg.gif') repeat-x left center;
	color: #333;
	text-align: center;
}
table th.notice {
	background-image: url('./images/th_bbg.gif');
	font-size: 80%;
	text-align: left;
}
h1 {
	color: #149;
	font-family: "French Script Mt", "Brush Script Std", "Times New Roman", Serif;
	font-size: 2.25em;
}

h3 {
	font-size: 1.5em;
}

a {
	color: #149;
	text-decoration: none;
}
a:hover {
	color: #149;
	text-decoration: underline;
}
a:visited {
	color: #149;	
}

.corps {
	background: #D5CDC2 url('./images/corps_bg_haut.gif') repeat-x left top;
	border-left: solid 1px #008;
	border-right: solid 1px #008;
	color: #333;
	font-weight: bold;
	margin: 170px auto 64px;
	position: relative;
	width: 958px;
	z-index: 0;
}
	.corps .corps_h {
		background: transparent url('./images/corps-ombre-haut.png') no-repeat center top;
		height: 16px;
		position: relative;
			top: -16px;
			left: -1px;
		width: 968px;
		z-index: -1;
	}


	.corps .corps_d {
		background: transparent url('./images/corps-ombre-milieu.png') repeat-y right top;
		position: absolute;
			top: 0;
			bottom: 0;
			right: -9px;
		width: 8px;
	}

	.corps .corps_b {
		background: transparent url('./images/corps-ombre-bas.png') no-repeat center top;
		height: 32px;
		position: absolute;
			bottom: -32px;
			left: -1px;
		width: 968px;
	}

	.banniere {
		background: transparent url('./images/blason.png') no-repeat center top;
		height: 272px;
		margin-top: -155px;
		margin-bottom: 32px;
		z-index: 3;
	}
	.menu {
		background-color: #EED;
		border-left: solid 1px #038;
		border-right: solid 2px #038;
		float: left;
		margin: 16px 0 0 16px;
		padding: 0;
		text-align: center;
		width: 149px;
	}

		.menu .haut {
			background: transparent url('./images/menu-haut.png') no-repeat left top;
			margin-left: -1px;
			margin-top: -16px;
			height: 16px;
			width: 152px;
		}
		.menu .bas {
			background: transparent url('./images/menu-bas.png') no-repeat left top;
			margin-left: -1px;
			margin-bottom: -16px;
			height: 16px;
			width: 152px;
		}

		.menu h3 {
			margin: 0;
			text-transform: capitalize;
		}
		.menu ul {
			font-weight: bold;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.menu ul li {
			background: transparent url('./images/li_bg.gif') repeat-x left top;
			font-family:  "Tahoma", sans-serif;
			font-size: 1.0625em;
			/*	1.125em	*/
			min-height: 32px;
			line-height: 32px;
			position: relative;
			text-align: center;
			text-transform: capitalize;
		}
		.menu ul li a:first-letter {
			font-family:  "French Script Mt", "Brush Script Std", "Times New Roman", sans-serif;
			font-size: 1.25em;
		}
		.menu ul li:hover {
			color: #222;
		}
		.menu ul li ul {
			margin: 0;
			padding: 0;
		}
		.menu ul li:hover ul {
			width: 100%;
		}
		.menu ul li ul li {
			background-image: none;
			font-family: "Segoe UI", arial, sans-serif;
			font-size: 75%;
			min-height: 0;
			line-height: normal;
			padding-left: 3em;
			text-align: left;
			text-transform: none;
		}
		.menu ul li ul li a:first-letter {
			font-family:  "Tahoma", sans-serif;
			font-size: 1em;
			text-transform: capitalize;
		}
		.menu a {
			color: #149;
			display: block;
			text-decoration: none;
		}
		.menu a:hover {
			color: #D00;
		}


	.contenu {
		float: right;
		font-weight: bold;
		min-height: 350px;
		margin: 16px 16px 0 0;
		padding: 0 16px;
		width: 742px;
		
		text-align: justify;
	}
		.contenu .texte:first-letter {
			float: left;
			font-size: 3em;
			text-transform: uppercase;
		}
		.contenu .indexleft {
			float: left;
			height: 427px;
			text-align: center;
			width: 204px;
		}
			.contenu .indexleft ul {
				text-align: left;
			}
		.contenu .indexright {
			float: right;
			height: 427px;
			text-align: left;
			width: 704px;
		}
		.contenu .imgright {
			float: right;
			margin: 0 0 0.5em 1em;
		}
		.contenu .indexunder {
			clear: both;
			padding: 2em;
			text-align: center;
		}
		.contenu .p, .p1, .p2, .p3 {
			background: transparent url('./images/p_bg.gif') repeat-x top left;
			margin: auto;
		}
		.contenu .p {
			width: 550px;
		}
		.contenu .p1 {
			width: 75%;
		}
		.contenu .p2 {
			float: left;
			width: 50%;
		}
		.contenu .p3 {
			float: left;
			width: 33%;
		}
		.contenu .box {
			border: solid 1px #920;
			margin: 1em auto;
			-khtml-border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		}
		.center {
			margin: auto;
			text-align: center;
		}

	.galerie {
		background: #EED url('./images/galerie_bg.gif') repeat-x bottom left;
		border: solid 1px #008;
		padding: 1em;
		text-align: center;

		-khtml-border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
		.galerie a {
			display: inline-block;
			margin: 4px;
			width: 30%;
		}
		.galerie a img {
			background-color: #FFF;
			border: solid 1px #444;
			border-right: solid 2px #555;
			border-bottom: solid 2px #555;
			padding: 8px;
		}
	.carte {
		background: transparent url('./images/carte.png') no-repeat top left;
		height: 161px;
		position: absolute;
			top: 450px;
			left: -40px;
		width: 252px;
		z-index: 3;
	}
		.carte a {
		/*	background-color: #F0F;	*/
			display: block;
			height: 152px;
			width: 246px;
		}
		.carte a span {
			display: none;
		}
	.photo {
		background-color: #FFF;
		border: solid 1px #555;
		padding: 12px;
	}
	.photo_t {
		background-color: #FFF;
		border: solid 1px #555;
		padding: 3px;
	}
	.t_g {
		float: left;
		margin: 0 16px 1em 0;
	}
	.t_d {
		float: right;
		margin: 0 0 1em 16px;
	}
	.cr {
		font-size: xx-small;
		padding-top: 0.5em;
		text-align: center;
	}
	.copyright {
		background: #D5CDC2 url('./images/corps_bg_bas.gif') repeat-x left bottom;
		clear: both;
		color: #555;
		font-size: 10px;
		min-height: 245px;
		padding-bottom: 1em;
		position: relative;
		text-align: center;
		z-index: 0;
	}
	.copyright_1 {
		background: transparent url('./images/bottomtext.png') no-repeat center top;
		padding-top: 64px;
		position: absolute;
			bottom: 16px;
			left: 0;
			right: 0;
		z-index: 1;
	}
