body {
	margin: 0px;
	text-align: center;  /* fix IE6 bug (not understanding margin: auto to center DIV) */
	color: #000000;
	background: #988f52 url("/images/bg_body.jpg") repeat-x scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #7d7644;
	text-decoration: none;
}

a:visited {
	color: #7d7644;
	text-decoration: none;
}

a:active {
	color: #7d7644;
	text-decoration: underline;
}

a:hover {
	color: #7d7644;
	text-decoration: underline;
}

a:hover img, a img {
	text-decoration: none;
	border: none;
}

#container {
	background: #FFFFFF /* repeat-y left url(/images/sidebar_bg.png) */;
	text-align: left;  /* used to apply a correct text alignment after IE6 fix on body */
	position: relative;
	margin-left: auto;
	margin-right: auto;
    width: 984px;
  /* border: 1px solid #BBBBBB; */
}

#pageHeader {
	position: relative;
	width: 984px;
	height: 110px;
	background-color: #F4F2E5;
}

#flags {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#navbar {
	position: relative;
	top: 0px;
	background-color: #7d7644;
	color: #FFFFFF;
	width: 984px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-top: solid #988f52 1px;
	border-bottom: solid #988f52 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navbar a {
	color:#FFFFFF;
}

#breadcrumbContainer {
	background: #ffffff;
	text-align: left;
	padding: 5px 0px 0px 5px;
	height: 20px;
	width: 974px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#breadcrumbContainer ul {
	display: inline;
	list-style: none;
/*	position: relative;*/
	top: 5px;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#breadcrumbContainer li {
	display: inline;
}

#breadcrumbContainer a {
	color: #988f52;
}

#breadcrumbContainer a:hover {
	text-decoration: underline;
	color: #988f52;
}

#toptitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#toptitles table {
	margin-top: 5px;
	margin-bottom: 5px;
}

#toptitles tr {
	vertical-align: top;
}

#toptitles .col {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

#toptitles h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0px 10px 0px;
}

#toptitles h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

#toptitles p {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#bottomtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bottomtitles table {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bottomtitles tr {
	vertical-align: top;
}

#bottomtitles .col {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

#bottomtitles h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#bottomtitles h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

#bottomtitles p {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

.events p {
  text-indent: -10px;
	padding-left: 10px;
}	

.vdiv {
	background-color: transparent;
	background-image:url("/images/grey.png");
	background-repeat:repeat-y;
	background-attachment: scroll;
	width: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

.rule {
  border-top: 1px dotted #999;
  margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
  padding-bottom: 0px;
}

.hdiv {
	background-color: transparent;
	background-image:url("/images/grey.png");
	background-repeat:repeat-x;
	background-attachment: scroll;
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 4px;
	margin-right: 5px;
}

#footer {
	border-top: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color: #f3f2e5;
}

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

.imglegend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.highlighted {
  background-color:#FFFF00;
}

form {
  margin: 20px 0px 10px 0px;
}

.formbg {
  background-color: #f3f2e5;
	padding: 10px;
	border: solid #7d7644 1px;
}

.textinput {
  background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.buttoninput {
  background-color: #7d7644;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f3f2e5;
}

.feed {
	margin-left: 3px;
	padding: 1px 0 0 19px;
	background: url("/images/icons/feed-icon-14x14.png") no-repeat 0 50%;
}

ul.navmenuleft {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

ul.navmenuleft li.active {
	font-weight: bold;
}

.statuts {
	margin-left: 30px;
}

.statuts p {
	margin-left: 25px ! important;
}