
body, html {
	overflow: hidden;
	background: url('../img/bg.png') #ae8720;
	font: normal 12px 'Verdana', sans-serif;
	color: #55200b;
	border: 0;
}

div#mainBG {
	/*z-index: -1;*/
	position: absolute;
	width: 960px;
	height: 570px;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -450px;
	background: url('../img/mainFrame.png') no-repeat;
}

div#mainFrame {
	position: absolute;
	width: 960px;
	height: 570px;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -450px;
}

img {
	border: 0px;
}

td {
	font: normal 12px 'Verdana', sans-serif;
	color: #55200b;
}

/* MENU
------------------------ */

a#accueil {
	display: block;
	position: absolute;
	width: 178px;
	height: 52px;
	right: 61px;
	top: 43px;
	border: 0px;
	background-image: url('../img/spacer.png');
}	

a#accueil:hover {
	background-image: url('../img/accueilOn2.png');
}

a#agenda {
	display: block;
	position: absolute;
	width: 178px;
	height: 52px;
	right: 61px;
	top: 95px;
	border: 0px;
	background-image: url('../img/spacer.png');
}	

a#agenda:hover {
	background-image: url('../img/agendaOn2.png');
}

a#photos {
	display: block;
	position: absolute;
	width: 178px;
	height: 52px;
	right: 61px;
	top: 147px;
	border: 0px;
	background-image: url('../img/spacer.png');
}	

a#photos:hover {
	background-image: url('../img/photosOn2.png');
}

a#musique {
	display: block;
	position: absolute;
	width: 178px;
	height: 52px;
	right: 61px;
	top: 199px;
	border: 0px;
	background-image: url('../img/spacer.png');
}	

a#musique:hover {
	background-image: url('../img/musiqueOn2.png');
}

a#liens {
	display: block;
	position: absolute;
	width: 178px;
	height: 52px;
	right: 61px;
	top: 251px;
	border: 0px;
	background-image: url('../img/spacer.png');
}	

a#liens:hover {
	background-image: url('../img/liensOn2.png');
}

div#postIt {
	z-index: 1;
	position: absolute;
	width: 235px;
	height: 170px;
	top: 5px;
	left: 420px;
	background: url('../img/postIt.png');
}

a#contact {
	display: block;
	position: absolute;
	width: 96px;
	height: 31px;
	left: 0px;
	border: 0px;
	background-image: url('../img/contact.png');
}

a#contact:hover {
	background-image: url('../img/contactOn.png');
}

a#newsletter {
	display: block;
	position: absolute;
	width: 68px;
	height: 31px;
	left: 120px;
	border: 0px;
	background-image: url('../img/newsletter.png');
}

a#newsletter:hover {
	background-image: url('../img/newsletterOn.png');
}


/* CONTENU
-------------------- */
div#content {
	position: relative;
	overflow: auto;	width: 650px;
	height: 350px;
	top: 140px;
	left: 30px;
	background: url('../img/bg_thisWeek.png') right no-repeat;}

/* ACCUEIL
----------------------*/
div#news {
	float: left;
	overflow: auto;
	width: 365px;
	height: 345px;
	background-color: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

span.newsTitle {
	font: bold 12px 'Verdana' sans-serif;
	color: #55200b;
	text-transform: uppercase;
}

span.newsDate {
	font: normal 10px 'Verdana' sans-serif;
	color: #55200b;
}

span.newsText {
	font: normal 12px 'Verdana' sans-serif;
	color: #55200b;
}

div#thisWeek {
	position: relative;
	float: right;
	width: 270px;
	/*height: 340px;*/
	padding-top: 50px;
	padding-left: 0px;
	margin-left: 5px;
	/*background: url('../img/bg_thisWeek.png') no-repeat top;*/
}

span.thisWeekDate {
	font: normal 10px 'Verdana' sans-serif;
	color: #55200b;
}

span.thisWeekTitle {
	font: bold 12px 'Verdana' sans-serif;
	color: #55200b;
	text-transform: uppercase;
}

div#viewAgenda {
	position: relative;
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
	font-weight: bold;
}

/* AGENDA
----------------------*/
div#agenda {
	/*position: absolute;
	overflow: auto;
	width: 100%;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

span.agendaTitle {
	font: bold 12px 'Verdana' sans-serif;
	color: #55200b;
	text-transform: uppercase;
}

span.agendaDate {
	font: normal 10px 'Verdana' sans-serif;
	color: #55200b;
}

span.agendaText {
	font: normal 12px 'Verdana' sans-serif;
	color: #55200b;
}

a {
	color: #55200b;
	text-decoration: none;
}

a:hover {
	color: #8b0000;
	text-decoration: underline;
}

hr {
	height: 1px;
	color: #55200b;
	background-color: #55200b;
	border: 0px;
}

/* GALLERIES
----------------------*/
div#galleries {
	position: relative;
	float: left;
	/*height: 340px;*/
	background-color: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* MUSIQUE
----------------------*/
div#musique {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* CONTACT
----------------------*/
div#contact {
	position: relative;
	float: left;
	overflow: auto;
	width: 630px;
	height: 360px;
	background-color: none;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* FOOTER
----------------------*/
div#footer {
	position: absolute;
	height: 31px;
	top: 512px;
	left: 24px;
	background: #8b0000;
}