#pageTitle {
  text-align: center;
}

#logo {
}

#logo * , #rightLogo * {
}

#rightLogo * {
  display: none;
}


#copyright {
  text-align: center;
  font-size: small;
  clear: both;
  margin: 0 30% 1em 30%;
  padding: 0 1em 0 1em;
  text-align: center;
}


acronym { border-style: none; font-style: normal; }

div.newsTitleContainer h2 {
  font-size: large;
  font-weight: bold;
  border-bottom: 1px solid black;
}


div.newsTitleContainer span.title {
  color: black;
}

div.newsContainer1 {
	margin-bottom: 2em;
}

div.news {
}


body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
  background-color: white;
	margin: 0;
  padding: 0;
  border: 0;
}

#main {
  margin: 0;
}

#top {
  text-align: center;
  margin: -1px 0 1em 0;
}

#bottom {
  text-align: center;
  font-size: xx-small;
  margin: 0 0 4px 0;
}


#right {
  display: none;
  width: 0;
}

#left {
  display: none;
  width: 0;
}

p.inline {
  margin: 0;
  display: inline;
}

ul.checked li {
  list-style: circle;
	list-style-image: url('../image/gimp/checked.png');
  list-style-position: outside;
  margin-left: 1em;
  margin-top: 1em;
}


ul.topMenu {
  display: none;
}


#centerText {
  text-align: justify;
  margin: 0;
}


div.news>p {
  margin: 0;
}

a:link {
	text-decoration: underline;
  color: black;
}

a:visited {
	text-decoration: underline;
  color: black;
}

.newsLink a:link, .newsLink a:visited {
	text-decoration: underline;
  color: black;
}

div.newsLinkContainer {
  text-align: left;
}

div.newsLinkContainer:before {
  content: 'Liens annexes: ';
}

ul {
  padding-left: 2em;
  margin-top: 0.5em;
}

li {
  list-style: circle;
	list-style-image: url('../image/gimp/star.png');
  list-style-position: inside;
}

dt {
  font-weight: bold;
}

img.articleIcon {
  display: none;
}

div.articleImgEven {
  float: left;
  margin: 4px 8px 4px 0;
  background-color: white;
  text-align: center;
  border: 1px solid gray;
  padding: 4px;
}

div.articleImgOdd {
  float: right;
  margin: 4px 0 4px 8px;
  background-color: white;
  text-align: center;
  border: 1px solid gray;
  padding: 4px;
}

div.articleImgOdd img, div.articleImgEven img {
  border: none;
}

div.figDesc {
  font-size: xx-small;
  font-style: italic;
}

div.codeContainer, div.dbContainer {
  font-size: 10px;
  background-color: white;
}
