#menu {
	position: absolute;
	left: 269px;
	top: 130px;
	z-index: 100;
}
#menu a.activated {
	/* border-bottom: 1px #ffcc00 dashed; */
}
#menu a {
  font-size: 14px;
  letter-spacing: 1pt;
  padding: 2px;
  margin: 1px 8px;
}

#menu a, #page a {
  color: black;
  font-weight: bold;
}
#menu a:hover,#menu a:active {
  color: #ce2900;
}
a:link, a:visited, a:active, a:hover {
  text-decoration:none;
  outline: none;
}

#logo {
	background-image: url(images/bg/logo.png);
	background-repeat: no-repeat;
	background-position : 0px 0px;
	position: absolute;
	left: 41px;
	top: 81px;
	width: 156px;
	height: 156px;
}

#ckoya {
	background-image: url(images/bg/ckoya.png);
	background-repeat: no-repeat;
	background-position : 0px 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 130px;
}

body {
    font-family: Arial;
	font-size: 12px;
}

#Table_01 {
	background-image: url(images/bg/fond-optim.png);
	background-position: 0px 0px;
	position:absolute;
	left:0px;
	top:0px;
	width:1031px;
	height:700px;
	left: 50%; 
	top: 50%;
	margin-left: -515px;
	margin-top: -350px;
}

#pageCont {
	position:absolute;
	left:246px;
	top:163px;
	width:685px;
	height:462px;
}
#pageBG_G, #pageBG_D, #pageBG_H, #pageBG_B {
	position:absolute;
	z-index: 100;
}

#pageBG_G {
	background-image:url(images/bg/cadreG.png);
	background-position:-6px 0px;
	background-repeat:repeat-y;
	height:442px;
	left:0;
	top:0;
	width:50px;
}
#pageBG_D {
	background-image:url(images/bg/cadreD.png);
	background-position:-22px -79px;
	background-repeat:repeat-y;
	height:442px;
	left:667px;
	top:2px;
	width:20px;
}
#pageBG_H {
	background-image:url(images/bg/cadreH.png);
	background-position:0 -1px;
	background-repeat:repeat-x;
	height:20px;
	left:0;
	top:0;
	width:683px;
}
#pageBG_B {
	background-image:url(images/bg/cadreB.png);
	background-position: 41px -13px;
	background-repeat:repeat-x;
	height:20px;
	left:0;
	top:442px;
	width:683px;
}

#page, #pleaseWait {
	position:absolute;
	left:21px;
	top:15px;
	width: 640px;
	height:410px;
	padding: 10px 3px 0px 3px;
}

#pagebg {
	display: block;
	z-index: 98;
	background-color: white;
	position:absolute;
	left:2px;
	top:2px;
	width:681px;
	height:458px;
}
#page {
	z-index: 99;
	overflow: auto;
}
#page h1 {
	display: block;
	text-align: center;
	font-size: 17px;
	letter-spacing: 3px;
}
#page h1:first-letter {
  color: #ffcc00;
  font-size: 120%;
  text-transform: capitalize;
}

#page p:first-letter {
	font-family: Garamond,"Times New Roman",Serif;
	font-weight:bolder;
	font-style: italic;
	font-size:24px;
	text-transform: capitalize;
	margin-left: 8px;
	margin-bottom: -2px;
	padding-bottom: 0px;
	letter-spacing: 2px;
}
#pleaseWait {
	z-index: 100;
}
#player {
	position:absolute;
	left:0px;
	top:340px;
	width:240px;
	height:285px;
}
#social {
	display: block;
	position:absolute;
	left:0px;
	top:630px;
	width:240px;
	height:80px;
	max-width:240px;
	max-height:80px;
	overflow: auto;
}

.divCenter table{
	width: 100%;
}

/* ------------------------------- */

table.newsList {
	border-collapse: collapse;
	border: none;
}
table.newsList span.newsDate {
	font-size: 10px;
	color: #777;
}
table.newsList span.newsTitle {
	font-size: 12px;
	font-style: italic;
	color: #777;
}
table.newsList td.newsContent {
	border-bottom: 1px solid #ffffc3;
}
td.newsContent img {
	padding: 4px;
}
/* ------------------------------- */
#calendar {
  display: block;
  width: 650px;
  overflow:auto;
}
#calendar span.heure {
	font-size: 9px;
	color: #555;
	cursor: default;
}
#calendar .eventContent {
	text-align: left;
	color: #555;
	font-style: italic;
	margin-left: 15px;
}
#calendar td.eventDate {
	width: 92px;
	text-align: left;
	cursor: default;
}
#calendar span.eventLocation, #calendar span.eventTitle {
	display: block;
	cursor: default;
}
#calendar span.eventLocation {
	float: left;
	min-width: 150px;
	width: 150px;
	text-align: left;
	cursor: default;
}
#calendar td.calYearSep {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 12px;
	background-color: #FFCC00;
	color: #FFFFC3;
	cursor: default;
}
#calendar table { border-collapse: collapse; }

#calendar td {
	vertical-align: top;
	cursor: default;
}
#calendar tr.regular td {
	border-top: 1px solid #ffffc3;
	padding-top: 8px;
}
#calendar tr.newMonth td {
	border-top: 1px solid #FFCC00;
	padding-top: 8px;
}

tr.regular:hover td, tr.newMonth:hover td {
	background-color: #ffffc3;
}

