body, html {
	margin: 0; padding: 0;
	background-color: black;
}
body {
	margin: 0 auto;
	width: 638px;
	font-family: helvetica, arial;
	font-size: 11px;
}

#banniere {
	height: 200px;
	width: 638px;
	position: absolute;
	top: 0;
	color: white;
}
#banniere #b-img {
	display: block;
	position: absolute;
	top: 22px;
	height: 142px;
	width: 615px;
	background-image: url(../img/banniere.jpg);
}
#banniere #b-img span { display: none; }
#banniere #b-addr {
	position: absolute;
	top: 170px;
	text-align: center;
	width: 100%;
}
#banniere #b-addr a { color: white; text-decoration: none; }
#banniere #b-addr a:hover { text-decoration: underline; }

#content {
	margin-top: 200px;
	padding: 13px 0 0 0;
	background-color: white;
	min-height: 300px;
	border: 1px solid #a7a7a7;
	border-top-width: 0px;
}
#content #c-compagnie, #content #c-spectacles, #content #c-calendrier, #content #c-valid {
	margin: 13px 0;
	padding: 0 6px 0 22px;
}
#content hr.inter {
	clear: both;
	height: 0;
	visibility: hidden;
}
#content #c-compagnie .title, #content #c-spectacles .title, #content #c-calendrier .title {
	margin-left: -16px;
}

#foot {
	height: 23px;
	margin-bottom: 6px;
	background: transparent url(../img/enconstruction.jpg) no-repeat scroll bottom right;
}
#credits { color: gray; text-align: center; margin: 5px 0 3px 0; }
#credits a { color: silver; }
#credits a.admin { color: gray; text-decoration: none; }
#credits a.admin:hover { color: gray; text-decoration: underline; }

textarea { width: 590px; height: 300px; }

