body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFE7BA;
	font: 12px MS sans Serif, Arial, Helvetica, sans-serif;
	color: white;
	scrollbar-face-color : #F8CD99;
	scrollbar-shadow-color : #DA6B11;
	scrollbar-arrow-color : #3D1110;
	scrollbar-base-color : #3D1110;
	scrollbar-darkshadow-color : #DA6B11;
	scrollbar-highlight-color : #F8CD99;
	scrollbar-track-color : #F8CD99;
	overflow: auto;
}
img {
	border: 0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #E07022;
	text-decoration: none;
}

#winCentre {
	position: absolute;
	width: 780px;
	eight: 540px;
	left: 50%;
	top: 0;
	margin-left: -390px;
	argin-top: -270px;
	background-color: #006;
}
	#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
		color: white;
		font-size: 13px;
		text-decoration: none;
		letter-spacing: -1px;
	}
	#page {
		width: 480px;
		height: 241px;
		overflow: auto;
	}
	#corps {
		position: relative;
		float: none;
		height: 590px;
		border: 1px solid #895741;
		border-bottom: 0;
		background-color: white;
	}
	#tout {
		width: 535px;
		height: 624px;
		border-top: 1px solid white;
		border-bottom: 10px solid #DA6B11;
		background-color: #F8CD99;
		color: #3D1110;
		overflow: auto;
	}
		#tout a {
			color: white;
			text-decoration: underline;
		}
		#tout img {
			border: 2px dashed #3D1110;
		}
		#tout img.noB {
			border: 0;
		}
		#pop {
			position: absolute;
			visibility: hidden;
			width: 533px;
			height: 416px;
			left: 50%;
			top: 50%;
			margin-left: -267px;
			margin-top: -210px;
			padding: 3px;
			border: 2px dotted #3D1110;
			background-color: #ECC189;
		}
		#gauche {
			position: relative;
			z-index: 9;
			float: left;
			width: 190px;
		}
			#gauche .haut {
				width: 100%;
				background-color: #895741;
			}
				#gauche #image {
					width: 183px;
					height: 280px;
					margin: 3px 0 0 3px;
					background: url(/Multimedia/Images/im0.jpg) no-repeat;
				}
				#gauche .menu {
					height: 24px;
					font: bold 11px/22px MS Sans Serif, Arial, Verdana;
					color: white;
					text-align: center;
				}
					#gauche .menu a, #gauche .menu a:hover {
						color: white;
						text-decoration: none;
					}
				#gauche #refs {
					height: 150px;
					margin: 6px;
					margin-bottom: 0;
					padding: 5px;
					background-color: #C49B7C;
					font: 11px Arial;
					color: white;
					text-align: center;
				}
			#gauche .bas {
				width: 190px;
				height: 43px;
				background: url(/Multimedia/Images/angle_g.gif) no-repeat;
			}
		#droite {
			position: absolute;
			bottom: 0;
			top: 0;
			width: 588px;
			height: 200px;
		}
			#archeSup {
				position: absolute;
				z-index: 3;
				left: -2px;
				top: 0;
				width: 590px;
				height: 125px;
				background: url(/Multimedia/Images/arche_h.gif) no-repeat 0 0;
				filter: Shadow(Color=#333333, Direction=185);
			}
				#archeSup img {
					float: right;
					margin: 10px;
				}
			#medaillon {
				position: absolute;
				z-index: 4;
				left: 49px;
				top: 8px;
				width: 162px;
				height: 163px;
				background: url(/Multimedia/Images/medaillon.gif) no-repeat 0 0;
			}
			#barreMenu {
				position: relative;
				z-index: 2;
				top: 87px;
				width: 100%;
				height: 21px;
				background-color: #895741;
				font: 12px/21px MS Sans Serif, Arial;
				color: white;
			}
				#barreMenu span {
					margin-left: 3px;
				}
				#barreMenu span a, #barreMenu span a:hover {
					color: white;
					text-decoration: none;
				}
		#archeInf {
			position: absolute;
			z-index: -1;
			float: none;
			width: 778px;
			height: 80px;
			left: 0;
			bottom: 0;
			background: url(/Multimedia/Images/arche_b.jpg) no-repeat;
			font: 10px/80px Arial;
			text-align: center;
		}
	#poweredBy {
		position: relative;
		float: right;
		color: #895741;
		font: 10px Arial;
	}
		#poweredBy img {
			vertical-align: middle;
		}
		#poweredBy a, #poweredBy a:hover {
			color:  #895741;
			text-decoration: none;
		}