body {
	margin:12px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
	color:#666666;
}
.search {
  font-size: 9px;
  color: #AD5500;
}
.inputSearch {
  font-weight: normal;
  font-size: 11px;
  margin: 0px;
  padding: 1px;
  border: solid 1px #AD5500;
}
.submitSearch {
  font-size: 9px;
  margin: 0px;
}
.search a {
  color: #AD5500;
}
.search a:hover {
  color: #F07903;
}
.bTop {
  border-top: 1px solid #DDDCD4;
}
.bBottom {
  border-bottom: 1px solid #DDDCD4;
}
.bRight {
  border-right: 1px solid #DDDCD4;
}
.bLeft {
  border-left: 1px solid #DDDCD4;
}
.bRightDark {
  border-left: 1px solid #5F5F5F;
}
.bTopWhite {
  border-left: 1px solid white;
}
A.menuTop {
  font-size: 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
A.menuTop:hover {
  font-size: 10px;
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
}
.menuSide {
  font-size: 11px;
  list-style: square url(/images/bullet1.gif);
  margin: 5px 0 0 20px;  /* bullet image is in left margin */
  padding-left: 0;
}
.menuSide li {
  margin-left: 0;
  padding-left: 0; /* distance between marker and text */
  margin-bottom: 2px; /* a little spacing between list items */
}
.menuSide a {
  text-decoration: none;
  color: #AD5500;
}
.menuSide a:hover {
  color: #F07903
}
.menuSide ul {
  font-size: 11px;
  list-style: square url('/images/bullet2.gif');
  margin: 5px 0 15px 20px;  /* bullet image is in left margin */
  padding-left: 0;
}
.menuSide ul li:hover {
  list-style: square url('/images/bullet2_over.gif');
}
.menuSide ul li {
  margin-left: 0;
  padding-left: 0; /* distance between marker and text */
  margin-bottom: 2px; /* a little spacing between list items */
}
.menuSide ul a {
  text-decoration: none;
  color: #AD5500
}
.menuSide ul a:hover {
  color: #F07903;
  list-style: square url('/images/bullet2_over.gif');
}
.listRight {
  font-size: 11px;
  list-style: disc;
  margin: 3px 0 0 10px;
  padding-left: 0;
}
.listRight li {
  margin-left: 20px;
  padding-left: 10px;
  margin-bottom: 5px;
  color: #AD5500;
}
.listRight a {
  text-decoration: none;
  color: #AD5500;
}
.listRight a:hover {
  color: #F07903
}
.listRight li:hover {
  color: #F07903
}

.texte {
  font-size: 11px;
  color:#666666;
}
.titre {
  font-size: 16px;
  font-family: Arial, Verdana, Helvetica;
  color:#000000;
  font-weight: bold;
}

