@CHARSET "ISO-8859-1";
body {
	font-family: verdana;
  font-size: 12px;
}
#top {
	width:700px;
	padding:0;
	margin: 0 auto 0 auto;
}
#header-table {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	font-weight:bold;
}

#top-menu-table {
	width:100%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-weight:bold;
	text-align: center;
}
#top-menu-table td {
	padding: 3px;
  border: 2px;
  background-color: #bbd5a0;
  border-color: #ffffff;
  border-style: solid;
  width: 14%; /* 100/7 columns */
}
#top-menu-table :link, #top-menu-table :active, #top-menu-table :visited, #top-menu-table :hover {
  color:#000000;
}

h1 {
	display: block;

  border: 2px;
  border-color: #660033;
	border-style: solid;
	padding: 2px;
  
  font-size: 12px;
  color:#660033;
  text-transform:uppercase;
  font-weight:bold;
}
.texte-gros {
	font-weight: bold;
}

.texte-tres-gros {
	color: #660033;
	font-size: 14px;
	font-weight: bold;
}

#left-menu {
	float: left;	
}
#content-left-menu {
	overflow: hidden;
}
#left-menu :link, #left-menu :active, #left-menu :visited, #left-menu :hover {
  color:#000000;
  font-style: normal;
  text-decoration: none;
}
#left-menu a {
  display:block;
}
#left-menu :hover {
  background-color: #f0e4e9;
}
#left-menu .left-menu-elmt {
  font-size: 12px;
  font-weight: bold;
	margin: 0px;
  padding: 5px 5px 5px 5px;
  display:block;
}
#left-menu .left-menu-elmt2 {
  font-size: 10px;
  padding: 2px;
  margin: 0px 0px 0px 10px;
  display:block;
}
.left-menu-elmt-selected {
	background-color: #f0e4e9;
}

#page-title {
  border-style: none;
  background-color: #660033;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 0px auto 0px auto;
	height:25px;	
	text-align:left;
}

#banner {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding:0px;
	border:0px;
	border-collapse: collapse;
}
#banner td {
	padding:0px;
	border:0px;
}
#banner-image {
	width:1%;
}
#banner img {
	border-style: solid;
	border-color: black;
}
#banner-marge {
	width: 10px;
}
#banner-text {
  background-color: #bbd5a0;
  vertical-align: center;
}
hr {
	width: 300px;
}

#events {
  background-color: #eeeeee;
  padding: 10px;
  overflow: hidden;
}
#events ul
{
	padding-left: 20px;
	padding-right: 10px;
	margin: 0px;
}
#events .event-title {
	margin: 1em 0em 0.5em 0em;
	font-size: 12px;
	font-weight: bold;
	list-style: disc outside;
}
#events .event-desc {
	font-size: 11px;
	list-style: none outside;
}

#copyright {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#counter{
	text-align: center;
}