body {
  color : rgb(255, 255, 255);
  background-color : rgb(0, 0, 0);
  cursor: default;
}
table, div {
    cursor: default;
}
p, ul, li {
  font-size : 100%;
  font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
  color : rgb(255, 255, 255);
  background-color : rgb(0, 0, 0);
  text-align: left;
}
h1 {
  font-family : Arial;
  font-style : normal;
  font-weight:bold;
  font-size : 16px;
  line-height : 18px;
  font-family : Arial;
  color : rgb(255, 204, 51);
  background-color : rgb(0, 0, 0);
  text-align : center;
  padding-left : 1px;
}
h2 {
  font-family : Georgia, 'Times New Roman', serif;
  font-variant : small-caps;
  font-weight : normal;
/*
  font-family : Arial;
  font-style : italic;
  font-weight:bold;
*/
  font-size : 14px;
  line-height : 16px;
  color : rgb(255, 204, 51);
  background-color : rgb(0, 0, 0);
  padding-left : 1px;
}
h3 {
  font-family : Arial;
  font-style : normal;
  font-weight: bold;
  font-size : 12px;
  line-height : 16px;
  color : rgb(255, 204, 51);
  background-color : rgb(0, 0, 0);
  padding-left : 1px;
}
.anotation {
  color : rgb(255, 255, 255);
  background-color : rgb(0, 0, 0);
  font-style : normal;
  font-size : 10px;
  line-height : 16px;
  font-family : Arial;
  text-align : justify;
}
.datenews {
  color : rgb(200, 200, 200);
  background-color : rgb(0, 0, 0);
  font-style : italic;
  font-size : 12px;
  line-height : 16px;
  font-family : Arial;
  text-align : justify;
}
.article, .formulaire, .text {
  color : rgb(255, 255, 255);
  background-color : rgb(0, 0, 0);
  font-style : normal;
  font-size : 12px;
  line-height : 20px;
  font-family : Arial;
  text-align : justify;
}
input, textarea {
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
}
.menu {
  color : rgb(255, 255, 255);
  background-color : rgb(0, 0, 0);
  font-style : normal;
  font-weight:bold;
  font-size : 14px;
  line-height : 16px;
  font-family : Arial;
  text-align : justify;
}
a.menu:link, a.menu:visited, a.menu:active  {
  color : rgb(192, 192, 192);
  background-color : rgb(0, 0, 0);
  text-decoration : none;
}
a.menu:hover, a.menu:focus  {
  color : rgb(0, 0, 0);
  background-color : rgb(255, 255, 255);
  text-decoration : none;
}
.menu_footer {
  color : rgb(120, 120, 120);
  background-color : inherit;
  font-style : normal;
  font-weight:bold;
  font-size : 14px;
  line-height : 16px;
  font-family : Arial;
  text-align : justify;
}
a.menu_footer:link, a.menu_footer:visited, a.menu:active  {
  color : rgb(120, 120, 120);
  background-color : inherit;
  text-decoration : none;
}
a.menu_footer:hover, a.menu_footer:focus  {
  color : rgb(255, 153, 00);
  background-color : rgb(220, 220, 220);
  text-decoration : underline;
}
.LivreOr {
  color : rgb(255, 255, 255);
  font-style : normal;
  font-weight:bold;
  font-size : 14px;
  line-height : 16px;
  font-family : Arial;
  text-align : justify;
}
a:link, a:visited, a:active  {
  color : rgb(192, 192, 192);
  background-color : inherit;
  text-decoration : none;
}
a:hover, a:focus  {
  color : rgb(128, 128, 128);
  background-color : inherit;
  text-decoration : none;
}
a.liens:link,a.liens:visited {
  color : rgb(128, 128, 128);
  text-decoration: none;
  font-weight:bold;
}
a.liens:hover, a.liens:active {
  color : rgb(128, 128, 128);
  text-decoration: underline;
  font-weight:bold;
}
img.linkImageOff {
  border: 1px solid rgb(255, 255, 255);
}
img.linkImageOn {
  border: 1px solid rgb(128, 128, 128);
}
img.linkIndexOff {
  border: 1px solid rgb(255, 255, 255);
}
img.linkIndexOn {
  border: 1px solid rgb(128, 128, 128);
}
div.content{
	width: 900px;
	height: auto;
	max-height: 1200px;
	overflow: auto;
	background-color: black;
}
