html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body.splash {
  background-color: #FFFFFF;
  background-image: url(/index/background.gif);
  background-repeat: no-repeat;
  background-position: center center;
 }

td.titre {
  vertical-align: top;
}

td.texte {
  vertical-align: top;
  text-align: center;  
}

h1 {
  font-family : Verdana, helvetica, MS Sans Serif;
  font-size : 12px;
  font-weight : bold;
  color : #418ABB;
  text-align : left;
  vertical-align : top;
  margin: 10px 0px 5px 0px;
}

p {
  font-family : Verdana, helvetica, MS Sans Serif;
  font-size : 11px;
  font-weight : bold;
  color : #737373;
  text-align : left;
  vertical-align : top;
  margin: 5px 0px 0px 0px;
}

img {
  border-width: 0;
}

img.titre {
  inherit;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
}

img.access {
  inherit;
  margin: 0px 0px 5px 0px;
}

img.logo {
  inherit;
  margin: 1px 10px 1px 10px;
} 

img.next {
  inherit;
  float: right;
  margin: 0px 25px 0px 0px;
}

img.absmiddle {
  inherit;
  vertical-align: middle;
  margin: 10px 0px 5px 0px;
}
#table_news tr {
 padding-top: 5px;

}
.news_date {
background-color:#418ABB;
color:white;
font-family: Verdana,helvetica,MS Sans Serif;
font-size: 10px;
font-weight: bold; 
}
.news_text {
color: #418ABB;
font-family: Verdana,helvetica,MS Sans Serif;
font-size: 12px;
padding-left: 3px;
font-style: italic;
}
a {

	 text-decoration: none;

}

