body {
	color: #443300;
	background: #000000;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main {
	height: 743px;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	background: url(images/background.jpg) no-repeat;
}
.content {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: scroll;
	height: 490px;
	width: 875px;
	margin-top: 141px;
	margin-left: 56px;
	padding: 25px 10px 10px;
}
a.fermer:link, a.fermer:active, a.fermer:visited {
	position: absolute;
	height: 53px;
	width: 116px;
	background: url(images/bouton-fermer.gif) no-repeat left top;
	top: 147px;
	left: 815px;
	z-index: 1000;
	text-decoration: none;
	border-style: none;
}
a.fermer:hover {
	position: absolute;
	height: 53px;
	width: 116px;
	background: url(images/bouton-fermer.gif) no-repeat left bottom;
	top: 147px;
	left: 815px;
	text-decoration: none;
	border-style: none;
}

.page {
	background: url(images/trame.jpg) no-repeat;
	position: absolute;
	height: 700px;
	width: 1000px;
	left: 0px;
	top: 0px;
}


.menu a:link, .menu a:active, .menu a:visited {
	text-decoration: none;
	color: #B33F17;
	font-size: 18px;
	font-weight: bold;
	border-style: none;
}
.menu a:hover {
	color: #145FBA;
	text-decoration: none;
	border-style: none;
}

#communaute {
	position: absolute;
	top: 147px;
	right: 616px;
}

#agenda {
	position: absolute;
	top: 250px;
	right: 704px;
}
#projet-immobilier {
	position: absolute;
	top: 390px;
	right: 703px;
}
#liens {
	position: absolute;
	top: 496px;
	right: 621px;
}
#activites {
	position: absolute;
	top: 147px;
	left: 617px;
}
#chorale {
	position: absolute;
	top: 250px;
	left: 699px;
}
#galerie {
	position: absolute;
	top: 390px;
	left: 699px;
}
#contacts {
	position: absolute;
	top: 496px;
	left: 616px;
}
h1 {
	font-size: 31px;
	margin-top: 0px;
	border-bottom: 2px solid #CCCCCC;
	font-style: italic;
}
h2 {
	font-size: 24px;
	background: url(images/fleche.gif) no-repeat left center;
	padding-left: 33px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
h6 {
	font-size: 10px;
	font-weight: normal;
}
a:link, a:active, a:visited {
	color: #B33F17;
	text-decoration: underline;
}
a:hover {
	color: #145FBA;
}
#footer {
	color: #CCCCCC;
	position: absolute;
	width: 990px;
	padding: 5px;
	bottom: 0px;
	font-style: italic;
	text-align: center;
	font-size: 10px;
}
#footer p {
	margin: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}
.table-agenda {
		margin-left: 10px;
		margin-right: 10px;
}
.table-agenda .col1 {
	width: 20%;
}
.table-agenda .col2 {
	width: 12%;
	text-align: center;
}
.table-agenda .col3 {
	width: 20%;
}
.table-agenda .col4 {
	width: 18%;
}
