body {
  font: 12px Tahoma, Arial, Helvetica, Verdana;
  background-color: #FFFFFF;
  /* font: 12px Verdana, "Bitstream Vera Sans", sans-serif; */
  padding: 0;
	margin: 0;
}

/* ---- Header ------------------------------------------------------------- */
#header {
	font: 20px bold Verdana, "Bitstream Vera Sans", sans-serif;
	letter-spacing: 0.1em;
	line-height: 60px;
	background: #97A6BF url(../images/topbg.gif) repeat-x;
	border-bottom: 1px solid #5176B5;
	padding-left: 20px;
	padding-right: 20px;
}

#header table {
	width: 100%;
}

#header a {
	color: #000000;
	text-decoration: none;
}

/* ---- Menu --------------------------------------------------------------- */
#menu{
	font: 12px Tahoma, Arial, Helvetica, Verdana;
	background-color: #DFDFDF;
	background: url("../images/menu-background.png") repeat-x;
	text-align: left;
}

#menu table {
	height: 25px;
	max-width: 900px;
	border-left: 1px solid #B6B6B6;
}

#menu td {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #606060;
	width: 120px;
	border-right: 1px solid #B6B6B6;
	cursor: pointer;
	text-align: center;
}

#menu td:hover {
	background: url("../images/menu-background-highlight.png") repeat-x;
	background-color: transparent;
}

/* ---- Submenu ------------------------------------------------------------ */
#submenu table {
	background-color: #E4EAF2;
	border-top: 1px solid #5176B5;
	border-left: 1px solid #5176B5;
	border-right: 1px solid #5176B5;
	width: 120px;
  margin: 10px;
}

#submenu th {
  background-color: #97A6BF;
	border-bottom: 1px solid #5176B5;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#submenu td {
  border-bottom: 1px solid #5176B5;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
/*
#submenu td:hover {
	background-color: #97A6BF;
  cursor: pointer;
}
*/
#submenu a, #submenu a:active, #submenu a:visited {
	color: #000000;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

/* ---- Content ------------------------------------------------------------ */
#content {
	padding: 10px;
  line-height: 140%;
}

#title {
	font: 15px Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	letter-spacing: 0.25em;
	margin-bottom: 15px;
}

#section {
	font: 13px Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	color: #CC6600;
  border-bottom: 1px solid #999999;
  margin-top: 20px;
  margin-bottom: 10px;
}

#section em {
	color: #000000;
	font-weight: normal;
}

#rubrique, h2 {
  font: 12px Verdana, "Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  color: #7777BB;
  margin-top: 10px;
  margin-bottom: 10px;
}

#index ol, #index li {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px;
}

a:link, a:active, a:visited {
	color: #5176B5;
}
a:hover {
	color: #FF4444;
}

ul.list1 {
	margin: 0px;
	padding: 0px;
/*	list-style-image: url("../images/puce1.png"); */
}

li {
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 5px;
}

ul.list2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-image: url("../images/puce2.png");
}

ol.list1 {
  margin: 0px 0px 0px 5px;
  padding: 0px;
/*  list-style-image: url("../images/puce1.png"); */
}

#content p {
	margin-top: 0px;
}

#table1 table {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 0px;
  margin-bottom: 15px;
}

#table1 td, #table1 th {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}

img.screenshot {
  margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
  border: 1px solid #CCCCCC;
}

/* ---- Right side content ------------------------------------------------- */
#rsidecontent {
	font: 11px Tahoma, Arial, Helvetica, Verdana;
	width: 250px;
	border: 1px solid #5176B5;
	background: url("../images/sidebar-header-background.png") repeat-x;
	padding: 5px;
}

#rsidecontent h1 {
	font: 11px Tahoma, Arial, Helvetica, Verdana;
	font-weight: bold;
	color: #6C6CA2;
	margin: 0px 0px 5px 0px;
}

#rsidecontent p {
	margin: 0px 0px 5px 0px;
}

p.rsidesummary {
	font: 11px Tahoma, Arial, Helvetica, Verdana;
	padding-left: 50px;
}

/* ---- News --------------------------------------------------------------- */
#news {
  padding: 10px;
	font: 11px Tahoma, Arial, Helvetica, Verdana;
	width: 300px;
}

#news ul {
	list-style: none;
	background: url("../images/sidebar-header-background.png") repeat-x;
	border: 1px solid #5176B5;
	color: #6C6CA2;
	font-weight: bold;
	margin: 0px 10px 15px 10px;
	padding: 5px;
}

#news li {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #000000;
	font-weight: normal;
}

.newsdate {
	font-weight: bold;
}

/* ---- Admin -------------------------------------------------------------- */
#admin table {
	border: 1px solid #5176B5;
}

#admin th {
	font-weight: bold;
	border-bottom: 1px solid #5176B5;
  background-color: #97A6BF;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

#admin td {
	padding-left: 10px;
	padding-right: 10px;
}

/* ---- Footer ------------------------------------------------------------- */
#footer {
	font: 11px Tahoma, Arial, Helvetica, Verdana;
	margin: 30px 0 30px 0;
	clear: both;
}

#footer a, #footer a:visited {
	color: #5176B5;
	border: 0px;
	background-color: transparent;
}

/* ---- Error message ------------------------------------------------------ */
#errmessage {
  border: 1px solid #FF0000;
  color: #FF0000;
  padding: 5px;
  margin-bottom: 15px;
}